Commit 4ebc43c2 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #37541 from zdj6373/note-error

Automatic merge from submit-queue Function annotation modification “return kl.pleg.Healthy()”,Based on the return function,"healty" to "healthy" better
parents 75c691c2 d43dc736
......@@ -2015,7 +2015,7 @@ func (kl *Kubelet) LatestLoopEntryTime() time.Time {
return val.(time.Time)
}
// PLEGHealthCheck returns whether the PLEG is healty.
// PLEGHealthCheck returns whether the PLEG is healthy.
func (kl *Kubelet) PLEGHealthCheck() (bool, error) {
return kl.pleg.Healthy()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment