Merge pull request #26939 from zhouhaibing089/healthz-fix

Automatic merge from submit-queue

fixes the usage doc in package healthz

Briefly, the comments in `pkg/healthz/doc.go` is not correct.
This commit is contained in:
k8s-merge-robot 2016-07-22 02:39:11 -07:00 committed by GitHub
commit bf817a3830

View File

@ -16,5 +16,6 @@ limitations under the License.
// Package healthz implements basic http server health checking.
// Usage:
// import _ "healthz" registers a handler on the path '/healthz', that serves 200s
// import "k8s.io/kubernetes/pkg/healthz"
// healthz.DefaultHealthz()
package healthz // import "k8s.io/kubernetes/pkg/healthz"