Kubernetes::HorizontalPodAutoscalerCondition
Inherits YAML::Serializable < JSON::Serializable < Kubernetes::Serializable < Struct < Value < Object
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
Constructors
Instance methods
lastTransitionTime is the last time the condition transitioned from one status to another
lastTransitionTime is the last time the condition transitioned from one status to another
message is a human-readable explanation containing details about the transition
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.
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.
Macros
Helper macro for defining fields with automatic camelCase conversion