Schema
objectio.k8s.api.scheduling.v1beta1.TypedLocalObjectReference
TypedLocalObjectReference allows to reference typed object inside the same namespace.
- Source
specs/apis__scheduling.k8s.io__v1beta1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
apiGroup string
optionalapiGroup 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
requiredkind is the type of resource being referenced. It must be a path segment name.
name string
requiredname is the name of resource being referenced. It must be a path segment name.