RollingUpdateStatefulSetStrategy

case class RollingUpdateStatefulSetStrategy(partition: Optional[Int])

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

Value Params
partition

Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.

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

Value members

Concrete methods

def getPartition: IO[K8sFailure, Int]

Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.

Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.

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