Share via


FieldSelectorRequirementV1.Values Property

Definition

Gets the list of values associated with this field selector requirement.

[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

Remarks

This property represents the collection of values that correspond to the specified key and operator in the field selector requirement. These values are used to match specific criteria or conditions in Kubernetes resources.

Applies to