mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
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:
commit
bf817a3830
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user