Commit Graph

6 Commits (346dbc6de7321051799576f5cb489bf6b5923405)

Author SHA1 Message Date
Claire Li eafd142dfa Fix healthz test error handling 2014-11-02 22:26:45 -08:00
Clayton Coleman bbf3b55e76 Extract RESTHandler and allow API groupings
Prepare for running multiple API versions on the same HTTP server
by decoupling some of the mechanics of apiserver.  Define a new
APIGroup object which represents a version of the API.
2014-08-13 10:53:34 -04:00
Kelsey Hightower 713cadac52 add tests for the healthz package
Currently there are no tests for the healthz package. This patch adds
an initial set of tests and improves test coverage.
2014-07-20 12:28:02 -07:00
Yuki Sonoda (Yugui) 1395b0fbf0 Fixes golint errors in pkg/healthz 2014-07-16 21:59:23 +09:00
Daniel Smith 90afdb06c1 Move logger to own package; clean up apiserver to use serve mux. 2014-07-15 21:25:33 -07:00
Brendan Burns ae179121c6 Address comments. 2014-07-14 20:38:43 -07:00