mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-03 15:25:19 +00:00
Automatic merge from submit-queue allow fallthrough handling from go-restful routes This sets up the gorestful routes to fall through to a default handler and reorders the API to be ahead of the other endpoints. This makes it possible to cleanly support cases of "match, fail, try this other handler" which we'll need for API server composition. @kubernetes/sig-api-machinery-pr-reviews @ncdc