Skip to main content
Schemaobject

io.k8s.api.scheduling.v1alpha3.TypedLocalObjectReference

TypedLocalObjectReference allows to reference typed object inside the same namespace.

Source
specs/apis__scheduling.k8s.io__v1alpha3_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
apiGroup string
optional

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
required

kind is the type of resource being referenced. It must be a path segment name.

name string
required

name is the name of resource being referenced. It must be a path segment name.