⎈ k8s knowledge compiler

TypedLocalObjectReference [page]deterministic

TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

reference

`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>&nbsp;<strong>*</strong><br/><em>string</em></td> <td>Kind is the type of resource being referenced</td> </tr> <tr> <td><code>name</code>&nbsp;<strong>*</strong><br/><em>string</em></td> <td>Name is the name of resource being referenced</td> </tr> </tbody> </table>

Sources

reference/kubernetes-api/definitions/typed-local-object-reference-v1.md · docTypedLocalObjectReference

Related (2)

api_for LocalObjectReferencedocuments API object conf=1

← all Docs