NodeSelectorTermV1.MatchFields Property
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.
A collection of node selector requirements used to match fields in a Kubernetes node's metadata.
[YamlDotNet.Serialization.YamlMember(Alias="matchFields")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.NodeSelectorRequirementV1> MatchFields { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="matchFields")>]
member this.MatchFields : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.NodeSelectorRequirementV1>
Public ReadOnly Property MatchFields As List(Of NodeSelectorRequirementV1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
MatchFields contains a list of criteria that define field-based conditions for selecting nodes in Kubernetes. Each condition is represented by an instance of NodeSelectorRequirementV1, which specifies a key, operator, and optional set of values used for evaluation.