mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-17 13:11:58 +00:00
health
A simple framework for implementing an HTTP health check endpoint on servers.
Users implement their health.Checkable types, and create a health.Checker, from which they can get an http.HandlerFunc using health.Checker.MakeHealthHandlerFunc.
Documentation
For more details, visit the docs on gopkgdoc