ordinals

@JvmName(name = "batgwrrbdqltjgtr")
suspend fun ordinals(value: Output<StatefulSetOrdinalsPatchArgs>)
@JvmName(name = "dghxhcjhcxjgpbln")
suspend fun ordinals(value: StatefulSetOrdinalsPatchArgs?)

Parameters

value

ordinals controls the numbering of replica indices in a StatefulSet. The default ordinals behavior assigns a "0" index to the first replica and increments the index by one for each additional replica requested. Using the ordinals field requires the StatefulSetStartOrdinal feature gate to be enabled, which is beta.


@JvmName(name = "xegjdbotgvfmqmvt")
suspend fun ordinals(argument: suspend StatefulSetOrdinalsPatchArgsBuilder.() -> Unit)

Parameters

argument

ordinals controls the numbering of replica indices in a StatefulSet. The default ordinals behavior assigns a "0" index to the first replica and increments the index by one for each additional replica requested. Using the ordinals field requires the StatefulSetStartOrdinal feature gate to be enabled, which is beta.