Interface V1HorizontalPodAutoscalerStatusFluent<A extends V1HorizontalPodAutoscalerStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1HorizontalPodAutoscalerFluent.StatusNested<N>
- All Known Implementing Classes:
V1HorizontalPodAutoscalerStatusBuilder
,V1HorizontalPodAutoscalerStatusFluentImpl
public interface V1HorizontalPodAutoscalerStatusFluent<A extends V1HorizontalPodAutoscalerStatusFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionwithCurrentCPUUtilizationPercentage
(Integer currentCPUUtilizationPercentage) withCurrentReplicas
(Integer currentReplicas) withDesiredReplicas
(Integer desiredReplicas) withLastScaleTime
(OffsetDateTime lastScaleTime) withObservedGeneration
(Long observedGeneration)
-
Method Details
-
getCurrentCPUUtilizationPercentage
Integer getCurrentCPUUtilizationPercentage() -
withCurrentCPUUtilizationPercentage
-
hasCurrentCPUUtilizationPercentage
Boolean hasCurrentCPUUtilizationPercentage() -
getCurrentReplicas
Integer getCurrentReplicas() -
withCurrentReplicas
-
hasCurrentReplicas
Boolean hasCurrentReplicas() -
getDesiredReplicas
Integer getDesiredReplicas() -
withDesiredReplicas
-
hasDesiredReplicas
Boolean hasDesiredReplicas() -
getLastScaleTime
OffsetDateTime getLastScaleTime() -
withLastScaleTime
-
hasLastScaleTime
Boolean hasLastScaleTime() -
getObservedGeneration
Long getObservedGeneration() -
withObservedGeneration
-
hasObservedGeneration
Boolean hasObservedGeneration()
-