mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-28 21:55:48 +00:00
Automatic merge from submit-queue allow kubectl subcmds to process multiple resources ~~autoscale, expose & patch~~ Many kubectl subcommands were limited to processing one resource at a time. This PR allows those subcommands to process multiple resources. This PR is in reference to https://github.com/kubernetes/kubernetes/pull/23116#issuecomment-202360784 by @deads2k