autoscaling.v2.horizontalPodAutoscalerStatus
"HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler."
Index
fn withConditions(conditions)
fn withConditionsMixin(conditions)
fn withCurrentMetrics(currentMetrics)
fn withCurrentMetricsMixin(currentMetrics)
fn withCurrentReplicas(currentReplicas)
fn withDesiredReplicas(desiredReplicas)
fn withLastScaleTime(lastScaleTime)
fn withObservedGeneration(observedGeneration)
Fields
fn withConditions
withConditions(conditions)
"conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met."
fn withConditionsMixin
withConditionsMixin(conditions)
"conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met."
Note: This function appends passed data to existing values
fn withCurrentMetrics
withCurrentMetrics(currentMetrics)
"currentMetrics is the last read state of the metrics used by this autoscaler."
fn withCurrentMetricsMixin
withCurrentMetricsMixin(currentMetrics)
"currentMetrics is the last read state of the metrics used by this autoscaler."
Note: This function appends passed data to existing values
fn withCurrentReplicas
withCurrentReplicas(currentReplicas)
"currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler."
fn withDesiredReplicas
withDesiredReplicas(desiredReplicas)
"desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler."
fn withLastScaleTime
withLastScaleTime(lastScaleTime)
"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."
fn withObservedGeneration
withObservedGeneration(observedGeneration)
"observedGeneration is the most recent generation observed by this autoscaler."