Versions in this module Expand all Collapse all v0 v0.0.3 Apr 15, 2022 v0.0.1 Apr 15, 2022 Changes in this version + const ProfilingPort + const ProfilingPortKey + func NewServer(handler http.Handler) *http.Server + func ReadProfilingFlag(config map[string]string) (bool, error) + type Handler struct + func NewHandler(logger *zap.SugaredLogger, enableProfiling bool) *Handler + func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (h *Handler) UpdateFromConfigMap(configMap *corev1.ConfigMap)