StatefulSetUpdateStrategy

io.k8s.api.apps.v1.StatefulSetUpdateStrategy
See theStatefulSetUpdateStrategy companion object
final case class StatefulSetUpdateStrategy(rollingUpdate: Option[RollingUpdateStatefulSetStrategy], `type`: Option[String])

StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

Attributes

Companion
object
Source
StatefulSetUpdateStrategy.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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
StatefulSetUpdateStrategy.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
StatefulSetUpdateStrategy.scala

Returns a new data with rollingUpdate set to new value

Returns a new data with rollingUpdate set to new value

Attributes

Source
StatefulSetUpdateStrategy.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source
StatefulSetUpdateStrategy.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product