DaemonSetUpdateStrategy
io.k8s.api.apps.v1.DaemonSetUpdateStrategy
Description
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
Properties
-
rollingUpdateRollingUpdateDaemonSet - Rolling update config params. Present only if type = "RollingUpdate".
-
typestring - Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.