@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.08 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.
*/
/**
* CustomResourceSubresources defines the status and scale subresources for CustomResources.
*/
export class V1CustomResourceSubresources {
static getAttributeTypeMap() {
return V1CustomResourceSubresources.attributeTypeMap;
}
constructor() {
}
}
V1CustomResourceSubresources.discriminator = undefined;
V1CustomResourceSubresources.mapping = undefined;
V1CustomResourceSubresources.attributeTypeMap = [
{
"name": "scale",
"baseName": "scale",
"type": "V1CustomResourceSubresourceScale",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "any",
"format": ""
}
];
//# sourceMappingURL=V1CustomResourceSubresources.js.map