NodeSelectorTermV1 Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Kubernetes node selector term used to define conditions for node selection.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class NodeSelectorTermV1[<YamlDotNet.Serialization.YamlSerializable>]
type NodeSelectorTermV1 = classPublic NotInheritable Class NodeSelectorTermV1- Inheritance
- 
				NodeSelectorTermV1
- Attributes
- 
			YamlDotNet.Serialization.YamlSerializableAttribute
Remarks
NodeSelectorTermV1 is a core component of node affinity rules in Kubernetes scheduling. It enables the specification of multiple match expressions or match fields that collectively define node selection criteria. Each match expression or field is represented using NodeSelectorRequirementV1.
Constructors
| NodeSelectorTermV1() | 
Properties
| MatchExpressions | Gets the list of match expressions that are used to define the conditions for node selection. | 
| MatchFields | A collection of node selector requirements used to match fields in a Kubernetes node's metadata. |