Package io.fabric8.openshift.api.model
Class RecreateDeploymentStrategyParamsFluent<A extends RecreateDeploymentStrategyParamsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.RecreateDeploymentStrategyParamsFluent<A>
-
- Direct Known Subclasses:
DeploymentStrategyFluent.RecreateParamsNested,RecreateDeploymentStrategyParamsBuilder
public class RecreateDeploymentStrategyParamsFluent<A extends RecreateDeploymentStrategyParamsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classRecreateDeploymentStrategyParamsFluent.MidNested<N>classRecreateDeploymentStrategyParamsFluent.PostNested<N>classRecreateDeploymentStrategyParamsFluent.PreNested<N>
-
Constructor Summary
Constructors Constructor Description RecreateDeploymentStrategyParamsFluent()RecreateDeploymentStrategyParamsFluent(RecreateDeploymentStrategyParams instance)
-
Method Summary
-
-
-
Constructor Detail
-
RecreateDeploymentStrategyParamsFluent
public RecreateDeploymentStrategyParamsFluent()
-
RecreateDeploymentStrategyParamsFluent
public RecreateDeploymentStrategyParamsFluent(RecreateDeploymentStrategyParams instance)
-
-
Method Detail
-
buildMid
public LifecycleHook buildMid()
-
buildPost
public LifecycleHook buildPost()
-
buildPre
public LifecycleHook buildPre()
-
copyInstance
protected void copyInstance(RecreateDeploymentStrategyParams instance)
-
editMid
public RecreateDeploymentStrategyParamsFluent.MidNested<A> editMid()
-
editOrNewMid
public RecreateDeploymentStrategyParamsFluent.MidNested<A> editOrNewMid()
-
editOrNewMidLike
public RecreateDeploymentStrategyParamsFluent.MidNested<A> editOrNewMidLike(LifecycleHook item)
-
editOrNewPost
public RecreateDeploymentStrategyParamsFluent.PostNested<A> editOrNewPost()
-
editOrNewPostLike
public RecreateDeploymentStrategyParamsFluent.PostNested<A> editOrNewPostLike(LifecycleHook item)
-
editOrNewPre
public RecreateDeploymentStrategyParamsFluent.PreNested<A> editOrNewPre()
-
editOrNewPreLike
public RecreateDeploymentStrategyParamsFluent.PreNested<A> editOrNewPreLike(LifecycleHook item)
-
editPost
public RecreateDeploymentStrategyParamsFluent.PostNested<A> editPost()
-
editPre
public RecreateDeploymentStrategyParamsFluent.PreNested<A> editPre()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RecreateDeploymentStrategyParamsFluent<A>>
-
getTimeoutSeconds
public Long getTimeoutSeconds()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasMid
public boolean hasMid()
-
hasPost
public boolean hasPost()
-
hasPre
public boolean hasPre()
-
hasTimeoutSeconds
public boolean hasTimeoutSeconds()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RecreateDeploymentStrategyParamsFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withMid
public A withMid(LifecycleHook mid)
-
withNewMid
public RecreateDeploymentStrategyParamsFluent.MidNested<A> withNewMid()
-
withNewMidLike
public RecreateDeploymentStrategyParamsFluent.MidNested<A> withNewMidLike(LifecycleHook item)
-
withNewPost
public RecreateDeploymentStrategyParamsFluent.PostNested<A> withNewPost()
-
withNewPostLike
public RecreateDeploymentStrategyParamsFluent.PostNested<A> withNewPostLike(LifecycleHook item)
-
withNewPre
public RecreateDeploymentStrategyParamsFluent.PreNested<A> withNewPre()
-
withNewPreLike
public RecreateDeploymentStrategyParamsFluent.PreNested<A> withNewPreLike(LifecycleHook item)
-
withPost
public A withPost(LifecycleHook post)
-
withPre
public A withPre(LifecycleHook pre)
-
-