Package io.fabric8.openshift.api.model
Class RecreateDeploymentStrategyParams
- java.lang.Object
-
- io.fabric8.openshift.api.model.RecreateDeploymentStrategyParams
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<RecreateDeploymentStrategyParamsBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class RecreateDeploymentStrategyParams extends Object implements io.fabric8.kubernetes.api.builder.Editable<RecreateDeploymentStrategyParamsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecreateDeploymentStrategyParams()No args constructor for use in serializationRecreateDeploymentStrategyParams(LifecycleHook mid, LifecycleHook post, LifecycleHook pre, Long timeoutSeconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecreateDeploymentStrategyParamsBuilderedit()Map<String,Object>getAdditionalProperties()LifecycleHookgetMid()RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.LifecycleHookgetPost()RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.LifecycleHookgetPre()RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.LonggetTimeoutSeconds()timeoutSeconds is the time to wait for updates before giving up.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetMid(LifecycleHook mid)RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.voidsetPost(LifecycleHook post)RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.voidsetPre(LifecycleHook pre)RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.voidsetTimeoutSeconds(Long timeoutSeconds)timeoutSeconds is the time to wait for updates before giving up.RecreateDeploymentStrategyParamsBuildertoBuilder()
-
-
-
Constructor Detail
-
RecreateDeploymentStrategyParams
public RecreateDeploymentStrategyParams()
No args constructor for use in serialization
-
RecreateDeploymentStrategyParams
public RecreateDeploymentStrategyParams(LifecycleHook mid, LifecycleHook post, LifecycleHook pre, Long timeoutSeconds)
-
-
Method Detail
-
getMid
public LifecycleHook getMid()
RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.
-
setMid
public void setMid(LifecycleHook mid)
RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.
-
getPost
public LifecycleHook getPost()
RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.
-
setPost
public void setPost(LifecycleHook post)
RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.
-
getPre
public LifecycleHook getPre()
RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.
-
setPre
public void setPre(LifecycleHook pre)
RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.
-
getTimeoutSeconds
public Long getTimeoutSeconds()
timeoutSeconds is the time to wait for updates before giving up. If the value is nil, a default will be used.
-
setTimeoutSeconds
public void setTimeoutSeconds(Long timeoutSeconds)
timeoutSeconds is the time to wait for updates before giving up. If the value is nil, a default will be used.
-
edit
public RecreateDeploymentStrategyParamsBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<RecreateDeploymentStrategyParamsBuilder>
-
toBuilder
public RecreateDeploymentStrategyParamsBuilder toBuilder()
-
-