1 instantiation of NodeSelectorTermV1
Aspire.Hosting.Kubernetes (1)
Resources\PreferredSchedulingTermV1.cs (1)
32public NodeSelectorTermV1 Preference { get; set; } = new();
4 references to NodeSelectorTermV1
Aspire.Hosting.Kubernetes (4)
Resources\NodeSelectorV1.cs (2)
19/// Each entry in the collection is a <see cref="NodeSelectorTermV1"/> object, which defines a set of conditions to match against nodes. 22public List<NodeSelectorTermV1> NodeSelectorTerms { get; } = [];
Resources\PreferredSchedulingTermV1.cs (2)
27/// This property specifies a <see cref="NodeSelectorTermV1"/> object, which defines 32public NodeSelectorTermV1 Preference { get; set; } = new();