RollingUpdateStatefulSetStrategyArgs

data class RollingUpdateStatefulSetStrategyArgs(val partition: Output<Int>? = null) : ConvertibleToJava<RollingUpdateStatefulSetStrategyArgs>

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

Constructors

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

Properties

Link copied to clipboard
val partition: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): RollingUpdateStatefulSetStrategyArgs