• Kubernetes Submit Queue's avatar
    Merge pull request #42886 from deads2k/server-02-fallthrough · 8aeb6012
    Kubernetes Submit Queue authored
    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
    8aeb6012
master.go 16.1 KB