Package io.fabric8.openshift.api.model
Class RollingDeploymentStrategyParamsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.RollingDeploymentStrategyParamsFluent<RollingDeploymentStrategyParamsBuilder>
-
- io.fabric8.openshift.api.model.RollingDeploymentStrategyParamsBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<RollingDeploymentStrategyParams>,io.fabric8.kubernetes.api.builder.Visitable<RollingDeploymentStrategyParamsBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<RollingDeploymentStrategyParams,RollingDeploymentStrategyParamsBuilder>
public class RollingDeploymentStrategyParamsBuilder extends RollingDeploymentStrategyParamsFluent<RollingDeploymentStrategyParamsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<RollingDeploymentStrategyParams,RollingDeploymentStrategyParamsBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.RollingDeploymentStrategyParamsFluent
RollingDeploymentStrategyParamsFluent.MaxSurgeNested<N>, RollingDeploymentStrategyParamsFluent.MaxUnavailableNested<N>, RollingDeploymentStrategyParamsFluent.PostNested<N>, RollingDeploymentStrategyParamsFluent.PreNested<N>
-
-
Constructor Summary
Constructors Constructor Description RollingDeploymentStrategyParamsBuilder()RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParams instance)RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent)RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent, RollingDeploymentStrategyParams instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RollingDeploymentStrategyParamsbuild()-
Methods inherited from class io.fabric8.openshift.api.model.RollingDeploymentStrategyParamsFluent
addToAdditionalProperties, addToAdditionalProperties, buildMaxSurge, buildMaxUnavailable, buildPost, buildPre, copyInstance, editMaxSurge, editMaxUnavailable, editOrNewMaxSurge, editOrNewMaxSurgeLike, editOrNewMaxUnavailable, editOrNewMaxUnavailableLike, editOrNewPost, editOrNewPostLike, editOrNewPre, editOrNewPreLike, editPost, editPre, equals, getAdditionalProperties, getIntervalSeconds, getTimeoutSeconds, getUpdatePeriodSeconds, hasAdditionalProperties, hashCode, hasIntervalSeconds, hasMaxSurge, hasMaxUnavailable, hasPost, hasPre, hasTimeoutSeconds, hasUpdatePeriodSeconds, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withIntervalSeconds, withMaxSurge, withMaxUnavailable, withNewMaxSurge, withNewMaxSurge, withNewMaxSurgeLike, withNewMaxUnavailable, withNewMaxUnavailable, withNewMaxUnavailableLike, withNewPost, withNewPostLike, withNewPre, withNewPreLike, withPost, withPre, withTimeoutSeconds, withUpdatePeriodSeconds
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
RollingDeploymentStrategyParamsBuilder
public RollingDeploymentStrategyParamsBuilder()
-
RollingDeploymentStrategyParamsBuilder
public RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent)
-
RollingDeploymentStrategyParamsBuilder
public RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent, RollingDeploymentStrategyParams instance)
-
RollingDeploymentStrategyParamsBuilder
public RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParams instance)
-
-
Method Detail
-
build
public RollingDeploymentStrategyParams build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<RollingDeploymentStrategyParams>
-
-