Merge pull request #16631 from dchen1107/docker

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-10-31 10:55:37 -07:00

View File

@@ -307,6 +307,9 @@ func (s *Server) InstallDebuggingHandlers() {
ws.Route(ws.GET("").
To(s.getLogs).
Operation("getLogs"))
ws.Route(ws.GET("/{logpath:*}").
To(s.getLogs).
Operation("getLogs"))
s.restfulCont.Add(ws)
ws = new(restful.WebService)