Interface HorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
HorizontalPodAutoscalerFluent.StatusNested<N>
- All Known Implementing Classes:
DoneableHorizontalPodAutoscalerStatus,HorizontalPodAutoscalerFluentImpl.StatusNestedImpl,HorizontalPodAutoscalerStatusBuilder,HorizontalPodAutoscalerStatusFluentImpl
public interface HorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
-
Method Details
-
getCurrentCPUUtilizationPercentage
Integer getCurrentCPUUtilizationPercentage() -
withCurrentCPUUtilizationPercentage
-
hasCurrentCPUUtilizationPercentage
Boolean hasCurrentCPUUtilizationPercentage() -
withNewCurrentCPUUtilizationPercentage
-
withNewCurrentCPUUtilizationPercentage
-
getCurrentReplicas
Integer getCurrentReplicas() -
withCurrentReplicas
-
hasCurrentReplicas
Boolean hasCurrentReplicas() -
withNewCurrentReplicas
-
withNewCurrentReplicas
-
getDesiredReplicas
Integer getDesiredReplicas() -
withDesiredReplicas
-
hasDesiredReplicas
Boolean hasDesiredReplicas() -
withNewDesiredReplicas
-
withNewDesiredReplicas
-
getLastScaleTime
String getLastScaleTime() -
withLastScaleTime
-
hasLastScaleTime
Boolean hasLastScaleTime() -
withNewLastScaleTime
-
withNewLastScaleTime
-
withNewLastScaleTime
-
getObservedGeneration
Long getObservedGeneration() -
withObservedGeneration
-
hasObservedGeneration
Boolean hasObservedGeneration()
-