TypedLocalObjectReference [page]deterministic
TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.
`apiVersion: v1`
`import "k8s.io/api/core/v1"`
## TypedLocalObjectReference {#TypedLocalObjectReference}
TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.
<hr>
<table> <thead><tr><th>Field</th><th>Description</th></tr></thead> <tbody> <tr> <td><code>apiGroup</code><br/><em>string</em></td> <td>APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.</td> </tr> <tr> <td><code>kind</code> <strong>*</strong><br/><em>string</em></td> <td>Kind is the type of resource being referenced</td> </tr> <tr> <td><code>name</code> <strong>*</strong><br/><em>string</em></td> <td>Name is the name of resource being referenced</td> </tr> </tbody> </table>