package ui
import "k8s.io/kubernetes/pkg/ui"
package ui contains utilities for accessing the static data files compiled in the data/* subdirectories.
Index ¶
Functions ¶
func InstallSupport ¶
func InstallSupport(mux MuxInterface, enableSwaggerSupport bool)
Types ¶
type MuxInterface ¶
type MuxInterface interface { Handle(pattern string, handler http.Handler) HandleFunc(pattern string, handler func(http.ResponseWriter, *http.Request)) }
Source Files ¶
doc.go installsupport.go
Directories ¶
Path | Synopsis |
---|---|
pkg/ui/data | |
pkg/ui/data/swagger |
- Version
- v1.1.4-beta.0
- Published
- Dec 7, 2015
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 38 seconds ago –
Tools for package owners.