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.

Value Params
type

Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets rollingUpdate.

Gets rollingUpdate.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

def getType: IO[K8sFailure, String]

Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.

Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product