RollingUpdateDaemonSet

io.k8s.api.apps.v1.RollingUpdateDaemonSet
See theRollingUpdateDaemonSet companion object
final case class RollingUpdateDaemonSet(maxSurge: Option[IntOrString], maxUnavailable: Option[IntOrString])

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

Attributes

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

Members list

Concise view

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

Attributes

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

Attributes

Source:
RollingUpdateDaemonSet.scala

Returns a new data with maxSurge set to new value

Returns a new data with maxSurge set to new value

Attributes

Source:
RollingUpdateDaemonSet.scala

Returns a new data with maxUnavailable set to new value

Returns a new data with maxUnavailable set to new value

Attributes

Source:
RollingUpdateDaemonSet.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product