Поделиться через


VolumeClaimSpecSelectorMatchExpressions.Values Property

Definition

values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

public System.Collections.Generic.IList<string> Values { get; }
member this.Values : System.Collections.Generic.IList<string>
Public ReadOnly Property Values As IList(Of String)

Property Value

Applies to