public interface HorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
Integer getCurrentCPUUtilizationPercentage()
A withCurrentCPUUtilizationPercentage(Integer currentCPUUtilizationPercentage)
Boolean hasCurrentCPUUtilizationPercentage()
A withNewCurrentCPUUtilizationPercentage(int arg1)
Integer getCurrentReplicas()
Boolean hasCurrentReplicas()
A withNewCurrentReplicas(int arg1)
Integer getDesiredReplicas()
Boolean hasDesiredReplicas()
A withNewDesiredReplicas(int arg1)
String getLastScaleTime()
Boolean hasLastScaleTime()
A withNewLastScaleTime(StringBuilder arg1)
A withNewLastScaleTime(StringBuffer arg1)
Long getObservedGeneration()
Boolean hasObservedGeneration()
A withNewObservedGeneration(long arg1)
Copyright © 2015–2022 Red Hat. All rights reserved.