mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Automatic merge from submit-queue (batch tested with PRs 40328, 40057) Allows kubectl create -f to filter by selector. From #32544. The underlying `seletor` infrastructrue was implemented by #32599. The test is basically copy-paste of the corresponding test for `kubectl apply -f -l`. ```release-note kubectl create now accepts the label selector flag for filtering objects to create ```