TypedLocalObjectReference

You are viewing documentation for Kubernetes version: v1.36

Kubernetes v1.36 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date information, see the latest version.

TypedLocalObjectReference

TypedLocalObjectReference allows to reference typed object inside the same namespace.

apiVersion: scheduling.k8s.io/v1alpha2

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

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.

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.