ingress-nginx-helm/vendor/github.com/coreos/pkg/health
Prashanth Balasubramanian 701c5a0e30 Update godeps
2016-06-21 14:59:59 -07:00
..
health.go Update godeps 2016-06-21 14:59:59 -07:00
README.md Update godeps 2016-06-21 14:59:59 -07: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