DaemonSetUpdateStrategy

final case class DaemonSetUpdateStrategy(rollingUpdate: Option[RollingUpdateDaemonSet], `type`: Option[String])

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

Companion:
object
Source:
DaemonSetUpdateStrategy.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

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

Source:
DaemonSetUpdateStrategy.scala

if type has a value, transforms to the result of function

if type has a value, transforms to the result of function

Source:
DaemonSetUpdateStrategy.scala

Returns a new data with rollingUpdate set to new value

Returns a new data with rollingUpdate set to new value

Source:
DaemonSetUpdateStrategy.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
DaemonSetUpdateStrategy.scala

Inherited methods

Inherited from:
Product