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 September 25, 2026 at 9:46 PM PST: feat: port the static site setup to dev-1.38 (5fd4039)

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.