mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
fixes the wrong doc in package healthz
This commit is contained in:
parent
77037722a3
commit
c9495f13a0
@ -16,5 +16,6 @@ limitations under the License.
|
|||||||
|
|
||||||
// Package healthz implements basic http server health checking.
|
// Package healthz implements basic http server health checking.
|
||||||
// Usage:
|
// 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"
|
package healthz // import "k8s.io/kubernetes/pkg/healthz"
|
||||||
|
Loading…
Reference in New Issue
Block a user