mirror of https://github.com/k3s-io/k3s
Function annotation modification
parent
545f749a0d
commit
d43dc73610
|
@ -2005,7 +2005,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