Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Routes = []http.Route{ {Path: "/pod/{pod}", Method: http.MethodGet, Middleware: []http.Middleware{middleware.Authenticate}, Handler: PodGetH}, {Path: "/pod/{pod}/{container}/logs", Method: http.MethodGet, Middleware: []http.Middleware{middleware.Authenticate}, Handler: PodLogsH}, }
Functions ¶
func PodGetH ¶
func PodGetH(w http.ResponseWriter, _ *http.Request)
func PodLogsH ¶
func PodLogsH(w http.ResponseWriter, r *http.Request)
PodLogsH handler streams pod logs into response writer
Types ¶
This section is empty.
Source Files
¶
- handlers.go
- routes.go
Click to show internal directories.
Click to hide internal directories.