@kubernetes/client-node
Version:
NodeJS client for kubernetes
44 lines • 1.27 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.
*/
/**
* CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
*/
export class V1CustomResourceSubresourceScale {
static getAttributeTypeMap() {
return V1CustomResourceSubresourceScale.attributeTypeMap;
}
constructor() {
}
}
V1CustomResourceSubresourceScale.discriminator = undefined;
V1CustomResourceSubresourceScale.mapping = undefined;
V1CustomResourceSubresourceScale.attributeTypeMap = [
{
"name": "labelSelectorPath",
"baseName": "labelSelectorPath",
"type": "string",
"format": ""
},
{
"name": "specReplicasPath",
"baseName": "specReplicasPath",
"type": "string",
"format": ""
},
{
"name": "statusReplicasPath",
"baseName": "statusReplicasPath",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1CustomResourceSubresourceScale.js.map