We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ef48e6 + 838d7c9 commit 54691fdCopy full SHA for 54691fd
staging/src/k8s.io/apiserver/pkg/server/handler.go
@@ -77,7 +77,6 @@ func NewAPIServerHandler(name string, s runtime.NegotiatedSerializer, handlerCha
77
}
78
79
gorestfulContainer := restful.NewContainer()
80
- gorestfulContainer.ServeMux = http.NewServeMux()
81
gorestfulContainer.Router(restful.CurlyRouter{}) // e.g. for proxy/{kind}/{name}/{*}
82
gorestfulContainer.RecoverHandler(func(panicReason interface{}, httpWriter http.ResponseWriter) {
83
logStackOnRecover(s, panicReason, httpWriter)
0 commit comments