@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.56 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.
*/
/**
* HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
*/
export class V2HorizontalPodAutoscaler {
static getAttributeTypeMap() {
return V2HorizontalPodAutoscaler.attributeTypeMap;
}
constructor() {
}
}
V2HorizontalPodAutoscaler.discriminator = undefined;
V2HorizontalPodAutoscaler.mapping = undefined;
V2HorizontalPodAutoscaler.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
},
{
"name": "spec",
"baseName": "spec",
"type": "V2HorizontalPodAutoscalerSpec",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "V2HorizontalPodAutoscalerStatus",
"format": ""
}
];
//# sourceMappingURL=V2HorizontalPodAutoscaler.js.map