public interface HorizontalPodAutoscalerSpecFluent<A extends HorizontalPodAutoscalerSpecFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<N> |
Modifier and Type | Method and Description |
---|---|
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> |
editScaleTargetRef() |
Integer |
getMaxReplicas() |
Integer |
getMinReplicas() |
CrossVersionObjectReference |
getScaleTargetRef() |
Integer |
getTargetCPUUtilizationPercentage() |
A |
withMaxReplicas(Integer maxReplicas) |
A |
withMinReplicas(Integer minReplicas) |
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> |
withNewScaleTargetRef() |
A |
withNewScaleTargetRef(String apiVersion,
String kind,
String name) |
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> |
withNewScaleTargetRefLike(CrossVersionObjectReference item) |
A |
withScaleTargetRef(CrossVersionObjectReference scaleTargetRef) |
A |
withTargetCPUUtilizationPercentage(Integer targetCPUUtilizationPercentage) |
Integer getMaxReplicas()
Integer getMinReplicas()
CrossVersionObjectReference getScaleTargetRef()
A withScaleTargetRef(CrossVersionObjectReference scaleTargetRef)
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> withNewScaleTargetRef()
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> withNewScaleTargetRefLike(CrossVersionObjectReference item)
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> editScaleTargetRef()
Integer getTargetCPUUtilizationPercentage()
Copyright © 2011–2018 Red Hat. All rights reserved.