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