mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Fix typo in function name.
Also remove a superfluous comment.
This commit is contained in:
@@ -173,7 +173,7 @@ func (g *GenericPLEG) getRelistTime() time.Time {
|
||||
return val.(time.Time)
|
||||
}
|
||||
|
||||
func (g *GenericPLEG) updateRelisTime(timestamp time.Time) {
|
||||
func (g *GenericPLEG) updateRelistTime(timestamp time.Time) {
|
||||
g.relistTime.Store(timestamp)
|
||||
}
|
||||
|
||||
@@ -198,8 +198,7 @@ func (g *GenericPLEG) relist() {
|
||||
return
|
||||
}
|
||||
|
||||
// Update the relist time.
|
||||
g.updateRelisTime(timestamp)
|
||||
g.updateRelistTime(timestamp)
|
||||
|
||||
pods := kubecontainer.Pods(podList)
|
||||
g.podRecords.setCurrent(pods)
|
||||
|
Reference in New Issue
Block a user