RollingUpdateDaemonSet

final case class RollingUpdateDaemonSet(maxSurge: Option[IntOrString], maxUnavailable: Option[IntOrString])

Spec to control the desired behavior of daemon set rolling update.

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

Value members

Concrete methods

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

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

Source:
RollingUpdateDaemonSet.scala

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

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

Source:
RollingUpdateDaemonSet.scala

Returns a new data with maxSurge set to new value

Returns a new data with maxSurge set to new value

Source:
RollingUpdateDaemonSet.scala

Returns a new data with maxUnavailable set to new value

Returns a new data with maxUnavailable set to new value

Source:
RollingUpdateDaemonSet.scala

Inherited methods

Inherited from:
Product