Kazan v0.4.0 Kazan.Models.Apis.Autoscaling.V2alpha1.HorizontalPodAutoscalerStatus View Source

HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.

OpenAPI Definition: io.k8s.kubernetes.pkg.apis.autoscaling.v2alpha1.HorizontalPodAutoscalerStatus

Properties

  • current_metrics :: [ Kazan.Models.Apis.Autoscaling.V2alpha1.MetricStatus ]

    • currentMetrics is the last read state of the metrics used by this autoscaler.
  • current_replicas :: Integer

    • currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
  • desired_replicas :: Integer

    • desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
  • last_scale_time :: Kazan.Models.ApiMachinery.Apis.Meta.V1.Time

    • 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.
  • observed_generation :: Integer

    • observedGeneration is the most recent generation observed by this autoscaler.