Versions in this module Expand all Collapse all v1 v1.127.0 Aug 25, 2026 Changes in this version + type Controller interface + GetRoutes func() Routes + type DefaultController struct + func (c *DefaultController) ByteArrayResponse(w http.ResponseWriter, r *http.Request, contentType string, result []byte) + func (c *DefaultController) ErrorResponse(w http.ResponseWriter, r *http.Request, err error) + func (c *DefaultController) JSONResponse(w http.ResponseWriter, r *http.Request, result any) + func (c *DefaultController) JSONResponseWithCode(w http.ResponseWriter, r *http.Request, code int, body any) + func (c *DefaultController) ReaderEventStreamResponse(w http.ResponseWriter, r *http.Request, reader io.Reader) + func (c *DefaultController) ReaderFileResponse(w http.ResponseWriter, r *http.Request, reader io.Reader, ...) + func (c *DefaultController) ReaderResponse(w http.ResponseWriter, r *http.Request, reader io.Reader, contentType string) + type KubeApiConfig struct + Burst int + QPS float32 + type RadixHandlerFunc func(accounts.Accounts, http.ResponseWriter, *http.Request) + type Route struct + AllowUnauthenticatedUsers bool + HandlerFunc RadixHandlerFunc + KubeApiConfig KubeApiConfig + Method string + Path string + type Routes []Route v1.127.0-rc.1 Aug 24, 2026