Interface HorizontalPodAutoscalerSpecFluent<A extends HorizontalPodAutoscalerSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
HorizontalPodAutoscalerFluent.SpecNested<N>
- All Known Implementing Classes:
HorizontalPodAutoscalerFluentImpl.SpecNestedImpl,HorizontalPodAutoscalerSpecBuilder,HorizontalPodAutoscalerSpecFluentImpl
public interface HorizontalPodAutoscalerSpecFluent<A extends HorizontalPodAutoscalerSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<N>
-
Method Summary
-
-
-
Method Detail
-
getMaxReplicas
Integer getMaxReplicas()
-
hasMaxReplicas
Boolean hasMaxReplicas()
-
getMinReplicas
Integer getMinReplicas()
-
hasMinReplicas
Boolean hasMinReplicas()
-
getScaleTargetRef
@Deprecated CrossVersionObjectReference getScaleTargetRef()
Deprecated.This method has been deprecated, please use method buildScaleTargetRef instead.- Returns:
- The buildable object.
-
buildScaleTargetRef
CrossVersionObjectReference buildScaleTargetRef()
-
withScaleTargetRef
A withScaleTargetRef(CrossVersionObjectReference scaleTargetRef)
-
hasScaleTargetRef
Boolean hasScaleTargetRef()
-
withNewScaleTargetRef
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> withNewScaleTargetRef()
-
withNewScaleTargetRefLike
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> withNewScaleTargetRefLike(CrossVersionObjectReference item)
-
editScaleTargetRef
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> editScaleTargetRef()
-
editOrNewScaleTargetRef
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> editOrNewScaleTargetRef()
-
editOrNewScaleTargetRefLike
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> editOrNewScaleTargetRefLike(CrossVersionObjectReference item)
-
getTargetCPUUtilizationPercentage
Integer getTargetCPUUtilizationPercentage()
-
withTargetCPUUtilizationPercentage
A withTargetCPUUtilizationPercentage(Integer targetCPUUtilizationPercentage)
-
hasTargetCPUUtilizationPercentage
Boolean hasTargetCPUUtilizationPercentage()
-
-