NodeSelectorV1.NodeSelectorTerms 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.
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