Schema
objectio.k8s.api.apps.v1.DeploymentStrategy
DeploymentStrategy describes how to replace existing pods with new ones.
- Source
specs/apis__apps__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
rollingUpdate
optionalRolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
type string
optionalType of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.