UNPKG

@kubernetes/client-node

Version:
98 lines 2.43 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. */ /** * MutatingWebhook describes an admission webhook and the resources and operations it applies to. */ export class V1MutatingWebhook { static getAttributeTypeMap() { return V1MutatingWebhook.attributeTypeMap; } constructor() { } } V1MutatingWebhook.discriminator = undefined; V1MutatingWebhook.mapping = undefined; V1MutatingWebhook.attributeTypeMap = [ { "name": "admissionReviewVersions", "baseName": "admissionReviewVersions", "type": "Array<string>", "format": "" }, { "name": "clientConfig", "baseName": "clientConfig", "type": "AdmissionregistrationV1WebhookClientConfig", "format": "" }, { "name": "failurePolicy", "baseName": "failurePolicy", "type": "string", "format": "" }, { "name": "matchConditions", "baseName": "matchConditions", "type": "Array<V1MatchCondition>", "format": "" }, { "name": "matchPolicy", "baseName": "matchPolicy", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "namespaceSelector", "baseName": "namespaceSelector", "type": "V1LabelSelector", "format": "" }, { "name": "objectSelector", "baseName": "objectSelector", "type": "V1LabelSelector", "format": "" }, { "name": "reinvocationPolicy", "baseName": "reinvocationPolicy", "type": "string", "format": "" }, { "name": "rules", "baseName": "rules", "type": "Array<V1RuleWithOperations>", "format": "" }, { "name": "sideEffects", "baseName": "sideEffects", "type": "string", "format": "" }, { "name": "timeoutSeconds", "baseName": "timeoutSeconds", "type": "number", "format": "int32" } ]; //# sourceMappingURL=V1MutatingWebhook.js.map