RollingUpdateStatefulSetStrategy

io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy
See theRollingUpdateStatefulSetStrategy companion object
final case class RollingUpdateStatefulSetStrategy(maxUnavailable: Option[IntOrString], partition: Option[Int])

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

Attributes

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

Members list

Concise view

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

Attributes

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

Attributes

Source:
RollingUpdateStatefulSetStrategy.scala

Returns a new data with maxUnavailable set to new value

Returns a new data with maxUnavailable set to new value

Attributes

Source:
RollingUpdateStatefulSetStrategy.scala

Returns a new data with partition set to new value

Returns a new data with partition set to new value

Attributes

Source:
RollingUpdateStatefulSetStrategy.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product