UNPKG

@kubernetes/client-node

Version:
62 lines 1.9 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.V1alpha1ValidatingAdmissionPolicySpec = void 0; /** * ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy. */ class V1alpha1ValidatingAdmissionPolicySpec { static getAttributeTypeMap() { return V1alpha1ValidatingAdmissionPolicySpec.attributeTypeMap; } } exports.V1alpha1ValidatingAdmissionPolicySpec = V1alpha1ValidatingAdmissionPolicySpec; V1alpha1ValidatingAdmissionPolicySpec.discriminator = undefined; V1alpha1ValidatingAdmissionPolicySpec.attributeTypeMap = [ { "name": "auditAnnotations", "baseName": "auditAnnotations", "type": "Array<V1alpha1AuditAnnotation>" }, { "name": "failurePolicy", "baseName": "failurePolicy", "type": "string" }, { "name": "matchConditions", "baseName": "matchConditions", "type": "Array<V1alpha1MatchCondition>" }, { "name": "matchConstraints", "baseName": "matchConstraints", "type": "V1alpha1MatchResources" }, { "name": "paramKind", "baseName": "paramKind", "type": "V1alpha1ParamKind" }, { "name": "validations", "baseName": "validations", "type": "Array<V1alpha1Validation>" }, { "name": "variables", "baseName": "variables", "type": "Array<V1alpha1Variable>" } ]; //# sourceMappingURL=v1alpha1ValidatingAdmissionPolicySpec.js.map