LabelSelectorRequirementV1.Values 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 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