mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
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
This commit is contained in:
commit
4ebc43c25d
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user