651 B
651 B
DeploymentStrategy v1beta1
Group | Version | Kind |
---|---|---|
Core | v1beta1 | DeploymentStrategy |
DeploymentStrategy describes how to replace existing pods with new ones.
Field | Description |
---|---|
rollingUpdate RollingUpdateDeployment |
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate. |
type string |
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. |