File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
content/zh/docs/reference/kubernetes-api/common-definitions Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ api_metadata :
3
+ apiVersion : " "
4
+ import : " k8s.io/api/core/v1"
5
+ kind : " LocalObjectReference"
6
+ content_type : " api_reference"
7
+ description : " LocalObjectReference 包含足够的信息,可以让你在同一命名空间内找到引用的对象。"
8
+ title : " LocalObjectReference"
9
+ weight : 4
10
+ auto_generated : true
11
+ ---
12
+
13
+ <!--
14
+ api_metadata:
15
+ apiVersion: ""
16
+ import: "k8s.io/api/core/v1"
17
+ kind: "LocalObjectReference"
18
+ content_type: "api_reference"
19
+ description: "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace."
20
+ title: "LocalObjectReference"
21
+ weight: 4
22
+ auto_generated: true
23
+ -->
24
+
25
+ ` import "k8s.io/api/core/v1" `
26
+
27
+ <!--
28
+ LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
29
+ -->
30
+ LocalObjectReference 包含足够的信息,可以让你在同一命名空间(namespace)内找到引用的对象。
31
+
32
+ <hr >
33
+
34
+ <!--
35
+ - **name** (string)
36
+
37
+ Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
38
+ -->
39
+ - ** name** (string)
40
+
41
+ 被引用者的名称。
42
+ 更多信息: https://kubernetes.io/zh/docs/concepts/overview/working-with-objects/names/#names。
43
+
44
+
45
+
46
+
You can’t perform that action at this time.
0 commit comments