Schema
objectio.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
optionalRolling update config params. Present only if type = "RollingUpdate".
type string
optionalType of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.