VolumeClaimSpecSelector interface
VolumeClaimSpecSelector 属性
属性
| match |
MatchExpressions 是标签选择器要求的列表。 要求是 ANDed。 |
| match |
MatchLabels 是 {key,value} 对的映射。 matchLabels 映射中的单个 {key,value} 等效于 matchExpressions 的元素,其键字段为“key”,运算符为“In”,值数组仅包含“value”。 要求是 ANDed。 |
属性详细信息
matchExpressions
MatchExpressions 是标签选择器要求的列表。 要求是 ANDed。
matchExpressions?: VolumeClaimSpecSelectorMatchExpressions[]
属性值
matchLabels
MatchLabels 是 {key,value} 对的映射。 matchLabels 映射中的单个 {key,value} 等效于 matchExpressions 的元素,其键字段为“key”,运算符为“In”,值数组仅包含“value”。 要求是 ANDed。
matchLabels?: Record<string, string>
属性值
Record<string, string>