apiserver/vendor/github.com/coreos/pkg/health
deads2k 4e65ec9873 sync: resync vendor folder 2017-02-23 11:13:21 -05:00
..
README.md sync: resync vendor folder 2017-02-23 11:13:21 -05:00
health.go sync: resync vendor folder 2017-02-23 11:13:21 -05:00

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