You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/reference/kubernetes-api/common-definitions/label-selector.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ api_metadata:
5
5
kind: "LabelSelector"
6
6
content_type: "api_reference"
7
7
description: "标签选择器是对一组资源的标签查询。"
8
-
title: "标签选择器"
8
+
title: "LabelSelector"
9
9
weight: 2
10
10
auto_generated: true
11
11
---
@@ -23,11 +23,14 @@ weight: 2
23
23
24
24
`import "k8s.io/apimachinery/pkg/apis/meta/v1"`
25
25
26
-
<!-- A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.-->
26
+
<!--
27
+
A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
0 commit comments