HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
observedGeneration is the most recent generation observed by this autoscaler.
currentMetrics is the last read state of the metrics used by this autoscaler.
Returns the class of this.
this
Returns a string representation of this.
This method is used to convert the values of string interpolation expressions to strings.
Returns this |> transform if this is non-null, and null otherwise.
this |> transform
null
This method is the complement of the ?? operator and the equivalent of an Option type's map and flatMap methods.
??
Option
map
flatMap
Tells if this object has a property with the given name.
name
Returns the value of the property with the given name.
Throws if a property with this name does not exist.
Returns null if a property with this name does not exist.
Converts this object to a Dynamic object.
Dynamic
Converts this object to a Map.
Map
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.