apiVersion: scheduling.k8s.io/v1beta1
import "k8s.io/api/scheduling/v1beta1"
TypedLocalObjectReference allows to reference typed object inside the same namespace.
| Field | Description |
|---|---|
apiGroupstring | 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.