Share via


LabelSelectorRequirementV1.Values Property

Definition

Gets the collection of values that are associated with the label key in a selector requirement. This property represents a list of string values that must match or be compared against in accordance with the specified operator. The values are used to define matching criteria for labels in Kubernetes resources.

[YamlDotNet.Serialization.YamlMember(Alias="values")]
public System.Collections.Generic.List<string> Values { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="values")>]
member this.Values : System.Collections.Generic.List<string>
Public ReadOnly Property Values As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to