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.
1 parent 60c4c2b commit 838d7c9Copy full SHA for 838d7c9
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