DaemonSetUpdateStrategy
final case class DaemonSetUpdateStrategy(rollingUpdate: Option[RollingUpdateDaemonSet], `type`: Option[String])
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
Value members
Concrete methods
if rollingUpdate has a value, transforms to the result of function
if rollingUpdate has a value, transforms to the result of function
if type
has a value, transforms to the result of function
if type
has a value, transforms to the result of function
Returns a new data with rollingUpdate set to new value
Returns a new data with rollingUpdate set to new value