case class RollingUpdateStatefulSetStrategy(partition: Optional[Int] = Optional.Absent) extends Product with Serializable

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

partition

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RollingUpdateStatefulSetStrategy
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RollingUpdateStatefulSetStrategy(partition: Optional[Int] = Optional.Absent)

    partition

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

Value Members

  1. def getPartition: IO[K8sFailure, Int]

    Partition indicates the ordinal at which the StatefulSet should be partitioned.

    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.

  2. val partition: Optional[Int]