UNPKG

@kubernetes/client-node

Version:
62 lines 1.71 kB
/** * 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. */ /** * HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler. */ export class V2HorizontalPodAutoscalerStatus { static getAttributeTypeMap() { return V2HorizontalPodAutoscalerStatus.attributeTypeMap; } constructor() { } } V2HorizontalPodAutoscalerStatus.discriminator = undefined; V2HorizontalPodAutoscalerStatus.mapping = undefined; V2HorizontalPodAutoscalerStatus.attributeTypeMap = [ { "name": "conditions", "baseName": "conditions", "type": "Array<V2HorizontalPodAutoscalerCondition>", "format": "" }, { "name": "currentMetrics", "baseName": "currentMetrics", "type": "Array<V2MetricStatus>", "format": "" }, { "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=V2HorizontalPodAutoscalerStatus.js.map