NodeSelector

NodeSelector

A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

apiVersion: v1

import "k8s.io/api/core/v1"

NodeSelector

A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.


FieldDescription
nodeSelectorTerms *
NodeSelectorTerm array
Required. A list of node selector terms. The terms are ORed.
Last modified July 08, 2026 at 5:44 PM PST: Add priority values for built-in PriorityClasses (0ad55a1d7a)

This page is automatically generated.

If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need to happen elsewhere in the Kubernetes project.