kubernetes v1.32
DaemonSetList.items.spec.updateStrategy
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
| Field / Type | Description |
|---|---|
Rolling update config params. Present only if type = "RollingUpdate". | |
type | Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate. |