mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 01:01:22 +00:00
Merge pull request #16631 from dchen1107/docker
Auto commit by PR queue bot
This commit is contained in:
commit
7b8bf758f3
@ -307,6 +307,9 @@ func (s *Server) InstallDebuggingHandlers() {
|
|||||||
ws.Route(ws.GET("").
|
ws.Route(ws.GET("").
|
||||||
To(s.getLogs).
|
To(s.getLogs).
|
||||||
Operation("getLogs"))
|
Operation("getLogs"))
|
||||||
|
ws.Route(ws.GET("/{logpath:*}").
|
||||||
|
To(s.getLogs).
|
||||||
|
Operation("getLogs"))
|
||||||
s.restfulCont.Add(ws)
|
s.restfulCont.Add(ws)
|
||||||
|
|
||||||
ws = new(restful.WebService)
|
ws = new(restful.WebService)
|
||||||
|
Loading…
Reference in New Issue
Block a user