kubernetes v1.37
DeploymentStrategy
DeploymentStrategy describes how to replace existing pods with new ones.
| Field / Type | Description |
|---|---|
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate. | |
type | Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. |