public static interface V1Autoscaling.HorizontalPodAutoscalerStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentCPUUtilizationPercentage()
current average CPU utilization over all pods, represented as a percentage of requested CPU,
e.g.
|
int |
getCurrentReplicas()
current number of replicas of pods managed by this autoscaler.
|
int |
getDesiredReplicas()
desired number of replicas of pods managed by this autoscaler.
|
Meta.Time |
getLastScaleTime()
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()
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()
most recent generation observed by this autoscaler.
|
boolean |
hasCurrentCPUUtilizationPercentage()
current average CPU utilization over all pods, represented as a percentage of requested CPU,
e.g.
|
boolean |
hasCurrentReplicas()
current number of replicas of pods managed by this autoscaler.
|
boolean |
hasDesiredReplicas()
desired number of replicas of pods managed by this autoscaler.
|
boolean |
hasLastScaleTime()
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()
most recent generation observed by this autoscaler.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasObservedGeneration()
most recent generation observed by this autoscaler. +optional
optional int64 observedGeneration = 1;long getObservedGeneration()
most recent generation observed by this autoscaler. +optional
optional int64 observedGeneration = 1;boolean hasLastScaleTime()
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()
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()
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()
current number of replicas of pods managed by this autoscaler.
optional int32 currentReplicas = 3;int getCurrentReplicas()
current number of replicas of pods managed by this autoscaler.
optional int32 currentReplicas = 3;boolean hasDesiredReplicas()
desired number of replicas of pods managed by this autoscaler.
optional int32 desiredReplicas = 4;int getDesiredReplicas()
desired number of replicas of pods managed by this autoscaler.
optional int32 desiredReplicas = 4;boolean hasCurrentCPUUtilizationPercentage()
current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU. +optional
optional int32 currentCPUUtilizationPercentage = 5;int getCurrentCPUUtilizationPercentage()
current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU. +optional
optional int32 currentCPUUtilizationPercentage = 5;Copyright © 2019. All rights reserved.