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