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] |