nodeSelector

@JvmName(name = "rnrvxbuimyesekhe")
suspend fun nodeSelector(value: Output<Map<String, String>>)
@JvmName(name = "oaqukpdwhwdjmfub")
suspend fun nodeSelector(value: Map<String, String>?)

Parameters

value

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/


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

Parameters

values

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/