Class V2beta2HorizontalPodAutoscalerBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerFluentImpl<V2beta2HorizontalPodAutoscalerBuilder>
io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscaler>
,Fluent<V2beta2HorizontalPodAutoscalerBuilder>
,Visitable<V2beta2HorizontalPodAutoscalerBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscaler,
,V2beta2HorizontalPodAutoscalerBuilder> V2beta2HorizontalPodAutoscalerFluent<V2beta2HorizontalPodAutoscalerBuilder>
public class V2beta2HorizontalPodAutoscalerBuilder
extends V2beta2HorizontalPodAutoscalerFluentImpl<V2beta2HorizontalPodAutoscalerBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscaler,V2beta2HorizontalPodAutoscalerBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerFluent
V2beta2HorizontalPodAutoscalerFluent.MetadataNested<N>, V2beta2HorizontalPodAutoscalerFluent.SpecNested<N>, V2beta2HorizontalPodAutoscalerFluent.StatusNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV2beta2HorizontalPodAutoscalerBuilder
(io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscaler instance) V2beta2HorizontalPodAutoscalerBuilder
(V2beta2HorizontalPodAutoscalerFluent<?> fluent, io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscaler instance) V2beta2HorizontalPodAutoscalerBuilder
(V2beta2HorizontalPodAutoscalerFluent<?> fluent, io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscaler instance, Boolean validationEnabled) V2beta2HorizontalPodAutoscalerBuilder
(V2beta2HorizontalPodAutoscalerFluent<?> fluent, Boolean validationEnabled) V2beta2HorizontalPodAutoscalerBuilder
(io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscaler instance, Boolean validationEnabled) V2beta2HorizontalPodAutoscalerBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscaler
build()
Methods inherited from class io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, toString, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V2beta2HorizontalPodAutoscalerBuilder
public V2beta2HorizontalPodAutoscalerBuilder() -
V2beta2HorizontalPodAutoscalerBuilder
-
V2beta2HorizontalPodAutoscalerBuilder
-
V2beta2HorizontalPodAutoscalerBuilder
public V2beta2HorizontalPodAutoscalerBuilder(V2beta2HorizontalPodAutoscalerFluent<?> fluent, Boolean validationEnabled) -
V2beta2HorizontalPodAutoscalerBuilder
public V2beta2HorizontalPodAutoscalerBuilder(V2beta2HorizontalPodAutoscalerFluent<?> fluent, io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscaler instance) -
V2beta2HorizontalPodAutoscalerBuilder
public V2beta2HorizontalPodAutoscalerBuilder(V2beta2HorizontalPodAutoscalerFluent<?> fluent, io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscaler instance, Boolean validationEnabled) -
V2beta2HorizontalPodAutoscalerBuilder
public V2beta2HorizontalPodAutoscalerBuilder(io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscaler instance) -
V2beta2HorizontalPodAutoscalerBuilder
public V2beta2HorizontalPodAutoscalerBuilder(io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscaler instance, Boolean validationEnabled)
-
-
Method Details