Commit d43dc736 authored by zdj6373's avatar zdj6373

Function annotation modification

parent 545f749a
...@@ -2005,7 +2005,7 @@ func (kl *Kubelet) LatestLoopEntryTime() time.Time { ...@@ -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()
} }
......
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