Share via


NodeSelectorV1.NodeSelectorTerms Property

Definition

Represents a collection of node selector terms that are used to specify requirements for node selection in Kubernetes. Each entry in the collection is a NodeSelectorTermV1 object, which defines a set of conditions to match against nodes.

[YamlDotNet.Serialization.YamlMember(Alias="nodeSelectorTerms")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.NodeSelectorTermV1> NodeSelectorTerms { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="nodeSelectorTerms")>]
member this.NodeSelectorTerms : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.NodeSelectorTermV1>
Public ReadOnly Property NodeSelectorTerms As List(Of NodeSelectorTermV1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to