Skip to main content
Schemaobject

io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerCondition

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

Source
specs/apis__autoscaling__v2_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
lastTransitionTime
optional

lastTransitionTime is the last time the condition transitioned from one status to another

message string
optional

message is a human-readable explanation containing details about the transition

observedGeneration integer (int64)
optional

observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.

reason string
optional

reason is the reason for the condition's last transition.

status string
required

status is the status of the condition (True, False, Unknown)

type string
required

type describes the current condition