fixes the wrong doc in package healthz

This commit is contained in:
zhouhaibing089 2016-06-07 13:25:58 +08:00 committed by haibzhou
parent 77037722a3
commit c9495f13a0

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"