Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 470 Bytes

V1DeploymentStrategy.md

File metadata and controls

15 lines (7 loc) · 470 Bytes

V1DeploymentStrategy

DeploymentStrategy describes how to replace existing pods with new ones.

Properties

Name Type Description Notes
rollingUpdate V1RollingUpdateDeployment [optional]
type String Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. [optional]