Package io.fabric8.openshift.api.model
Class RollingDeploymentStrategyParamsBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.RollingDeploymentStrategyParamsFluentImpl<RollingDeploymentStrategyParamsBuilder>
io.fabric8.openshift.api.model.RollingDeploymentStrategyParamsBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<RollingDeploymentStrategyParams>,io.fabric8.kubernetes.api.builder.Fluent<RollingDeploymentStrategyParamsBuilder>,io.fabric8.kubernetes.api.builder.Visitable<RollingDeploymentStrategyParamsBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<RollingDeploymentStrategyParams,RollingDeploymentStrategyParamsBuilder>,RollingDeploymentStrategyParamsFluent<RollingDeploymentStrategyParamsBuilder>
public class RollingDeploymentStrategyParamsBuilder extends RollingDeploymentStrategyParamsFluentImpl<RollingDeploymentStrategyParamsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<RollingDeploymentStrategyParams,RollingDeploymentStrategyParamsBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.RollingDeploymentStrategyParamsFluentImpl
RollingDeploymentStrategyParamsFluentImpl.MaxSurgeNestedImpl<N>, RollingDeploymentStrategyParamsFluentImpl.MaxUnavailableNestedImpl<N>, RollingDeploymentStrategyParamsFluentImpl.PostNestedImpl<N>, RollingDeploymentStrategyParamsFluentImpl.PreNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.RollingDeploymentStrategyParamsFluent
RollingDeploymentStrategyParamsFluent.MaxSurgeNested<N>, RollingDeploymentStrategyParamsFluent.MaxUnavailableNested<N>, RollingDeploymentStrategyParamsFluent.PostNested<N>, RollingDeploymentStrategyParamsFluent.PreNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description RollingDeploymentStrategyParamsBuilder()RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParams instance)RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent)RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent, RollingDeploymentStrategyParams instance)RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent, RollingDeploymentStrategyParams instance, Boolean validationEnabled)RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent, Boolean validationEnabled)RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParams instance, Boolean validationEnabled)RollingDeploymentStrategyParamsBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description RollingDeploymentStrategyParamsbuild()booleanequals(Object o)Methods inherited from class io.fabric8.openshift.api.model.RollingDeploymentStrategyParamsFluentImpl
buildMaxSurge, buildMaxUnavailable, buildPost, buildPre, editMaxSurge, editMaxUnavailable, editOrNewMaxSurge, editOrNewMaxSurgeLike, editOrNewMaxUnavailable, editOrNewMaxUnavailableLike, editOrNewPost, editOrNewPostLike, editOrNewPre, editOrNewPreLike, editPost, editPre, getIntervalSeconds, getMaxSurge, getMaxUnavailable, getPost, getPre, getTimeoutSeconds, getUpdatePeriodSeconds, hasIntervalSeconds, hasMaxSurge, hasMaxUnavailable, hasPost, hasPre, hasTimeoutSeconds, hasUpdatePeriodSeconds, withIntervalSeconds, withMaxSurge, withMaxUnavailable, withNewMaxSurge, withNewMaxSurge, withNewMaxSurge, withNewMaxSurgeLike, withNewMaxUnavailable, withNewMaxUnavailable, withNewMaxUnavailable, withNewMaxUnavailableLike, withNewPost, withNewPostLike, withNewPre, withNewPreLike, withPost, withPre, withTimeoutSeconds, withUpdatePeriodSecondsMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
RollingDeploymentStrategyParamsBuilder
public RollingDeploymentStrategyParamsBuilder() -
RollingDeploymentStrategyParamsBuilder
-
RollingDeploymentStrategyParamsBuilder
-
RollingDeploymentStrategyParamsBuilder
public RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent, Boolean validationEnabled) -
RollingDeploymentStrategyParamsBuilder
public RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent, RollingDeploymentStrategyParams instance) -
RollingDeploymentStrategyParamsBuilder
public RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent, RollingDeploymentStrategyParams instance, Boolean validationEnabled) -
RollingDeploymentStrategyParamsBuilder
-
RollingDeploymentStrategyParamsBuilder
public RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParams instance, Boolean validationEnabled)
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<RollingDeploymentStrategyParams>
-
equals
- Overrides:
equalsin classRollingDeploymentStrategyParamsFluentImpl<RollingDeploymentStrategyParamsBuilder>
-