Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 499 Bytes

AppsV1beta1DeploymentStrategy.md

File metadata and controls

11 lines (6 loc) · 499 Bytes

AppsV1beta1DeploymentStrategy

Properties

Name Type Description Notes
rollingUpdate AppsV1beta1RollingUpdateDeployment Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate. [optional]
type String Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. [optional]