Interface V1HorizontalPodAutoscalerSpecFluent<A extends V1HorizontalPodAutoscalerSpecFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1HorizontalPodAutoscalerFluent.SpecNested<N>
- All Known Implementing Classes:
V1HorizontalPodAutoscalerSpecBuilder
,V1HorizontalPodAutoscalerSpecFluentImpl
public interface V1HorizontalPodAutoscalerSpecFluent<A extends V1HorizontalPodAutoscalerSpecFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1CrossVersionObjectReference
editOrNewScaleTargetRefLike
(io.kubernetes.client.openapi.models.V1CrossVersionObjectReference item) io.kubernetes.client.openapi.models.V1CrossVersionObjectReference
Deprecated.withMaxReplicas
(Integer maxReplicas) withMinReplicas
(Integer minReplicas) withNewScaleTargetRefLike
(io.kubernetes.client.openapi.models.V1CrossVersionObjectReference item) withScaleTargetRef
(io.kubernetes.client.openapi.models.V1CrossVersionObjectReference scaleTargetRef) withTargetCPUUtilizationPercentage
(Integer targetCPUUtilizationPercentage)
-
Method Details
-
getMaxReplicas
Integer getMaxReplicas() -
withMaxReplicas
-
hasMaxReplicas
Boolean hasMaxReplicas() -
getMinReplicas
Integer getMinReplicas() -
withMinReplicas
-
hasMinReplicas
Boolean hasMinReplicas() -
getScaleTargetRef
Deprecated.This method has been deprecated, please use method buildScaleTargetRef instead.- Returns:
- The buildable object.
-
buildScaleTargetRef
io.kubernetes.client.openapi.models.V1CrossVersionObjectReference buildScaleTargetRef() -
withScaleTargetRef
A withScaleTargetRef(io.kubernetes.client.openapi.models.V1CrossVersionObjectReference scaleTargetRef) -
hasScaleTargetRef
Boolean hasScaleTargetRef() -
withNewScaleTargetRef
V1HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> withNewScaleTargetRef() -
withNewScaleTargetRefLike
V1HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> withNewScaleTargetRefLike(io.kubernetes.client.openapi.models.V1CrossVersionObjectReference item) -
editScaleTargetRef
V1HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> editScaleTargetRef() -
editOrNewScaleTargetRef
V1HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> editOrNewScaleTargetRef() -
editOrNewScaleTargetRefLike
V1HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> editOrNewScaleTargetRefLike(io.kubernetes.client.openapi.models.V1CrossVersionObjectReference item) -
getTargetCPUUtilizationPercentage
Integer getTargetCPUUtilizationPercentage() -
withTargetCPUUtilizationPercentage
-
hasTargetCPUUtilizationPercentage
Boolean hasTargetCPUUtilizationPercentage()
-