kubernetes v1.37
Workload.spec.controllerRef
TypedLocalObjectReference allows to reference typed object inside the same namespace.
| Field / Type | Description |
|---|---|
apiGroup | 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 | kind is the type of resource being referenced. It must be a path segment name. |
name | name is the name of resource being referenced. It must be a path segment name. |