Package io.fabric8.openshift.api.model
Class DeploymentStrategyBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.DeploymentStrategyFluentImpl<DeploymentStrategyBuilder>
io.fabric8.openshift.api.model.DeploymentStrategyBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<DeploymentStrategy>,io.fabric8.kubernetes.api.builder.Fluent<DeploymentStrategyBuilder>,io.fabric8.kubernetes.api.builder.Visitable<DeploymentStrategyBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentStrategy,DeploymentStrategyBuilder>,DeploymentStrategyFluent<DeploymentStrategyBuilder>
public class DeploymentStrategyBuilder extends DeploymentStrategyFluentImpl<DeploymentStrategyBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentStrategy,DeploymentStrategyBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.DeploymentStrategyFluentImpl
DeploymentStrategyFluentImpl.CustomParamsNestedImpl<N>, DeploymentStrategyFluentImpl.RecreateParamsNestedImpl<N>, DeploymentStrategyFluentImpl.ResourcesNestedImpl<N>, DeploymentStrategyFluentImpl.RollingParamsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.DeploymentStrategyFluent
DeploymentStrategyFluent.CustomParamsNested<N>, DeploymentStrategyFluent.RecreateParamsNested<N>, DeploymentStrategyFluent.ResourcesNested<N>, DeploymentStrategyFluent.RollingParamsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DeploymentStrategyBuilder()DeploymentStrategyBuilder(DeploymentStrategy instance)DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent)DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent, DeploymentStrategy instance)DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent, DeploymentStrategy instance, Boolean validationEnabled)DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent, Boolean validationEnabled)DeploymentStrategyBuilder(DeploymentStrategy instance, Boolean validationEnabled)DeploymentStrategyBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description DeploymentStrategybuild()booleanequals(Object o)Methods inherited from class io.fabric8.openshift.api.model.DeploymentStrategyFluentImpl
addToAnnotations, addToAnnotations, addToLabels, addToLabels, buildCustomParams, buildRecreateParams, buildResources, buildRollingParams, editCustomParams, editOrNewCustomParams, editOrNewCustomParamsLike, editOrNewRecreateParams, editOrNewRecreateParamsLike, editOrNewResources, editOrNewResourcesLike, editOrNewRollingParams, editOrNewRollingParamsLike, editRecreateParams, editResources, editRollingParams, getActiveDeadlineSeconds, getAnnotations, getCustomParams, getLabels, getRecreateParams, getResources, getRollingParams, getType, hasActiveDeadlineSeconds, hasAnnotations, hasCustomParams, hasLabels, hasRecreateParams, hasResources, hasRollingParams, hasType, removeFromAnnotations, removeFromAnnotations, removeFromLabels, removeFromLabels, withActiveDeadlineSeconds, withAnnotations, withCustomParams, withLabels, withNewCustomParams, withNewCustomParamsLike, withNewRecreateParams, withNewRecreateParamsLike, withNewResources, withNewResourcesLike, withNewRollingParams, withNewRollingParamsLike, withNewType, withNewType, withNewType, withRecreateParams, withResources, withRollingParams, withTypeMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
DeploymentStrategyBuilder
public DeploymentStrategyBuilder() -
DeploymentStrategyBuilder
-
DeploymentStrategyBuilder
-
DeploymentStrategyBuilder
-
DeploymentStrategyBuilder
-
DeploymentStrategyBuilder
public DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent, DeploymentStrategy instance, Boolean validationEnabled) -
DeploymentStrategyBuilder
-
DeploymentStrategyBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<DeploymentStrategy>
-
equals
- Overrides:
equalsin classDeploymentStrategyFluentImpl<DeploymentStrategyBuilder>
-