UNPKG

@kubernetes/client-node

Version:
62 lines 1.88 kB
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.28 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1beta1ValidatingAdmissionPolicySpec = void 0; /** * ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy. */ class V1beta1ValidatingAdmissionPolicySpec { static getAttributeTypeMap() { return V1beta1ValidatingAdmissionPolicySpec.attributeTypeMap; } } exports.V1beta1ValidatingAdmissionPolicySpec = V1beta1ValidatingAdmissionPolicySpec; V1beta1ValidatingAdmissionPolicySpec.discriminator = undefined; V1beta1ValidatingAdmissionPolicySpec.attributeTypeMap = [ { "name": "auditAnnotations", "baseName": "auditAnnotations", "type": "Array<V1beta1AuditAnnotation>" }, { "name": "failurePolicy", "baseName": "failurePolicy", "type": "string" }, { "name": "matchConditions", "baseName": "matchConditions", "type": "Array<V1beta1MatchCondition>" }, { "name": "matchConstraints", "baseName": "matchConstraints", "type": "V1beta1MatchResources" }, { "name": "paramKind", "baseName": "paramKind", "type": "V1beta1ParamKind" }, { "name": "validations", "baseName": "validations", "type": "Array<V1beta1Validation>" }, { "name": "variables", "baseName": "variables", "type": "Array<V1beta1Variable>" } ]; //# sourceMappingURL=v1beta1ValidatingAdmissionPolicySpec.js.map