Documentation ¶ Index ¶ func Routes(h Handlers) http.Handler type Handlers type RouterFunc Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Routes ¶ func Routes(h Handlers) http.Handler Types ¶ type Handlers ¶ type Handlers struct { K8sResource http.Handler APIRoot http.Handler K8sProxy http.Handler Next http.Handler // ExtensionAPIServer serves under /ext. If nil, the default unknown path // handler is served. ExtensionAPIServer http.Handler } type RouterFunc ¶ type RouterFunc func(h Handlers) http.Handler Source Files ¶ View all Source files router.go Click to show internal directories. Click to hide internal directories.