@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.38 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.
*/
/**
* MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.
*/
export class V1MutatingWebhookConfiguration {
static getAttributeTypeMap() {
return V1MutatingWebhookConfiguration.attributeTypeMap;
}
constructor() {
}
}
V1MutatingWebhookConfiguration.discriminator = undefined;
V1MutatingWebhookConfiguration.mapping = undefined;
V1MutatingWebhookConfiguration.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
},
{
"name": "webhooks",
"baseName": "webhooks",
"type": "Array<V1MutatingWebhook>",
"format": ""
}
];
//# sourceMappingURL=V1MutatingWebhookConfiguration.js.map