FieldSelectorAttributesV1.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.
Gets the collection of field selector requirements used to filter Kubernetes resources. Each requirement specifies a condition for selecting resources based on specific attributes or properties.
[YamlDotNet.Serialization.YamlMember(Alias="requirements")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.FieldSelectorRequirementV1> Requirements { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="requirements")>]
member this.Requirements : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.FieldSelectorRequirementV1>
Public ReadOnly Property Requirements As List(Of FieldSelectorRequirementV1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute