Merge pull request #32386 from twilight0620/zhCommonDefinitions3
[zh] Translate common-definitions/local-object-reference page into Chinese
This commit is contained in:
@@ -0,0 +1,46 @@
|
|||||||
|
---
|
||||||
|
api_metadata:
|
||||||
|
apiVersion: ""
|
||||||
|
import: "k8s.io/api/core/v1"
|
||||||
|
kind: "LocalObjectReference"
|
||||||
|
content_type: "api_reference"
|
||||||
|
description: "LocalObjectReference 包含足够的信息,可以让你在同一命名空间内找到引用的对象。"
|
||||||
|
title: "LocalObjectReference"
|
||||||
|
weight: 4
|
||||||
|
auto_generated: true
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
api_metadata:
|
||||||
|
apiVersion: ""
|
||||||
|
import: "k8s.io/api/core/v1"
|
||||||
|
kind: "LocalObjectReference"
|
||||||
|
content_type: "api_reference"
|
||||||
|
description: "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace."
|
||||||
|
title: "LocalObjectReference"
|
||||||
|
weight: 4
|
||||||
|
auto_generated: true
|
||||||
|
-->
|
||||||
|
|
||||||
|
`import "k8s.io/api/core/v1"`
|
||||||
|
|
||||||
|
<!--
|
||||||
|
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
|
||||||
|
-->
|
||||||
|
LocalObjectReference 包含足够的信息,可以让你在同一命名空间(namespace)内找到引用的对象。
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
- **name** (string)
|
||||||
|
|
||||||
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||||
|
-->
|
||||||
|
- **name** (string)
|
||||||
|
|
||||||
|
被引用者的名称。
|
||||||
|
更多信息: https://kubernetes.io/zh/docs/concepts/overview/working-with-objects/names/#names。
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user