Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RadixMiddleware ¶
type RadixMiddleware struct {
// contains filtered or unexported fields
}
RadixMiddleware The middleware between router and radix handler functions
func NewRadixMiddleware ¶
func NewRadixMiddleware(kubeUtil utils.KubeUtil, path, method string, allowUnauthenticatedUsers bool, kubeApiQPS float32, kubeApiBurst int, next controller.RadixHandlerFunc) *RadixMiddleware
NewRadixMiddleware Constructor for radix middleware
func (*RadixMiddleware) ServeHTTP ¶
func (handler *RadixMiddleware) ServeHTTP(w http.ResponseWriter, r *http.Request)
Handle Wraps radix handler methods
Click to show internal directories.
Click to hide internal directories.