29 lines
600 B
Markdown
29 lines
600 B
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: 9
|
|
---
|
|
|
|
|
|
|
|
`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
|
|
|
|
|
|
|
|
|
|
|