RollingUpdateStatefulSetStrategy

data class RollingUpdateStatefulSetStrategy(val partition: Int? = null)

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

Constructors

Link copied to clipboard
constructor(partition: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val partition: Int? = null

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