Class V2beta2HorizontalPodAutoscalerBehaviorBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehaviorFluentImpl<V2beta2HorizontalPodAutoscalerBehaviorBuilder>
io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehaviorBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehavior>
,Fluent<V2beta2HorizontalPodAutoscalerBehaviorBuilder>
,Visitable<V2beta2HorizontalPodAutoscalerBehaviorBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehavior,
,V2beta2HorizontalPodAutoscalerBehaviorBuilder> V2beta2HorizontalPodAutoscalerBehaviorFluent<V2beta2HorizontalPodAutoscalerBehaviorBuilder>
public class V2beta2HorizontalPodAutoscalerBehaviorBuilder
extends V2beta2HorizontalPodAutoscalerBehaviorFluentImpl<V2beta2HorizontalPodAutoscalerBehaviorBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehavior,V2beta2HorizontalPodAutoscalerBehaviorBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehaviorFluent
V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested<N>, V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV2beta2HorizontalPodAutoscalerBehaviorBuilder
(io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehavior instance) V2beta2HorizontalPodAutoscalerBehaviorBuilder
(V2beta2HorizontalPodAutoscalerBehaviorFluent<?> fluent) V2beta2HorizontalPodAutoscalerBehaviorBuilder
(V2beta2HorizontalPodAutoscalerBehaviorFluent<?> fluent, io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehavior instance) V2beta2HorizontalPodAutoscalerBehaviorBuilder
(V2beta2HorizontalPodAutoscalerBehaviorFluent<?> fluent, io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehavior instance, Boolean validationEnabled) V2beta2HorizontalPodAutoscalerBehaviorBuilder
(V2beta2HorizontalPodAutoscalerBehaviorFluent<?> fluent, Boolean validationEnabled) V2beta2HorizontalPodAutoscalerBehaviorBuilder
(io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehavior instance, Boolean validationEnabled) V2beta2HorizontalPodAutoscalerBehaviorBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehavior
build()
Methods inherited from class io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehaviorFluentImpl
buildScaleDown, buildScaleUp, editOrNewScaleDown, editOrNewScaleDownLike, editOrNewScaleUp, editOrNewScaleUpLike, editScaleDown, editScaleUp, equals, getScaleDown, getScaleUp, hashCode, hasScaleDown, hasScaleUp, toString, withNewScaleDown, withNewScaleDownLike, withNewScaleUp, withNewScaleUpLike, withScaleDown, withScaleUp
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V2beta2HorizontalPodAutoscalerBehaviorBuilder
public V2beta2HorizontalPodAutoscalerBehaviorBuilder() -
V2beta2HorizontalPodAutoscalerBehaviorBuilder
-
V2beta2HorizontalPodAutoscalerBehaviorBuilder
public V2beta2HorizontalPodAutoscalerBehaviorBuilder(V2beta2HorizontalPodAutoscalerBehaviorFluent<?> fluent) -
V2beta2HorizontalPodAutoscalerBehaviorBuilder
public V2beta2HorizontalPodAutoscalerBehaviorBuilder(V2beta2HorizontalPodAutoscalerBehaviorFluent<?> fluent, Boolean validationEnabled) -
V2beta2HorizontalPodAutoscalerBehaviorBuilder
public V2beta2HorizontalPodAutoscalerBehaviorBuilder(V2beta2HorizontalPodAutoscalerBehaviorFluent<?> fluent, io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehavior instance) -
V2beta2HorizontalPodAutoscalerBehaviorBuilder
public V2beta2HorizontalPodAutoscalerBehaviorBuilder(V2beta2HorizontalPodAutoscalerBehaviorFluent<?> fluent, io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehavior instance, Boolean validationEnabled) -
V2beta2HorizontalPodAutoscalerBehaviorBuilder
public V2beta2HorizontalPodAutoscalerBehaviorBuilder(io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehavior instance) -
V2beta2HorizontalPodAutoscalerBehaviorBuilder
public V2beta2HorizontalPodAutoscalerBehaviorBuilder(io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehavior instance, Boolean validationEnabled)
-
-
Method Details