Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.12 KB

V1RecreateDeploymentStrategyParams.md

File metadata and controls

13 lines (9 loc) · 1.12 KB

V1RecreateDeploymentStrategyParams

Properties

Name Type Description Notes
timeout_seconds int TimeoutSeconds is the time to wait for updates before giving up. If the value is nil, a default will be used. [optional]
pre V1LifecycleHook Pre is a lifecycle hook which is executed before the strategy manipulates the deployment. All LifecycleHookFailurePolicy values are supported. [optional]
mid V1LifecycleHook Mid is a lifecycle hook which is executed while the deployment is scaled down to zero before the first new pod is created. All LifecycleHookFailurePolicy values are supported. [optional]
post V1LifecycleHook Post is a lifecycle hook which is executed after the strategy has finished all deployment logic. All LifecycleHookFailurePolicy values are supported. [optional]

[Back to Model list] [Back to API list] [Back to README]