DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
io.k8s.api.apps.v1.DaemonSetUpdateStrategy
Rolling update config params. Present only if type = "RollingUpdate".
io.k8s.api.apps.v1.DaemonSetUpdateStrategy#rollingUpdate
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
RollingUpdate.
io.k8s.api.apps.v1.DaemonSetUpdateStrategy#type
Generated using TypeDoc
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
io.k8s.api.apps.v1.DaemonSetUpdateStrategy