Skip to content

Commit 02e2d90

Browse files
authored
Merge pull request #32386 from twilight0620/zhCommonDefinitions3
[zh] Translate common-definitions/local-object-reference page into Chinese
2 parents 1f37848 + 00bac02 commit 02e2d90

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+

0 commit comments

Comments
 (0)