python/kubernetes/docs/V1DeploymentStrategy.md
2018-01-26 13:44:27 -08:00

631 B

V1DeploymentStrategy

Properties

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

[Back to Model list] [Back to API list] [Back to README]