Class V1DeploymentSpecBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1DeploymentSpecFluentImpl<V1DeploymentSpecBuilder>
io.kubernetes.client.openapi.models.V1DeploymentSpecBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1DeploymentSpec>
,Fluent<V1DeploymentSpecBuilder>
,Visitable<V1DeploymentSpecBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1DeploymentSpec,
,V1DeploymentSpecBuilder> V1DeploymentSpecFluent<V1DeploymentSpecBuilder>
public class V1DeploymentSpecBuilder
extends V1DeploymentSpecFluentImpl<V1DeploymentSpecBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1DeploymentSpec,V1DeploymentSpecBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1DeploymentSpecFluent
V1DeploymentSpecFluent.SelectorNested<N>, V1DeploymentSpecFluent.StrategyNested<N>, V1DeploymentSpecFluent.TemplateNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1DeploymentSpecBuilder
(io.kubernetes.client.openapi.models.V1DeploymentSpec instance) V1DeploymentSpecBuilder
(V1DeploymentSpecFluent<?> fluent) V1DeploymentSpecBuilder
(V1DeploymentSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1DeploymentSpec instance) V1DeploymentSpecBuilder
(V1DeploymentSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1DeploymentSpec instance, Boolean validationEnabled) V1DeploymentSpecBuilder
(V1DeploymentSpecFluent<?> fluent, Boolean validationEnabled) V1DeploymentSpecBuilder
(io.kubernetes.client.openapi.models.V1DeploymentSpec instance, Boolean validationEnabled) V1DeploymentSpecBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1DeploymentSpecFluentImpl
buildSelector, buildStrategy, buildTemplate, editOrNewSelector, editOrNewSelectorLike, editOrNewStrategy, editOrNewStrategyLike, editOrNewTemplate, editOrNewTemplateLike, editSelector, editStrategy, editTemplate, equals, getMinReadySeconds, getPaused, getProgressDeadlineSeconds, getReplicas, getRevisionHistoryLimit, getSelector, getStrategy, getTemplate, hashCode, hasMinReadySeconds, hasPaused, hasProgressDeadlineSeconds, hasReplicas, hasRevisionHistoryLimit, hasSelector, hasStrategy, hasTemplate, toString, withMinReadySeconds, withNewSelector, withNewSelectorLike, withNewStrategy, withNewStrategyLike, withNewTemplate, withNewTemplateLike, withPaused, withPaused, withProgressDeadlineSeconds, withReplicas, withRevisionHistoryLimit, withSelector, withStrategy, withTemplate
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1DeploymentSpecBuilder
public V1DeploymentSpecBuilder() -
V1DeploymentSpecBuilder
-
V1DeploymentSpecBuilder
-
V1DeploymentSpecBuilder
-
V1DeploymentSpecBuilder
public V1DeploymentSpecBuilder(V1DeploymentSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1DeploymentSpec instance) -
V1DeploymentSpecBuilder
public V1DeploymentSpecBuilder(V1DeploymentSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1DeploymentSpec instance, Boolean validationEnabled) -
V1DeploymentSpecBuilder
public V1DeploymentSpecBuilder(io.kubernetes.client.openapi.models.V1DeploymentSpec instance) -
V1DeploymentSpecBuilder
public V1DeploymentSpecBuilder(io.kubernetes.client.openapi.models.V1DeploymentSpec instance, Boolean validationEnabled)
-
-
Method Details