你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VolumeClaimSpecSelector interface

VolumeClaimSpecSelector 属性

属性

matchExpressions

MatchExpressions 是标签选择器要求的列表。 要求是 ANDed。

matchLabels

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>