nodeSelector

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

Parameters

value

nodeSelector lists labels that must be present on nodes that support this RuntimeClass. Pods using this RuntimeClass can only be scheduled to a node matched by this selector. The RuntimeClass nodeSelector is merged with a pod's existing nodeSelector. Any conflicts will cause the pod to be rejected in admission.


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

Parameters

values

nodeSelector lists labels that must be present on nodes that support this RuntimeClass. Pods using this RuntimeClass can only be scheduled to a node matched by this selector. The RuntimeClass nodeSelector is merged with a pod's existing nodeSelector. Any conflicts will cause the pod to be rejected in admission.