Class V1ReplicationControllerBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ReplicationControllerFluentImpl<V1ReplicationControllerBuilder>
io.kubernetes.client.openapi.models.V1ReplicationControllerBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1ReplicationController>
,Fluent<V1ReplicationControllerBuilder>
,Visitable<V1ReplicationControllerBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1ReplicationController,
,V1ReplicationControllerBuilder> V1ReplicationControllerFluent<V1ReplicationControllerBuilder>
public class V1ReplicationControllerBuilder
extends V1ReplicationControllerFluentImpl<V1ReplicationControllerBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ReplicationController,V1ReplicationControllerBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ReplicationControllerFluent
V1ReplicationControllerFluent.MetadataNested<N>, V1ReplicationControllerFluent.SpecNested<N>, V1ReplicationControllerFluent.StatusNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ReplicationControllerBuilder
(io.kubernetes.client.openapi.models.V1ReplicationController instance) V1ReplicationControllerBuilder
(V1ReplicationControllerFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicationController instance) V1ReplicationControllerBuilder
(V1ReplicationControllerFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicationController instance, Boolean validationEnabled) V1ReplicationControllerBuilder
(V1ReplicationControllerFluent<?> fluent, Boolean validationEnabled) V1ReplicationControllerBuilder
(io.kubernetes.client.openapi.models.V1ReplicationController instance, Boolean validationEnabled) V1ReplicationControllerBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ReplicationController
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1ReplicationControllerFluentImpl
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
-
V1ReplicationControllerBuilder
public V1ReplicationControllerBuilder() -
V1ReplicationControllerBuilder
-
V1ReplicationControllerBuilder
-
V1ReplicationControllerBuilder
public V1ReplicationControllerBuilder(V1ReplicationControllerFluent<?> fluent, Boolean validationEnabled) -
V1ReplicationControllerBuilder
public V1ReplicationControllerBuilder(V1ReplicationControllerFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicationController instance) -
V1ReplicationControllerBuilder
public V1ReplicationControllerBuilder(V1ReplicationControllerFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicationController instance, Boolean validationEnabled) -
V1ReplicationControllerBuilder
public V1ReplicationControllerBuilder(io.kubernetes.client.openapi.models.V1ReplicationController instance) -
V1ReplicationControllerBuilder
public V1ReplicationControllerBuilder(io.kubernetes.client.openapi.models.V1ReplicationController instance, Boolean validationEnabled)
-
-
Method Details