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:
DoneableHorizontalPodAutoscalerSpec,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 Details
-
getMaxReplicas
Integer getMaxReplicas() -
withMaxReplicas
-
hasMaxReplicas
Boolean hasMaxReplicas() -
withNewMaxReplicas
-
withNewMaxReplicas
-
getMinReplicas
Integer getMinReplicas() -
withMinReplicas
-
hasMinReplicas
Boolean hasMinReplicas() -
withNewMinReplicas
-
withNewMinReplicas
-
getScaleTargetRef
Deprecated.This method has been deprecated, please use method buildScaleTargetRef instead.- Returns:
- The buildable object.
-
buildScaleTargetRef
CrossVersionObjectReference buildScaleTargetRef() -
withScaleTargetRef
-
hasScaleTargetRef
Boolean hasScaleTargetRef() -
withNewScaleTargetRef
-
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
-
hasTargetCPUUtilizationPercentage
Boolean hasTargetCPUUtilizationPercentage() -
withNewTargetCPUUtilizationPercentage
-
withNewTargetCPUUtilizationPercentage
-