UNPKG

@kubernetes/client-node

Version:
68 lines 1.89 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.32.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy. */ export class V1beta1ValidatingAdmissionPolicySpec { static getAttributeTypeMap() { return V1beta1ValidatingAdmissionPolicySpec.attributeTypeMap; } constructor() { } } V1beta1ValidatingAdmissionPolicySpec.discriminator = undefined; V1beta1ValidatingAdmissionPolicySpec.mapping = undefined; V1beta1ValidatingAdmissionPolicySpec.attributeTypeMap = [ { "name": "auditAnnotations", "baseName": "auditAnnotations", "type": "Array<V1beta1AuditAnnotation>", "format": "" }, { "name": "failurePolicy", "baseName": "failurePolicy", "type": "string", "format": "" }, { "name": "matchConditions", "baseName": "matchConditions", "type": "Array<V1beta1MatchCondition>", "format": "" }, { "name": "matchConstraints", "baseName": "matchConstraints", "type": "V1beta1MatchResources", "format": "" }, { "name": "paramKind", "baseName": "paramKind", "type": "V1beta1ParamKind", "format": "" }, { "name": "validations", "baseName": "validations", "type": "Array<V1beta1Validation>", "format": "" }, { "name": "variables", "baseName": "variables", "type": "Array<V1beta1Variable>", "format": "" } ]; //# sourceMappingURL=V1beta1ValidatingAdmissionPolicySpec.js.map