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

HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.

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

Properties

  • last_transition_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.
  • message :: String

    • message is a human-readable explanation containing details about the transition
  • reason :: String

    • reason is the reason for the condition’s last transition.
  • status :: String

    • status is the status of the condition (True, False, Unknown)
  • type :: String

    • type describes the current condition