Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (6 loc) · 466 Bytes

NodeSelector.md

File metadata and controls

13 lines (6 loc) · 466 Bytes

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.

Properties

Name Type Description Notes
nodeSelectorTerms List<NodeSelectorTerm> Required. A list of node selector terms. The terms are ORed.