public class DeploymentSpecBuilder extends DeploymentSpecFluentImpl<DeploymentSpecBuilder> implements VisitableBuilder<DeploymentSpec,DeploymentSpecBuilder>
DeploymentSpecFluentImpl.SelectorNestedImpl<N>, DeploymentSpecFluentImpl.StrategyNestedImpl<N>, DeploymentSpecFluentImpl.TemplateNestedImpl<N>
DeploymentSpecFluent.SelectorNested<N>, DeploymentSpecFluent.StrategyNested<N>, DeploymentSpecFluent.TemplateNested<N>
_visitables
Constructor and Description |
---|
DeploymentSpecBuilder() |
DeploymentSpecBuilder(Boolean validationEnabled) |
DeploymentSpecBuilder(DeploymentSpec instance) |
DeploymentSpecBuilder(DeploymentSpec instance,
Boolean validationEnabled) |
DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent) |
DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent,
Boolean validationEnabled) |
DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent,
DeploymentSpec instance) |
DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent,
DeploymentSpec instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
DeploymentSpec |
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 DeploymentSpecBuilder()
public DeploymentSpecBuilder(Boolean validationEnabled)
public DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent)
public DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent, Boolean validationEnabled)
public DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent, DeploymentSpec instance)
public DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent, DeploymentSpec instance, Boolean validationEnabled)
public DeploymentSpecBuilder(DeploymentSpec instance)
public DeploymentSpecBuilder(DeploymentSpec instance, Boolean validationEnabled)
public DeploymentSpec build()
build
in interface Builder<DeploymentSpec>
public boolean equals(Object o)
equals
in class DeploymentSpecFluentImpl<DeploymentSpecBuilder>
Copyright © 2015–2019 Red Hat. All rights reserved.