Kazan v0.11.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.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Autoscaling.V2beta1.HorizontalPodAutoscalerStatus{
  conditions: [
    Kazan.Apis.Autoscaling.V2beta1.HorizontalPodAutoscalerCondition.t()
  ],
  current_metrics: [Kazan.Apis.Autoscaling.V2beta1.MetricStatus.t()],
  current_replicas: integer(),
  desired_replicas: integer(),
  last_scale_time: Kazan.Models.Apimachinery.Meta.V1.Time.t(),
  observed_generation: integer()
}