k8s-set-context/node_modules/@kubernetes/client-node/dist/gen/model/v1CustomResourceSubresourceScale.js
2021-12-07 13:18:08 -05:00

42 lines
1.3 KiB
JavaScript

"use strict";
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1.22.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.V1CustomResourceSubresourceScale = void 0;
/**
* CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
*/
class V1CustomResourceSubresourceScale {
static getAttributeTypeMap() {
return V1CustomResourceSubresourceScale.attributeTypeMap;
}
}
exports.V1CustomResourceSubresourceScale = V1CustomResourceSubresourceScale;
V1CustomResourceSubresourceScale.discriminator = undefined;
V1CustomResourceSubresourceScale.attributeTypeMap = [
{
"name": "labelSelectorPath",
"baseName": "labelSelectorPath",
"type": "string"
},
{
"name": "specReplicasPath",
"baseName": "specReplicasPath",
"type": "string"
},
{
"name": "statusReplicasPath",
"baseName": "statusReplicasPath",
"type": "string"
}
];
//# sourceMappingURL=v1CustomResourceSubresourceScale.js.map