UNPKG

@kubernetes/client-node

Version:
68 lines 1.86 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. */ /** * MutatingAdmissionPolicySpec is the specification of the desired behavior of the admission policy. */ export class V1alpha1MutatingAdmissionPolicySpec { static getAttributeTypeMap() { return V1alpha1MutatingAdmissionPolicySpec.attributeTypeMap; } constructor() { } } V1alpha1MutatingAdmissionPolicySpec.discriminator = undefined; V1alpha1MutatingAdmissionPolicySpec.mapping = undefined; V1alpha1MutatingAdmissionPolicySpec.attributeTypeMap = [ { "name": "failurePolicy", "baseName": "failurePolicy", "type": "string", "format": "" }, { "name": "matchConditions", "baseName": "matchConditions", "type": "Array<V1alpha1MatchCondition>", "format": "" }, { "name": "matchConstraints", "baseName": "matchConstraints", "type": "V1alpha1MatchResources", "format": "" }, { "name": "mutations", "baseName": "mutations", "type": "Array<V1alpha1Mutation>", "format": "" }, { "name": "paramKind", "baseName": "paramKind", "type": "V1alpha1ParamKind", "format": "" }, { "name": "reinvocationPolicy", "baseName": "reinvocationPolicy", "type": "string", "format": "" }, { "name": "variables", "baseName": "variables", "type": "Array<V1alpha1Variable>", "format": "" } ]; //# sourceMappingURL=V1alpha1MutatingAdmissionPolicySpec.js.map