次の方法で共有


NodeSelectorTermV1.MatchFields Property

Definition

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.

Applies to