StatefulSetUpdateStrategy

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.

Source:
StatefulSetUpdateStrategy.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

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

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

Source:
StatefulSetUpdateStrategy.scala

Returns a new data with rollingUpdate set to new value

Returns a new data with rollingUpdate set to new value

Source:
StatefulSetUpdateStrategy.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
StatefulSetUpdateStrategy.scala

Inherited methods

Inherited from:
Product