mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-22 06:59:03 +00:00
Automatic merge from submit-queue add cronjobs to all Categories were added to the discovery API, but the `kubectl` plumbing didn't make it. We *did* make `kubectl all` gate on discovery information, so it can least be a superset. `cronjobs` are user resources, so I've added them to the list. @kubernetes/sig-cli-misc ```release-note added cronjobs.batch to all, so kubectl get all returns them. ```