package routes
import "k8s.io/kubernetes/pkg/routes"
Package routes holds a collection of optional master http handlers.
Index ¶
Types ¶
type Logs ¶
type Logs struct{}
Logs adds handlers for the /logs path serving log files from /var/log.
func (Logs) Install ¶
func (l Logs) Install(c *restful.Container)
type UIRedirect ¶
type UIRedirect struct{}
UIRediect redirects /ui to the kube-ui proxy path.
func (UIRedirect) Install ¶
func (r UIRedirect) Install(c *mux.PathRecorderMux)
Source Files ¶
doc.go logs.go ui.go
- Version
- v1.8.0-rc.1
- Published
- Sep 23, 2017
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 1 minute ago –
Tools for package owners.