Skip to main content
Schemaobject

io.k8s.api.apps.v1.DaemonSetUpdateStrategy

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

Source
specs/apis__apps__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
rollingUpdate
optional

Rolling update config params. Present only if type = "RollingUpdate".

type string
optional

Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.