| Name | Type | Description | Notes |
|---|---|---|---|
| type | str | Type is the name of a deployment strategy. | [optional] |
| custom_params | V1CustomDeploymentStrategyParams | CustomParams are the input to the Custom deployment strategy. | [optional] |
| recreate_params | V1RecreateDeploymentStrategyParams | RecreateParams are the input to the Recreate deployment strategy. | [optional] |
| rolling_params | V1RollingDeploymentStrategyParams | RollingParams are the input to the Rolling deployment strategy. | [optional] |
| resources | V1ResourceRequirements | Resources contains resource requirements to execute the deployment and any hooks | [optional] |
| labels | object | Labels is a set of key, value pairs added to custom deployer and lifecycle pre/post hook pods. | [optional] |
| annotations | object | Annotations is a set of key, value pairs added to custom deployer and lifecycle pre/post hook pods. | [optional] |