remove old proxy code.

This commit is contained in:
Daniel Smith
2014-10-17 14:48:11 -07:00
parent f748e2d2c5
commit bf942e859f
4 changed files with 9 additions and 305 deletions

View File

@@ -121,7 +121,6 @@ func (g *APIGroup) InstallREST(mux mux, paths ...string) {
// InstallSupport registers the APIServer support functions into a mux.
func InstallSupport(mux mux) {
healthz.InstallHandler(mux)
mux.Handle("/proxy/minion/", http.StripPrefix("/proxy/minion", http.HandlerFunc(handleProxyMinion)))
mux.HandleFunc("/version", handleVersion)
mux.HandleFunc("/", handleIndex)
}