package healthz
import "k8s.io/kubernetes/pkg/healthz"
Package healthz implements basic http server health checking. Usage:
import _ "healthz" registers a handler on the path '/healthz', that serves 200s
Index ¶
Functions ¶
func AddHealthzFunc ¶
AddHealthzFunc adds a health check under the url /healhz/{name}
func InstallHandler ¶
func InstallHandler(mux mux)
InstallHandler registers a handler for health checking on the path "/healthz" to mux.
Source Files ¶
doc.go healthz.go
- Version
- v0.13.1-dev
- Published
- Mar 16, 2015
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 8 seconds ago –
Tools for package owners.