matchLabels

@JvmName(name = "akmcxynipvkefxia")
suspend fun matchLabels(value: Output<Map<String, String>>)
@JvmName(name = "qgampsrslgxkptse")
suspend fun matchLabels(value: Map<String, String>?)

Parameters

value

MatchLabels is a map 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'.


@JvmName(name = "intwtboxxyiltwre")
fun matchLabels(vararg values: Pair<String, String>)

Parameters

values

MatchLabels is a map 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'.