Files
c/kubernetes/docs/v1_deployment_strategy.md

12 lines
877 B
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# v1_deployment_strategy_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rolling_update** | [**v1_rolling_update_deployment_t**](v1_rolling_update_deployment.md) \* | | [optional]
**type** | **kubernetes_v1_deployment_strategy_TYPE_e** | 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]
2021-03-17 16:35:19 +08:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)