From 4651a6e810fdef3ddfaacd1bd5f6171586da23e7 Mon Sep 17 00:00:00 2001 From: liuzhilin12 <84970609+liuzhilin12@users.noreply.github.com> Date: Tue, 22 Mar 2022 10:37:44 +0800 Subject: [PATCH] Translate en/docs/reference/kubernetes-api/common-definitions/typed-local-object-reference.md (#32271) * Translate Reference/glossary/pod-disruption * translate reference/glossary/pod-disruption page * Translate Reference/glossary/pod-disruption * Translate Reference/glossary/pod-disruption * Translate Reference/glossary/pod-disruption * translate en/docs/reference/kubernetes-api/common-definitions/typed-local-object-reference.md * Delete pod-disruption.md * Translate en/docs/reference/kubernetes-api/common-definitions/typed-local-object-reference.md * Translate en/docs/reference/kubernetes-api/common-definitions/typed-local-object-reference.md * Translate en/docs/reference/kubernetes-api/common-definitions/typed-local-object-reference.md --- .../typed-local-object-reference.md | 79 +++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 content/zh/docs/reference/kubernetes-api/common-definitions/typed-local-object-reference.md diff --git a/content/zh/docs/reference/kubernetes-api/common-definitions/typed-local-object-reference.md b/content/zh/docs/reference/kubernetes-api/common-definitions/typed-local-object-reference.md new file mode 100644 index 0000000000..fead44fe99 --- /dev/null +++ b/content/zh/docs/reference/kubernetes-api/common-definitions/typed-local-object-reference.md @@ -0,0 +1,79 @@ +--- +api_metadata: + apiVersion: "" + import: "k8s.io/api/core/v1" + kind: "TypedLocalObjectReference" +content_type: "api_reference" +description: "TypedLocalObjectReference 包含足够的信息,可以让你在同一个名称空间中定位指定类型的引用对象。" +title: "TypedLocalObjectReference" +weight: 13 +auto_generated: true +--- + + + + + + +`import "k8s.io/api/core/v1"` + + + +TypedLocalObjectReference 包含足够的信息,可以让你在同一个名称空间中定位特定类型的引用对象。 + + +
+ +- **kind** (string), 必需 + + Kind 是被引用的资源的类型 + +- **name** (string), 必需 + + Name 是被引用的资源的名称 + +- **apiGroup** (string) + + APIGroup 是被引用资源的组。如果不指定 APIGroup,则指定的 Kind 必须在核心 API 组中。对于任何其它第三方类型,都需要 APIGroup。 + + + + +