Class V1ReplicaSetSpecBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ReplicaSetSpecFluentImpl<V1ReplicaSetSpecBuilder>
io.kubernetes.client.openapi.models.V1ReplicaSetSpecBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1ReplicaSetSpec>
,Fluent<V1ReplicaSetSpecBuilder>
,Visitable<V1ReplicaSetSpecBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1ReplicaSetSpec,
,V1ReplicaSetSpecBuilder> V1ReplicaSetSpecFluent<V1ReplicaSetSpecBuilder>
public class V1ReplicaSetSpecBuilder
extends V1ReplicaSetSpecFluentImpl<V1ReplicaSetSpecBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ReplicaSetSpec,V1ReplicaSetSpecBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ReplicaSetSpecFluent
V1ReplicaSetSpecFluent.SelectorNested<N>, V1ReplicaSetSpecFluent.TemplateNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ReplicaSetSpecBuilder
(io.kubernetes.client.openapi.models.V1ReplicaSetSpec instance) V1ReplicaSetSpecBuilder
(V1ReplicaSetSpecFluent<?> fluent) V1ReplicaSetSpecBuilder
(V1ReplicaSetSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicaSetSpec instance) V1ReplicaSetSpecBuilder
(V1ReplicaSetSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicaSetSpec instance, Boolean validationEnabled) V1ReplicaSetSpecBuilder
(V1ReplicaSetSpecFluent<?> fluent, Boolean validationEnabled) V1ReplicaSetSpecBuilder
(io.kubernetes.client.openapi.models.V1ReplicaSetSpec instance, Boolean validationEnabled) V1ReplicaSetSpecBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1ReplicaSetSpecFluentImpl
buildSelector, buildTemplate, editOrNewSelector, editOrNewSelectorLike, editOrNewTemplate, editOrNewTemplateLike, editSelector, editTemplate, equals, getMinReadySeconds, getReplicas, getSelector, getTemplate, hashCode, hasMinReadySeconds, hasReplicas, hasSelector, hasTemplate, toString, withMinReadySeconds, withNewSelector, withNewSelectorLike, withNewTemplate, withNewTemplateLike, withReplicas, withSelector, withTemplate
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ReplicaSetSpecBuilder
public V1ReplicaSetSpecBuilder() -
V1ReplicaSetSpecBuilder
-
V1ReplicaSetSpecBuilder
-
V1ReplicaSetSpecBuilder
-
V1ReplicaSetSpecBuilder
public V1ReplicaSetSpecBuilder(V1ReplicaSetSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicaSetSpec instance) -
V1ReplicaSetSpecBuilder
public V1ReplicaSetSpecBuilder(V1ReplicaSetSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicaSetSpec instance, Boolean validationEnabled) -
V1ReplicaSetSpecBuilder
public V1ReplicaSetSpecBuilder(io.kubernetes.client.openapi.models.V1ReplicaSetSpec instance) -
V1ReplicaSetSpecBuilder
public V1ReplicaSetSpecBuilder(io.kubernetes.client.openapi.models.V1ReplicaSetSpec instance, Boolean validationEnabled)
-
-
Method Details