Package io.fabric8.openshift.api.model
Class DoneableRecreateDeploymentStrategyParams
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.RecreateDeploymentStrategyParamsFluentImpl<DoneableRecreateDeploymentStrategyParams>
io.fabric8.openshift.api.model.DoneableRecreateDeploymentStrategyParams
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableRecreateDeploymentStrategyParams>,io.fabric8.kubernetes.api.builder.Visitable<DoneableRecreateDeploymentStrategyParams>,io.fabric8.kubernetes.api.model.Doneable<RecreateDeploymentStrategyParams>,RecreateDeploymentStrategyParamsFluent<DoneableRecreateDeploymentStrategyParams>
public class DoneableRecreateDeploymentStrategyParams extends RecreateDeploymentStrategyParamsFluentImpl<DoneableRecreateDeploymentStrategyParams> implements io.fabric8.kubernetes.api.model.Doneable<RecreateDeploymentStrategyParams>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.RecreateDeploymentStrategyParamsFluentImpl
RecreateDeploymentStrategyParamsFluentImpl.MidNestedImpl<N>, RecreateDeploymentStrategyParamsFluentImpl.PostNestedImpl<N>, RecreateDeploymentStrategyParamsFluentImpl.PreNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.RecreateDeploymentStrategyParamsFluent
RecreateDeploymentStrategyParamsFluent.MidNested<N>, RecreateDeploymentStrategyParamsFluent.PostNested<N>, RecreateDeploymentStrategyParamsFluent.PreNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableRecreateDeploymentStrategyParams(io.fabric8.kubernetes.api.builder.Function<RecreateDeploymentStrategyParams,RecreateDeploymentStrategyParams> function)DoneableRecreateDeploymentStrategyParams(RecreateDeploymentStrategyParams item)DoneableRecreateDeploymentStrategyParams(RecreateDeploymentStrategyParams item, io.fabric8.kubernetes.api.builder.Function<RecreateDeploymentStrategyParams,RecreateDeploymentStrategyParams> function) -
Method Summary
Modifier and Type Method Description RecreateDeploymentStrategyParamsdone()Methods inherited from class io.fabric8.openshift.api.model.RecreateDeploymentStrategyParamsFluentImpl
buildMid, buildPost, buildPre, editMid, editOrNewMid, editOrNewMidLike, editOrNewPost, editOrNewPostLike, editOrNewPre, editOrNewPreLike, editPost, editPre, equals, getMid, getPost, getPre, getTimeoutSeconds, hasMid, hasPost, hasPre, hasTimeoutSeconds, withMid, withNewMid, withNewMidLike, withNewPost, withNewPostLike, withNewPre, withNewPreLike, withPost, withPre, withTimeoutSeconds
-
Constructor Details
-
DoneableRecreateDeploymentStrategyParams
public DoneableRecreateDeploymentStrategyParams(io.fabric8.kubernetes.api.builder.Function<RecreateDeploymentStrategyParams,RecreateDeploymentStrategyParams> function) -
DoneableRecreateDeploymentStrategyParams
public DoneableRecreateDeploymentStrategyParams(RecreateDeploymentStrategyParams item, io.fabric8.kubernetes.api.builder.Function<RecreateDeploymentStrategyParams,RecreateDeploymentStrategyParams> function) -
DoneableRecreateDeploymentStrategyParams
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<RecreateDeploymentStrategyParams>
-