NodeSelectorRequirementV1.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 a collection of values used in the node selector requirements for specifying constraints.
[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