次の方法で共有


LabelSelectorAttributesV1.Requirements Property

Definition

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

Applies to