From c9495f13a06aa15bb6182cb50676350ee0552801 Mon Sep 17 00:00:00 2001 From: zhouhaibing089 Date: Tue, 7 Jun 2016 13:25:58 +0800 Subject: [PATCH] fixes the wrong doc in package healthz --- pkg/healthz/doc.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/healthz/doc.go b/pkg/healthz/doc.go index 2b040a81ba1..31fcd0c7bb8 100644 --- a/pkg/healthz/doc.go +++ b/pkg/healthz/doc.go @@ -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"