ordinals

@JvmName(name = "qgqvfwpmhyyeexxy")
suspend fun ordinals(value: Output<StatefulSetOrdinalsPatchArgs>)
@JvmName(name = "xgyptcjcgloaemof")
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.


@JvmName(name = "sfvqggcllidwqtmd")
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.