public interface V2beta2HorizontalPodAutoscalerBehaviorFluent<A extends V2beta2HorizontalPodAutoscalerBehaviorFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested<N> |
static interface |
V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested<N> |
@Deprecated io.kubernetes.client.openapi.models.V2beta2HPAScalingRules getScaleDown()
io.kubernetes.client.openapi.models.V2beta2HPAScalingRules buildScaleDown()
A withScaleDown(io.kubernetes.client.openapi.models.V2beta2HPAScalingRules scaleDown)
Boolean hasScaleDown()
V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested<A> withNewScaleDown()
V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested<A> withNewScaleDownLike(io.kubernetes.client.openapi.models.V2beta2HPAScalingRules item)
V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested<A> editScaleDown()
V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested<A> editOrNewScaleDown()
V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested<A> editOrNewScaleDownLike(io.kubernetes.client.openapi.models.V2beta2HPAScalingRules item)
@Deprecated io.kubernetes.client.openapi.models.V2beta2HPAScalingRules getScaleUp()
io.kubernetes.client.openapi.models.V2beta2HPAScalingRules buildScaleUp()
A withScaleUp(io.kubernetes.client.openapi.models.V2beta2HPAScalingRules scaleUp)
Boolean hasScaleUp()
V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested<A> withNewScaleUp()
V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested<A> withNewScaleUpLike(io.kubernetes.client.openapi.models.V2beta2HPAScalingRules item)
V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested<A> editScaleUp()
V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested<A> editOrNewScaleUp()
V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested<A> editOrNewScaleUpLike(io.kubernetes.client.openapi.models.V2beta2HPAScalingRules item)
Copyright © 2021. All rights reserved.