RollingUpdateStatefulSetStrategyPatchArgs

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

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

Constructors

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(): RollingUpdateStatefulSetStrategyPatchArgs