c
com.coralogix.zio.k8s.model.apps.v1
RollingUpdateStatefulSetStrategy
Companion object RollingUpdateStatefulSetStrategy
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
Ordering
- Alphabetic
- By Inheritance
Inherited
- RollingUpdateStatefulSetStrategy
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
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.
- val partition: Optional[Int]