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()
Integer getMinReplicas()
Boolean hasMinReplicas()
@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()
Copyright © 2020. All rights reserved.