mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-19 08:40:42 +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("").
|
||||
To(s.getLogs).
|
||||
Operation("getLogs"))
|
||||
ws.Route(ws.GET("/{logpath:*}").
|
||||
To(s.getLogs).
|
||||
Operation("getLogs"))
|
||||
s.restfulCont.Add(ws)
|
||||
|
||||
ws = new(restful.WebService)
|
||||
|
Loading…
Reference in New Issue
Block a user