DeploymentStrategy

io.k8s.api.apps.v1.DeploymentStrategy

Description

DeploymentStrategy describes how to replace existing pods with new ones.

Properties

rollingUpdate RollingUpdateDeployment
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
type string
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.