python/kubernetes/docs/V2alpha1HorizontalPodAutoscalerStatus.md
2017-04-05 15:24:07 -07:00

1.1 KiB

V2alpha1HorizontalPodAutoscalerStatus

Properties

Name Type Description Notes
current_metrics **list[V2alpha1MetricStatus]** currentMetrics is the last read state of the metrics used by this autoscaler.
current_replicas int currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
desired_replicas int desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
last_scale_time V1Time lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed. [optional]
observed_generation int observedGeneration is the most recent generation observed by this autoscaler. [optional]

[Back to Model list] [Back to API list] [Back to README]