Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Fail bool
View Source
var Host string
View Source
var KubeConfigPath string
View Source
var Namespace string
View Source
var Port int
View Source
var Selector string
Functions ¶
Types ¶
type LoggerMiddleware ¶ added in v1.1.0
type LoggerMiddleware struct {
// contains filtered or unexported fields
}
func (*LoggerMiddleware) ServeHTTP ¶ added in v1.1.0
func (l *LoggerMiddleware) ServeHTTP(rw http.ResponseWriter, r *http.Request, next http.HandlerFunc)
type RecoveryMiddleware ¶ added in v1.1.0
type RecoveryMiddleware struct{}
func (*RecoveryMiddleware) ServeHTTP ¶ added in v1.1.0
func (rec *RecoveryMiddleware) ServeHTTP(rw http.ResponseWriter, r *http.Request, next http.HandlerFunc)
Click to show internal directories.
Click to hide internal directories.