public static interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
V2beta1Autoscaling.HorizontalPodAutoscalerCondition |
getConditions(int index)
conditions is the set of conditions required for this autoscaler to scale its target,
and indicates whether or not those conditions are met.
|
int |
getConditionsCount()
conditions is the set of conditions required for this autoscaler to scale its target,
and indicates whether or not those conditions are met.
|
List<V2beta1Autoscaling.HorizontalPodAutoscalerCondition> |
getConditionsList()
conditions is the set of conditions required for this autoscaler to scale its target,
and indicates whether or not those conditions are met.
|
V2beta1Autoscaling.HorizontalPodAutoscalerConditionOrBuilder |
getConditionsOrBuilder(int index)
conditions is the set of conditions required for this autoscaler to scale its target,
and indicates whether or not those conditions are met.
|
List<? extends V2beta1Autoscaling.HorizontalPodAutoscalerConditionOrBuilder> |
getConditionsOrBuilderList()
conditions is the set of conditions required for this autoscaler to scale its target,
and indicates whether or not those conditions are met.
|
V2beta1Autoscaling.MetricStatus |
getCurrentMetrics(int index)
currentMetrics is the last read state of the metrics used by this autoscaler.
|
int |
getCurrentMetricsCount()
currentMetrics is the last read state of the metrics used by this autoscaler.
|
List<V2beta1Autoscaling.MetricStatus> |
getCurrentMetricsList()
currentMetrics is the last read state of the metrics used by this autoscaler.
|
V2beta1Autoscaling.MetricStatusOrBuilder |
getCurrentMetricsOrBuilder(int index)
currentMetrics is the last read state of the metrics used by this autoscaler.
|
List<? extends V2beta1Autoscaling.MetricStatusOrBuilder> |
getCurrentMetricsOrBuilderList()
currentMetrics is the last read state of the metrics used by this autoscaler.
|
int |
getCurrentReplicas()
currentReplicas is current number of replicas of pods managed by this autoscaler,
as last seen by the autoscaler.
|
int |
getDesiredReplicas()
desiredReplicas is the desired number of replicas of pods managed by this autoscaler,
as last calculated by the autoscaler.
|
Meta.Time |
getLastScaleTime()
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.
|
Meta.TimeOrBuilder |
getLastScaleTimeOrBuilder()
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.
|
long |
getObservedGeneration()
observedGeneration is the most recent generation observed by this autoscaler.
|
boolean |
hasCurrentReplicas()
currentReplicas is current number of replicas of pods managed by this autoscaler,
as last seen by the autoscaler.
|
boolean |
hasDesiredReplicas()
desiredReplicas is the desired number of replicas of pods managed by this autoscaler,
as last calculated by the autoscaler.
|
boolean |
hasLastScaleTime()
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.
|
boolean |
hasObservedGeneration()
observedGeneration is the most recent generation observed by this autoscaler.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasObservedGeneration()
observedGeneration is the most recent generation observed by this autoscaler. +optional
optional int64 observedGeneration = 1;
long getObservedGeneration()
observedGeneration is the most recent generation observed by this autoscaler. +optional
optional int64 observedGeneration = 1;
boolean hasLastScaleTime()
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. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastScaleTime = 2;
Meta.Time getLastScaleTime()
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. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastScaleTime = 2;
Meta.TimeOrBuilder getLastScaleTimeOrBuilder()
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. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastScaleTime = 2;
boolean hasCurrentReplicas()
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
optional int32 currentReplicas = 3;
int getCurrentReplicas()
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
optional int32 currentReplicas = 3;
boolean hasDesiredReplicas()
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
optional int32 desiredReplicas = 4;
int getDesiredReplicas()
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
optional int32 desiredReplicas = 4;
List<V2beta1Autoscaling.MetricStatus> getCurrentMetricsList()
currentMetrics is the last read state of the metrics used by this autoscaler. +optional
repeated .k8s.io.api.autoscaling.v2beta1.MetricStatus currentMetrics = 5;
V2beta1Autoscaling.MetricStatus getCurrentMetrics(int index)
currentMetrics is the last read state of the metrics used by this autoscaler. +optional
repeated .k8s.io.api.autoscaling.v2beta1.MetricStatus currentMetrics = 5;
int getCurrentMetricsCount()
currentMetrics is the last read state of the metrics used by this autoscaler. +optional
repeated .k8s.io.api.autoscaling.v2beta1.MetricStatus currentMetrics = 5;
List<? extends V2beta1Autoscaling.MetricStatusOrBuilder> getCurrentMetricsOrBuilderList()
currentMetrics is the last read state of the metrics used by this autoscaler. +optional
repeated .k8s.io.api.autoscaling.v2beta1.MetricStatus currentMetrics = 5;
V2beta1Autoscaling.MetricStatusOrBuilder getCurrentMetricsOrBuilder(int index)
currentMetrics is the last read state of the metrics used by this autoscaler. +optional
repeated .k8s.io.api.autoscaling.v2beta1.MetricStatus currentMetrics = 5;
List<V2beta1Autoscaling.HorizontalPodAutoscalerCondition> getConditionsList()
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
repeated .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition conditions = 6;
V2beta1Autoscaling.HorizontalPodAutoscalerCondition getConditions(int index)
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
repeated .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition conditions = 6;
int getConditionsCount()
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
repeated .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition conditions = 6;
List<? extends V2beta1Autoscaling.HorizontalPodAutoscalerConditionOrBuilder> getConditionsOrBuilderList()
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
repeated .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition conditions = 6;
V2beta1Autoscaling.HorizontalPodAutoscalerConditionOrBuilder getConditionsOrBuilder(int index)
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
repeated .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition conditions = 6;
Copyright © 2021. All rights reserved.