DeploymentStrategy describes how to replace existing pods with new ones.
Name | Type | Description | Notes |
---|---|---|---|
rolling_update | V1RollingUpdateDeployment | [optional] | |
type | str | Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. | [optional] |