kompose/vendor/github.com/coreos/pkg/health
2016-07-06 01:41:04 +07:00
..
health.go upgrade k8s v1.3 - fix #6, #12 2016-07-06 01:41:04 +07:00
README.md upgrade k8s v1.3 - fix #6, #12 2016-07-06 01:41:04 +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