⎈ k8s knowledge compiler

TypedLocalObjectReference [page]deterministic

TypedLocalObjectReference allows to reference typed object inside the same namespace.

reference

`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>&nbsp;<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>&nbsp;<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>

Sources

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

Related (2)

api_for LocalObjectReferencedocuments API object conf=1

← all Docs