Documentation ¶
Overview ¶
Package handlers contains a specific handlers
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HealthzHandler ¶
func HealthzHandler(w http.ResponseWriter, _ *http.Request)
HealthzHandler is a liveness probe
func ProxyHandler ¶ added in v1.8.3
func ProxyHandler(w http.ResponseWriter, r *http.Request)
ProxyHandler is used to proxy assets for printing
func ReadyzHandler ¶
func ReadyzHandler(isReady *atomic.Value) http.HandlerFunc
ReadyzHandler is a ready probe that signals k8s to be able to retrieve traffic
func RedirectToLatestMessage ¶ added in v1.10.0
func RedirectToLatestMessage(w http.ResponseWriter, r *http.Request)
RedirectToLatestMessage (method: GET) redirects the web UI to the latest message
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.