Skip to content

Files

Latest commit

86c0995 · May 19, 2017

History

History
13 lines (9 loc) · 1.23 KB

V1RecreateDeploymentStrategyParams.md

File metadata and controls

13 lines (9 loc) · 1.23 KB

V1RecreateDeploymentStrategyParams

Properties

Name Type Description Notes
mid \UniversityOfAdelaide\OpenShift\Model\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 \UniversityOfAdelaide\OpenShift\Model\V1LifecycleHook Post is a lifecycle hook which is executed after the strategy has finished all deployment logic. All LifecycleHookFailurePolicy values are supported. [optional]
pre \UniversityOfAdelaide\OpenShift\Model\V1LifecycleHook Pre is a lifecycle hook which is executed before the strategy manipulates the deployment. All LifecycleHookFailurePolicy values are supported. [optional]
timeoutSeconds int TimeoutSeconds is the time to wait for updates before giving up. If the value is nil, a default will be used. [optional]

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