python/kubernetes/docs/V1DeploymentStrategy.md
2022-05-02 11:58:59 -07:00

616 B

V1DeploymentStrategy

DeploymentStrategy describes how to replace existing pods with new ones.

Properties

Name Type Description Notes
rolling_update V1RollingUpdateDeployment [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]