Share via


FieldSelectorAttributesV1.RawSelector Property

Definition

Represents the raw string form of a field selector in Kubernetes resources. This property allows specifying a field selector directly as a raw string without using structured fields.

[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