Kazan v0.9.0 Kazan.Apis.Autoscaling.V2beta1.HorizontalPodAutoscalerStatus View Source

HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.

OpenAPI Definition: io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus

Properties

  • conditions :: [ Kazan.Apis.Autoscaling.V2beta1.HorizontalPodAutoscalerCondition ]

    • conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
  • current_metrics :: [ Kazan.Apis.Autoscaling.V2beta1.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.Meta.V1.Time

    • Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
  • observed_generation :: Integer

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