@kubernetes/client-node
Version:
NodeJS client for kubernetes
52 lines • 1.54 kB
JavaScript
;
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: release-1.28
*
*
* 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.V2HorizontalPodAutoscalerSpec = void 0;
/**
* HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
*/
class V2HorizontalPodAutoscalerSpec {
static getAttributeTypeMap() {
return V2HorizontalPodAutoscalerSpec.attributeTypeMap;
}
}
exports.V2HorizontalPodAutoscalerSpec = V2HorizontalPodAutoscalerSpec;
V2HorizontalPodAutoscalerSpec.discriminator = undefined;
V2HorizontalPodAutoscalerSpec.attributeTypeMap = [
{
"name": "behavior",
"baseName": "behavior",
"type": "V2HorizontalPodAutoscalerBehavior"
},
{
"name": "maxReplicas",
"baseName": "maxReplicas",
"type": "number"
},
{
"name": "metrics",
"baseName": "metrics",
"type": "Array<V2MetricSpec>"
},
{
"name": "minReplicas",
"baseName": "minReplicas",
"type": "number"
},
{
"name": "scaleTargetRef",
"baseName": "scaleTargetRef",
"type": "V2CrossVersionObjectReference"
}
];
//# sourceMappingURL=v2HorizontalPodAutoscalerSpec.js.map