mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-27 04:00:45 -05:00
| .. | ||
| BUILD | ||
| health.go | ||
| README.md | ||
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