DeploymentStrategy describes how to replace existing pods with new ones.
io.k8s.api.apps.v1.DeploymentStrategy
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
io.k8s.api.apps.v1.DeploymentStrategy#rollingUpdate
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
RollingUpdate.
io.k8s.api.apps.v1.DeploymentStrategy#type
Generated using TypeDoc
DeploymentStrategy describes how to replace existing pods with new ones.
io.k8s.api.apps.v1.DeploymentStrategy