FieldSelectorAttributesV1.RawSelector 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 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