DaemonSetUpdateStrategy

io.k8s.api.apps.v1.DaemonSetUpdateStrategy
See theDaemonSetUpdateStrategy companion object
final case class DaemonSetUpdateStrategy(rollingUpdate: Option[RollingUpdateDaemonSet], `type`: Option[String])

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

Attributes

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

Members list

Concise view

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

Attributes

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

Attributes

Source:
DaemonSetUpdateStrategy.scala

Returns a new data with rollingUpdate set to new value

Returns a new data with rollingUpdate set to new value

Attributes

Source:
DaemonSetUpdateStrategy.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source:
DaemonSetUpdateStrategy.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product