TypedLocalObjectReference [page]deterministic
TypedLocalObjectReference allows to reference typed object inside the same namespace.
`apiVersion: scheduling.k8s.io/v1alpha2`
`import "k8s.io/api/scheduling/v1alpha2"`
## TypedLocalObjectReference {#TypedLocalObjectReference}
TypedLocalObjectReference allows to reference typed 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 empty, the specified Kind must be in the core API group. For any other third-party types, setting APIGroup is required. It must be a DNS subdomain.</td> </tr> <tr> <td><code>kind</code> <strong>*</strong><br/><em>string</em></td> <td>Kind is the type of resource being referenced. It must be a path segment name.</td> </tr> <tr> <td><code>name</code> <strong>*</strong><br/><em>string</em></td> <td>Name is the name of resource being referenced. It must be a path segment name.</td> </tr> </tbody> </table>