python/kubernetes/docs/V1beta2DaemonSetUpdateStrategy.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

655 B

V1beta2DaemonSetUpdateStrategy

DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

Properties

Name Type Description Notes
rolling_update V1beta2RollingUpdateDaemonSet [optional]
type str Type of daemon set update. Can be &quot;RollingUpdate&quot; or &quot;OnDelete&quot;. Default is RollingUpdate. [optional]

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