RollingUpdateStatefulSetStrategy

final case class RollingUpdateStatefulSetStrategy(maxUnavailable: Option[IntOrString], partition: Option[Int])

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

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

Value members

Concrete methods

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

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

Source:
RollingUpdateStatefulSetStrategy.scala

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

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

Source:
RollingUpdateStatefulSetStrategy.scala

Returns a new data with maxUnavailable set to new value

Returns a new data with maxUnavailable set to new value

Source:
RollingUpdateStatefulSetStrategy.scala

Returns a new data with partition set to new value

Returns a new data with partition set to new value

Source:
RollingUpdateStatefulSetStrategy.scala

Inherited methods

Inherited from:
Product