@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.53 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.
*/
/**
* current status of a horizontal pod autoscaler
*/
export class V1HorizontalPodAutoscalerStatus {
static getAttributeTypeMap() {
return V1HorizontalPodAutoscalerStatus.attributeTypeMap;
}
constructor() {
}
}
V1HorizontalPodAutoscalerStatus.discriminator = undefined;
V1HorizontalPodAutoscalerStatus.mapping = undefined;
V1HorizontalPodAutoscalerStatus.attributeTypeMap = [
{
"name": "currentCPUUtilizationPercentage",
"baseName": "currentCPUUtilizationPercentage",
"type": "number",
"format": "int32"
},
{
"name": "currentReplicas",
"baseName": "currentReplicas",
"type": "number",
"format": "int32"
},
{
"name": "desiredReplicas",
"baseName": "desiredReplicas",
"type": "number",
"format": "int32"
},
{
"name": "lastScaleTime",
"baseName": "lastScaleTime",
"type": "Date",
"format": "date-time"
},
{
"name": "observedGeneration",
"baseName": "observedGeneration",
"type": "number",
"format": "int64"
}
];
//# sourceMappingURL=V1HorizontalPodAutoscalerStatus.js.map