Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 898 Bytes

V1DeploymentStrategy.md

File metadata and controls

12 lines (8 loc) · 898 Bytes

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. Possible enum values: - `"Recreate"` Kill all existing pods before creating new ones. - `"RollingUpdate"` Replace the old ReplicaSets by new one using rolling update i.e gradually scale down the old ReplicaSets and scale up the new one. [optional]

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