public interface HorizontalPodAutoscalerSpecFluent<A extends HorizontalPodAutoscalerSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<N> |
Integer getMaxReplicas()
Boolean hasMaxReplicas()
Integer getMinReplicas()
Boolean hasMinReplicas()
@Deprecated CrossVersionObjectReference getScaleTargetRef()
CrossVersionObjectReference buildScaleTargetRef()
A withScaleTargetRef(CrossVersionObjectReference scaleTargetRef)
Boolean hasScaleTargetRef()
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> withNewScaleTargetRef()
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> withNewScaleTargetRefLike(CrossVersionObjectReference item)
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> editScaleTargetRef()
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> editOrNewScaleTargetRef()
HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<A> editOrNewScaleTargetRefLike(CrossVersionObjectReference item)
Integer getTargetCPUUtilizationPercentage()
A withTargetCPUUtilizationPercentage(Integer targetCPUUtilizationPercentage)
Boolean hasTargetCPUUtilizationPercentage()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.