Class HorizontalPodAutoscalerStatusFluentImpl<A extends HorizontalPodAutoscalerStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.autoscaling.v1.HorizontalPodAutoscalerStatusFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,HorizontalPodAutoscalerStatusFluent<A>
- Direct Known Subclasses:
HorizontalPodAutoscalerFluentImpl.StatusNestedImpl,HorizontalPodAutoscalerStatusBuilder
public class HorizontalPodAutoscalerStatusFluentImpl<A extends HorizontalPodAutoscalerStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HorizontalPodAutoscalerStatusFluent<A>
-
-
Constructor Summary
Constructors Constructor Description HorizontalPodAutoscalerStatusFluentImpl()HorizontalPodAutoscalerStatusFluentImpl(HorizontalPodAutoscalerStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetCurrentCPUUtilizationPercentage()IntegergetCurrentReplicas()IntegergetDesiredReplicas()StringgetLastScaleTime()LonggetObservedGeneration()BooleanhasCurrentCPUUtilizationPercentage()BooleanhasCurrentReplicas()BooleanhasDesiredReplicas()inthashCode()BooleanhasLastScaleTime()BooleanhasObservedGeneration()AwithCurrentCPUUtilizationPercentage(Integer currentCPUUtilizationPercentage)AwithCurrentReplicas(Integer currentReplicas)AwithDesiredReplicas(Integer desiredReplicas)AwithLastScaleTime(String lastScaleTime)AwithNewLastScaleTime(String arg1)AwithNewLastScaleTime(StringBuffer arg1)AwithNewLastScaleTime(StringBuilder arg1)AwithObservedGeneration(Long observedGeneration)
-
-
-
Constructor Detail
-
HorizontalPodAutoscalerStatusFluentImpl
public HorizontalPodAutoscalerStatusFluentImpl()
-
HorizontalPodAutoscalerStatusFluentImpl
public HorizontalPodAutoscalerStatusFluentImpl(HorizontalPodAutoscalerStatus instance)
-
-
Method Detail
-
getCurrentCPUUtilizationPercentage
public Integer getCurrentCPUUtilizationPercentage()
- Specified by:
getCurrentCPUUtilizationPercentagein interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
withCurrentCPUUtilizationPercentage
public A withCurrentCPUUtilizationPercentage(Integer currentCPUUtilizationPercentage)
- Specified by:
withCurrentCPUUtilizationPercentagein interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
hasCurrentCPUUtilizationPercentage
public Boolean hasCurrentCPUUtilizationPercentage()
- Specified by:
hasCurrentCPUUtilizationPercentagein interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
getCurrentReplicas
public Integer getCurrentReplicas()
- Specified by:
getCurrentReplicasin interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
withCurrentReplicas
public A withCurrentReplicas(Integer currentReplicas)
- Specified by:
withCurrentReplicasin interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
hasCurrentReplicas
public Boolean hasCurrentReplicas()
- Specified by:
hasCurrentReplicasin interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
getDesiredReplicas
public Integer getDesiredReplicas()
- Specified by:
getDesiredReplicasin interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
withDesiredReplicas
public A withDesiredReplicas(Integer desiredReplicas)
- Specified by:
withDesiredReplicasin interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
hasDesiredReplicas
public Boolean hasDesiredReplicas()
- Specified by:
hasDesiredReplicasin interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
getLastScaleTime
public String getLastScaleTime()
- Specified by:
getLastScaleTimein interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
withLastScaleTime
public A withLastScaleTime(String lastScaleTime)
- Specified by:
withLastScaleTimein interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
hasLastScaleTime
public Boolean hasLastScaleTime()
- Specified by:
hasLastScaleTimein interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
withNewLastScaleTime
public A withNewLastScaleTime(String arg1)
- Specified by:
withNewLastScaleTimein interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
withNewLastScaleTime
public A withNewLastScaleTime(StringBuilder arg1)
- Specified by:
withNewLastScaleTimein interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
withNewLastScaleTime
public A withNewLastScaleTime(StringBuffer arg1)
- Specified by:
withNewLastScaleTimein interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
getObservedGeneration
public Long getObservedGeneration()
- Specified by:
getObservedGenerationin interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
withObservedGeneration
public A withObservedGeneration(Long observedGeneration)
- Specified by:
withObservedGenerationin interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
hasObservedGeneration
public Boolean hasObservedGeneration()
- Specified by:
hasObservedGenerationin interfaceHorizontalPodAutoscalerStatusFluent<A extends HorizontalPodAutoscalerStatusFluent<A>>
-
-