你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResourceSyncRulePropertiesSelector interface
标签选择器由两个部分组成:matchLabels 和 matchExpressions。 第一部分 matchLabels 是 {key,value} 对的映射。 matchLabels 映射中的单个 {key,value} 等效于 matchExpressions 的元素,其键字段为“key”,运算符为“In”,值数组仅包含“value”。 第二部分 matchExpressions 是资源选择器要求的列表。 有效运算符包括 In、NotIn、Exists 和 DoesNotExist。 对于 In 和 NotIn,设置的值必须为非空。 对于 Exists 和 DoesNotExist,设置的值必须为空。 必须满足 matchLabels 和 matchExpressions 中的所有要求才能匹配。
属性
match |
MatchExpressions 是资源选择器要求的列表。 有效运算符包括 In、NotIn、Exists 和 DoesNotExist。 对于 In 和 NotIn,设置的值必须为非空。 对于 Exists 和 DoesNotExist,设置的值必须为空。 |
match |
MatchLabels 是 {key,value} 对的映射。 matchLabels 映射中的单个 {key,value} 等效于 matchExpressions 的元素,其键字段为“key”,运算符为“In”,值数组仅包含“value”。 |
属性详细信息
matchExpressions
MatchExpressions 是资源选择器要求的列表。 有效运算符包括 In、NotIn、Exists 和 DoesNotExist。 对于 In 和 NotIn,设置的值必须为非空。 对于 Exists 和 DoesNotExist,设置的值必须为空。
matchExpressions?: MatchExpressionsProperties[]
属性值
matchLabels
MatchLabels 是 {key,value} 对的映射。 matchLabels 映射中的单个 {key,value} 等效于 matchExpressions 的元素,其键字段为“key”,运算符为“In”,值数组仅包含“value”。
matchLabels?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}