You are viewing documentation for Kubernetes version: v1.23
Kubernetes v1.23 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.
LocalObjectReference
LocalObjectReference 包含足够的信息,可以让你在同一命名空间内找到引用的对象。
import "k8s.io/api/core/v1"
LocalObjectReference 包含足够的信息,可以让你在同一命名空间(namespace)内找到引用的对象。
-
name (string)
被引用者的名称。 更多信息: https://kubernetes.io/zh/docs/concepts/overview/working-with-objects/names/#names。
最后修改 March 21, 2022 at 2:41 PM PST: [zh] modify comments (00bac02733)