Class DeploymentSpecBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.extensions.DeploymentSpecFluentImpl<DeploymentSpecBuilder>
io.fabric8.kubernetes.api.model.extensions.DeploymentSpecBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<DeploymentSpec>,io.fabric8.kubernetes.api.builder.Fluent<DeploymentSpecBuilder>,io.fabric8.kubernetes.api.builder.Visitable<DeploymentSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentSpec,DeploymentSpecBuilder>,DeploymentSpecFluent<DeploymentSpecBuilder>
public class DeploymentSpecBuilder extends DeploymentSpecFluentImpl<DeploymentSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentSpec,DeploymentSpecBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.extensions.DeploymentSpecFluentImpl
DeploymentSpecFluentImpl.RollbackToNestedImpl<N>, DeploymentSpecFluentImpl.SelectorNestedImpl<N>, DeploymentSpecFluentImpl.StrategyNestedImpl<N>, DeploymentSpecFluentImpl.TemplateNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.extensions.DeploymentSpecFluent
DeploymentSpecFluent.RollbackToNested<N>, DeploymentSpecFluent.SelectorNested<N>, DeploymentSpecFluent.StrategyNested<N>, DeploymentSpecFluent.TemplateNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DeploymentSpecBuilder()DeploymentSpecBuilder(DeploymentSpec instance)DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent)DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent, DeploymentSpec instance)DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent, DeploymentSpec instance, Boolean validationEnabled)DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent, Boolean validationEnabled)DeploymentSpecBuilder(DeploymentSpec instance, Boolean validationEnabled)DeploymentSpecBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description DeploymentSpecbuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.extensions.DeploymentSpecFluentImpl
buildRollbackTo, buildSelector, buildStrategy, buildTemplate, editOrNewRollbackTo, editOrNewRollbackToLike, editOrNewSelector, editOrNewSelectorLike, editOrNewStrategy, editOrNewStrategyLike, editOrNewTemplate, editOrNewTemplateLike, editRollbackTo, editSelector, editStrategy, editTemplate, getMinReadySeconds, getProgressDeadlineSeconds, getReplicas, getRevisionHistoryLimit, getRollbackTo, getSelector, getStrategy, getTemplate, hasMinReadySeconds, hasPaused, hasProgressDeadlineSeconds, hasReplicas, hasRevisionHistoryLimit, hasRollbackTo, hasSelector, hasStrategy, hasTemplate, isPaused, withMinReadySeconds, withNewMinReadySeconds, withNewMinReadySeconds, withNewPaused, withNewPaused, withNewProgressDeadlineSeconds, withNewProgressDeadlineSeconds, withNewReplicas, withNewReplicas, withNewRevisionHistoryLimit, withNewRevisionHistoryLimit, withNewRollbackTo, withNewRollbackTo, withNewRollbackToLike, withNewSelector, withNewSelectorLike, withNewStrategy, withNewStrategyLike, withNewTemplate, withNewTemplateLike, withPaused, withProgressDeadlineSeconds, withReplicas, withRevisionHistoryLimit, withRollbackTo, withSelector, withStrategy, withTemplateMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
DeploymentSpecBuilder
public DeploymentSpecBuilder() -
DeploymentSpecBuilder
-
DeploymentSpecBuilder
-
DeploymentSpecBuilder
-
DeploymentSpecBuilder
-
DeploymentSpecBuilder
public DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent, DeploymentSpec instance, Boolean validationEnabled) -
DeploymentSpecBuilder
-
DeploymentSpecBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<DeploymentSpec>
-
equals
- Overrides:
equalsin classDeploymentSpecFluentImpl<DeploymentSpecBuilder>
-