TypedLocalObjectReference

io.k8s.api.scheduling.v1alpha2.TypedLocalObjectReference source ↗

TypedLocalObjectReference allows to reference typed object inside the same namespace.

apiGroupstringAPIGroup 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.
kindstring requiredKind is the type of resource being referenced. It must be a path segment name.
namestring requiredName is the name of resource being referenced. It must be a path segment name.