public interface V1HorizontalPodAutoscalerStatusFluent<A extends V1HorizontalPodAutoscalerStatusFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
Integer |
getCurrentCPUUtilizationPercentage() |
Integer |
getCurrentReplicas() |
Integer |
getDesiredReplicas() |
org.joda.time.DateTime |
getLastScaleTime() |
Long |
getObservedGeneration() |
Boolean |
hasCurrentCPUUtilizationPercentage() |
Boolean |
hasCurrentReplicas() |
Boolean |
hasDesiredReplicas() |
Boolean |
hasLastScaleTime() |
Boolean |
hasObservedGeneration() |
A |
withCurrentCPUUtilizationPercentage(Integer currentCPUUtilizationPercentage) |
A |
withCurrentReplicas(Integer currentReplicas) |
A |
withDesiredReplicas(Integer desiredReplicas) |
A |
withLastScaleTime(org.joda.time.DateTime lastScaleTime) |
A |
withNewLastScaleTime(int arg0,
int arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewLastScaleTime(long arg0) |
A |
withNewLastScaleTime(Object arg0) |
A |
withObservedGeneration(Long observedGeneration) |
Integer getCurrentCPUUtilizationPercentage()
A withCurrentCPUUtilizationPercentage(Integer currentCPUUtilizationPercentage)
Boolean hasCurrentCPUUtilizationPercentage()
Integer getCurrentReplicas()
Boolean hasCurrentReplicas()
Integer getDesiredReplicas()
Boolean hasDesiredReplicas()
org.joda.time.DateTime getLastScaleTime()
A withLastScaleTime(org.joda.time.DateTime lastScaleTime)
Boolean hasLastScaleTime()
A withNewLastScaleTime(int arg0, int arg1, int arg2, int arg3, int arg4)
A withNewLastScaleTime(long arg0)
Long getObservedGeneration()
Boolean hasObservedGeneration()
Copyright © 2020. All rights reserved.