TypedLocalObjectReference

TypedLocalObjectReference

TypedLocalObjectReference allows to reference typed object inside the same namespace.

apiVersion: scheduling.k8s.io/v1beta1

import "k8s.io/api/scheduling/v1beta1"

TypedLocalObjectReference

TypedLocalObjectReference allows to reference typed object inside the same namespace.


FieldDescription
apiGroup
string
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.
kind *
string
kind is the type of resource being referenced. It must be a path segment name.
name *
string
name is the name of resource being referenced. It must be a path segment name.
Last modified August 26, 2026 at 9:15 PM PST: Update the generated API reference pages for v1.37 (e3028857f9)

This page is automatically generated.

If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need to happen elsewhere in the Kubernetes project.