public interface V1HorizontalPodAutoscalerSpecFluent<A extends V1HorizontalPodAutoscalerSpecFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<N> |
Integer getMaxReplicas()
Boolean hasMaxReplicas()
A withNewMaxReplicas(int arg1)
Integer getMinReplicas()
Boolean hasMinReplicas()
A withNewMinReplicas(int arg1)
@Deprecated V1CrossVersionObjectReference getScaleTargetRef()
V1CrossVersionObjectReference buildScaleTargetRef()
A withScaleTargetRef(V1CrossVersionObjectReference scaleTargetRef)
Boolean hasScaleTargetRef()
V1HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> withNewScaleTargetRef()
V1HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> withNewScaleTargetRefLike(V1CrossVersionObjectReference item)
V1HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> editScaleTargetRef()
V1HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> editOrNewScaleTargetRef()
V1HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> editOrNewScaleTargetRefLike(V1CrossVersionObjectReference item)
Integer getTargetCPUUtilizationPercentage()
A withTargetCPUUtilizationPercentage(Integer targetCPUUtilizationPercentage)
Boolean hasTargetCPUUtilizationPercentage()
A withNewTargetCPUUtilizationPercentage(int arg1)
Copyright © 2018. All rights reserved.