selector

@JvmName(name = "fkmkwmcinqakxaxe")
suspend fun selector(value: Output<LabelSelectorArgs>)
@JvmName(name = "dnvamaucwewjbkva")
suspend fun selector(value: LabelSelectorArgs?)

Parameters

value

selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping When unset, just the metricName will be used to gather metrics.


@JvmName(name = "asqumlgupteunbbk")
suspend fun selector(argument: suspend LabelSelectorArgsBuilder.() -> Unit)

Parameters

argument

selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping When unset, just the metricName will be used to gather metrics.