41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
---
|
|
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
|
|
---
|
|
|
|
<!--
|
|
The file is auto-generated from the Go source code of the component using a generic
|
|
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
|
|
to generate the reference documentation, please read
|
|
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
|
|
To update the reference content, please follow the
|
|
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
|
|
guide. You can file document formatting bugs against the
|
|
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
|
|
-->
|
|
|
|
|
|
|
|
`import "k8s.io/api/core/v1"`
|
|
|
|
|
|
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
|
|
|
|
<hr>
|
|
|
|
- **name** (string)
|
|
|
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
|
|
|
|
|
|
|
|
|