@kubernetes/client-node
Version:
NodeJS client for kubernetes
44 lines • 1.15 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.
*/
/**
* Mutation specifies the CEL expression which is used to apply the Mutation.
*/
export class V1alpha1Mutation {
static getAttributeTypeMap() {
return V1alpha1Mutation.attributeTypeMap;
}
constructor() {
}
}
V1alpha1Mutation.discriminator = undefined;
V1alpha1Mutation.mapping = undefined;
V1alpha1Mutation.attributeTypeMap = [
{
"name": "applyConfiguration",
"baseName": "applyConfiguration",
"type": "V1alpha1ApplyConfiguration",
"format": ""
},
{
"name": "jsonPatch",
"baseName": "jsonPatch",
"type": "V1alpha1JSONPatch",
"format": ""
},
{
"name": "patchType",
"baseName": "patchType",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1alpha1Mutation.js.map