mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Function annotation modification
This commit is contained in:
parent
545f749a0d
commit
d43dc73610
@ -2005,7 +2005,7 @@ func (kl *Kubelet) LatestLoopEntryTime() time.Time {
|
|||||||
return val.(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) {
|
func (kl *Kubelet) PLEGHealthCheck() (bool, error) {
|
||||||
return kl.pleg.Healthy()
|
return kl.pleg.Healthy()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user