matchLabels

@JvmName(name = "jgjpvamexejkrcob")
suspend fun matchLabels(value: Output<List<String>>)
@JvmName(name = "tdycwyegfobikliv")
suspend fun matchLabels(value: List<String>?)

Parameters

value

matchLabels is an array of {key=value} pairs. A single {key=value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is key, the operator is In, and the values array contains only value. The requirements are ANDed.


@JvmName(name = "dcwkfytmurmnhqnu")
suspend fun matchLabels(vararg values: Output<String>)


@JvmName(name = "yaevuxtxitlftgst")
suspend fun matchLabels(values: List<Output<String>>)
@JvmName(name = "fjtislswbvinrkoj")
suspend fun matchLabels(vararg values: String)

Parameters

values

matchLabels is an array of {key=value} pairs. A single {key=value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is key, the operator is In, and the values array contains only value. The requirements are ANDed.