Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 498 Bytes

V1beta2DeploymentStrategy.md

File metadata and controls

9 lines (6 loc) · 498 Bytes

Kubernetes::V1beta2DeploymentStrategy

Properties

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