Package io.fabric8.openshift.api.model
Interface RecreateDeploymentStrategyParamsFluent<A extends RecreateDeploymentStrategyParamsFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
DeploymentStrategyFluent.RecreateParamsNested<N>
- All Known Implementing Classes:
DeploymentStrategyFluentImpl.RecreateParamsNestedImpl,DoneableRecreateDeploymentStrategyParams,RecreateDeploymentStrategyParamsBuilder,RecreateDeploymentStrategyParamsFluentImpl
public interface RecreateDeploymentStrategyParamsFluent<A extends RecreateDeploymentStrategyParamsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRecreateDeploymentStrategyParamsFluent.MidNested<N>static interfaceRecreateDeploymentStrategyParamsFluent.PostNested<N>static interfaceRecreateDeploymentStrategyParamsFluent.PreNested<N> -
Method Summary
-
Method Details
-
getMid
Deprecated.This method has been deprecated, please use method buildMid instead.- Returns:
- The buildable object.
-
buildMid
LifecycleHook buildMid() -
withMid
-
hasMid
Boolean hasMid() -
withNewMid
RecreateDeploymentStrategyParamsFluent.MidNested<A> withNewMid() -
withNewMidLike
-
editMid
-
editOrNewMid
RecreateDeploymentStrategyParamsFluent.MidNested<A> editOrNewMid() -
editOrNewMidLike
-
getPost
Deprecated.This method has been deprecated, please use method buildPost instead.- Returns:
- The buildable object.
-
buildPost
LifecycleHook buildPost() -
withPost
-
hasPost
Boolean hasPost() -
withNewPost
RecreateDeploymentStrategyParamsFluent.PostNested<A> withNewPost() -
withNewPostLike
-
editPost
RecreateDeploymentStrategyParamsFluent.PostNested<A> editPost() -
editOrNewPost
RecreateDeploymentStrategyParamsFluent.PostNested<A> editOrNewPost() -
editOrNewPostLike
-
getPre
Deprecated.This method has been deprecated, please use method buildPre instead.- Returns:
- The buildable object.
-
buildPre
LifecycleHook buildPre() -
withPre
-
hasPre
Boolean hasPre() -
withNewPre
RecreateDeploymentStrategyParamsFluent.PreNested<A> withNewPre() -
withNewPreLike
-
editPre
-
editOrNewPre
RecreateDeploymentStrategyParamsFluent.PreNested<A> editOrNewPre() -
editOrNewPreLike
-
getTimeoutSeconds
Long getTimeoutSeconds() -
withTimeoutSeconds
-
hasTimeoutSeconds
Boolean hasTimeoutSeconds()
-