Package io.fabric8.openshift.api.model
Class DeploymentStrategyBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.DeploymentStrategyFluent<DeploymentStrategyBuilder>
-
- io.fabric8.openshift.api.model.DeploymentStrategyBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<DeploymentStrategy>,io.fabric8.kubernetes.api.builder.Visitable<DeploymentStrategyBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentStrategy,DeploymentStrategyBuilder>
public class DeploymentStrategyBuilder extends DeploymentStrategyFluent<DeploymentStrategyBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentStrategy,DeploymentStrategyBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.DeploymentStrategyFluent
DeploymentStrategyFluent.CustomParamsNested<N>, DeploymentStrategyFluent.RecreateParamsNested<N>, DeploymentStrategyFluent.ResourcesNested<N>, DeploymentStrategyFluent.RollingParamsNested<N>
-
-
Constructor Summary
Constructors Constructor Description DeploymentStrategyBuilder()DeploymentStrategyBuilder(DeploymentStrategy instance)DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent)DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent, DeploymentStrategy instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentStrategybuild()-
Methods inherited from class io.fabric8.openshift.api.model.DeploymentStrategyFluent
addToAdditionalProperties, addToAdditionalProperties, addToAnnotations, addToAnnotations, addToLabels, addToLabels, buildCustomParams, buildRecreateParams, buildResources, buildRollingParams, copyInstance, editCustomParams, editOrNewCustomParams, editOrNewCustomParamsLike, editOrNewRecreateParams, editOrNewRecreateParamsLike, editOrNewResources, editOrNewResourcesLike, editOrNewRollingParams, editOrNewRollingParamsLike, editRecreateParams, editResources, editRollingParams, equals, getActiveDeadlineSeconds, getAdditionalProperties, getAnnotations, getLabels, getType, hasActiveDeadlineSeconds, hasAdditionalProperties, hasAnnotations, hasCustomParams, hashCode, hasLabels, hasRecreateParams, hasResources, hasRollingParams, hasType, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromAnnotations, removeFromAnnotations, removeFromLabels, removeFromLabels, toString, withActiveDeadlineSeconds, withAdditionalProperties, withAnnotations, withCustomParams, withLabels, withNewCustomParams, withNewCustomParamsLike, withNewRecreateParams, withNewRecreateParamsLike, withNewResources, withNewResourcesLike, withNewRollingParams, withNewRollingParamsLike, withRecreateParams, withResources, withRollingParams, withType
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
DeploymentStrategyBuilder
public DeploymentStrategyBuilder()
-
DeploymentStrategyBuilder
public DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent)
-
DeploymentStrategyBuilder
public DeploymentStrategyBuilder(DeploymentStrategy instance)
-
DeploymentStrategyBuilder
public DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent, DeploymentStrategy instance)
-
-
Method Detail
-
build
public DeploymentStrategy build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<DeploymentStrategy>
-
-