Files
c/kubernetes/docs/v1_daemon_set_update_strategy.md

12 lines
574 B
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# v1_daemon_set_update_strategy_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rolling_update** | [**v1_rolling_update_daemon_set_t**](v1_rolling_update_daemon_set.md) \* | | [optional]
**type** | **char \*** | Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is RollingUpdate. | [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)