@kubernetes/client-node
Version:
NodeJS client for kubernetes
92 lines • 2.3 kB
JavaScript
/**
* 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.
*/
/**
* ValidatingWebhook describes an admission webhook and the resources and operations it applies to.
*/
export class V1ValidatingWebhook {
static getAttributeTypeMap() {
return V1ValidatingWebhook.attributeTypeMap;
}
constructor() {
}
}
V1ValidatingWebhook.discriminator = undefined;
V1ValidatingWebhook.mapping = undefined;
V1ValidatingWebhook.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": "rules",
"baseName": "rules",
"type": "Array<V1RuleWithOperations>",
"format": ""
},
{
"name": "sideEffects",
"baseName": "sideEffects",
"type": "string",
"format": ""
},
{
"name": "timeoutSeconds",
"baseName": "timeoutSeconds",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=V1ValidatingWebhook.js.map