Share via


LabelSelectorAttributesV1.RawSelector Property

Definition

Gets or sets the raw string representation of a label selector. This property allows defining label selection criteria in a raw textual format, which can be used to match resources based on their label key-value pairs.

[YamlDotNet.Serialization.YamlMember(Alias="rawSelector")]
public string RawSelector { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="rawSelector")>]
member this.RawSelector : string with get, set
Public Property RawSelector As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to