aboutsummaryrefslogtreecommitdiffstats
path: root/kube2msb/src/kube2msb/vendor/github.com/coreos/pkg/health/README.md
blob: 5ec34c21e0fd80162c3dd5c557b69d5bd3cfc8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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](http://godoc.org/github.com/coreos/pkg/health)