LabelSelectorAttributesV1.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.
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