selectors
Parameters
value
Labels used to identify the clusters to which this scaling config applies. A cluster is subject to this scaling config if its labels match any of the selector entries. Structure is documented below.
Parameters
values
Labels used to identify the clusters to which this scaling config applies. A cluster is subject to this scaling config if its labels match any of the selector entries. Structure is documented below.
suspend fun selectors(argument: List<suspend GameServerConfigScalingConfigSelectorArgsBuilder.() -> Unit>)
suspend fun selectors(vararg argument: suspend GameServerConfigScalingConfigSelectorArgsBuilder.() -> Unit)
suspend fun selectors(argument: suspend GameServerConfigScalingConfigSelectorArgsBuilder.() -> Unit)
Parameters
argument
Labels used to identify the clusters to which this scaling config applies. A cluster is subject to this scaling config if its labels match any of the selector entries. Structure is documented below.