ResourceAttributesV1.FieldSelector 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 field selector attribute used in Kubernetes resources. This property is used to define field-based filtering criteria for the resource. The field selector matches resources based on their specific field attributes.
[YamlDotNet.Serialization.YamlMember(Alias="fieldSelector")]
public Aspire.Hosting.Kubernetes.Resources.FieldSelectorAttributesV1? FieldSelector { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="fieldSelector")>]
member this.FieldSelector : Aspire.Hosting.Kubernetes.Resources.FieldSelectorAttributesV1 with get, set
Public Property FieldSelector As FieldSelectorAttributesV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute