public class V1DeploymentSpecBuilder extends V1DeploymentSpecFluentImpl<V1DeploymentSpecBuilder> implements VisitableBuilder<V1DeploymentSpec,V1DeploymentSpecBuilder>
V1DeploymentSpecFluentImpl.SelectorNestedImpl<N>, V1DeploymentSpecFluentImpl.StrategyNestedImpl<N>, V1DeploymentSpecFluentImpl.TemplateNestedImpl<N>
V1DeploymentSpecFluent.SelectorNested<N>, V1DeploymentSpecFluent.StrategyNested<N>, V1DeploymentSpecFluent.TemplateNested<N>
_visitables
Constructor and Description |
---|
V1DeploymentSpecBuilder() |
V1DeploymentSpecBuilder(Boolean validationEnabled) |
V1DeploymentSpecBuilder(V1DeploymentSpec instance) |
V1DeploymentSpecBuilder(V1DeploymentSpec instance,
Boolean validationEnabled) |
V1DeploymentSpecBuilder(V1DeploymentSpecFluent<?> fluent) |
V1DeploymentSpecBuilder(V1DeploymentSpecFluent<?> fluent,
Boolean validationEnabled) |
V1DeploymentSpecBuilder(V1DeploymentSpecFluent<?> fluent,
V1DeploymentSpec instance) |
V1DeploymentSpecBuilder(V1DeploymentSpecFluent<?> fluent,
V1DeploymentSpec instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
V1DeploymentSpec |
build() |
boolean |
equals(Object o) |
buildSelector, buildStrategy, buildTemplate, editOrNewSelector, editOrNewSelectorLike, editOrNewStrategy, editOrNewStrategyLike, editOrNewTemplate, editOrNewTemplateLike, editSelector, editStrategy, editTemplate, getMinReadySeconds, getProgressDeadlineSeconds, getReplicas, getRevisionHistoryLimit, getSelector, getStrategy, getTemplate, hasMinReadySeconds, hasPaused, hasProgressDeadlineSeconds, hasReplicas, hasRevisionHistoryLimit, hasSelector, hasStrategy, hasTemplate, isPaused, withMinReadySeconds, withNewPaused, withNewPaused, withNewSelector, withNewSelectorLike, withNewStrategy, withNewStrategyLike, withNewTemplate, withNewTemplateLike, withPaused, withProgressDeadlineSeconds, withReplicas, withRevisionHistoryLimit, withSelector, withStrategy, withTemplate
accept, aggregate, aggregate, build, build, builderOf
public V1DeploymentSpecBuilder()
public V1DeploymentSpecBuilder(Boolean validationEnabled)
public V1DeploymentSpecBuilder(V1DeploymentSpecFluent<?> fluent)
public V1DeploymentSpecBuilder(V1DeploymentSpecFluent<?> fluent, Boolean validationEnabled)
public V1DeploymentSpecBuilder(V1DeploymentSpecFluent<?> fluent, V1DeploymentSpec instance)
public V1DeploymentSpecBuilder(V1DeploymentSpecFluent<?> fluent, V1DeploymentSpec instance, Boolean validationEnabled)
public V1DeploymentSpecBuilder(V1DeploymentSpec instance)
public V1DeploymentSpecBuilder(V1DeploymentSpec instance, Boolean validationEnabled)
public V1DeploymentSpec build()
build
in interface Builder<V1DeploymentSpec>
public boolean equals(Object o)
equals
in class V1DeploymentSpecFluentImpl<V1DeploymentSpecBuilder>
Copyright © 2019. All rights reserved.