Versions in this module Expand all Collapse all v0 v0.1.0 Nov 28, 2024 Changes in this version + func HandleError(w http.ResponseWriter, r *http.Request, err error) + func MethodNotAllowed(w http.ResponseWriter, r *http.Request) + func NotFound(w http.ResponseWriter, r *http.Request) + type Handler struct + func New(client client.Client, namespace string, options *Options) (*Handler, error) + func (h *Handler) GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplications(w http.ResponseWriter, r *http.Request, ...) + type Options struct + CacheMaxAge time.Duration + func (o *Options) AddFlags(f *pflag.FlagSet)