mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
This patch ensures that a resource prefix is added to multiple items of the same kind, when using `oc get all`. Before, a prefix was added only when a single item was returned on `oc get all`, but ignored if only a single resource kind existed but multiple items for that kind were returned.