LabelSelectorAttributesV1.Requirements 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 the collection of label selector requirements associated with this object. Each requirement is a key-value pair that defines a rule for selecting Kubernetes resources based on their labels.
[YamlDotNet.Serialization.YamlMember(Alias="requirements")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.LabelSelectorRequirementV1> Requirements { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="requirements")>]
member this.Requirements : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.LabelSelectorRequirementV1>
Public ReadOnly Property Requirements As List(Of LabelSelectorRequirementV1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute