@kubernetes/client-node
Version:
NodeJS client for kubernetes
32 lines • 920 B
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.
*/
/**
* ApplyConfiguration defines the desired configuration values of an object.
*/
export class V1alpha1ApplyConfiguration {
static getAttributeTypeMap() {
return V1alpha1ApplyConfiguration.attributeTypeMap;
}
constructor() {
}
}
V1alpha1ApplyConfiguration.discriminator = undefined;
V1alpha1ApplyConfiguration.mapping = undefined;
V1alpha1ApplyConfiguration.attributeTypeMap = [
{
"name": "expression",
"baseName": "expression",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1alpha1ApplyConfiguration.js.map