Skip to main content
Schemaobject

io.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
optional

Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.

type string
optional

Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.