mismatchLabelKeys

@JvmName(name = "edklwjcrvqflaoan")
suspend fun mismatchLabelKeys(value: Output<List<String>>)
@JvmName(name = "auxllsbswhektuhe")
suspend fun mismatchLabelKeys(value: List<String>?)

Parameters

value

MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with labelSelector as key notin (value) to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set.


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


@JvmName(name = "tmtdomurqfwkhptx")
suspend fun mismatchLabelKeys(values: List<Output<String>>)
@JvmName(name = "fiwmwyhpjfwcsjpc")
suspend fun mismatchLabelKeys(vararg values: String)

Parameters

values

MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with labelSelector as key notin (value) to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set.