mirror of https://github.com/k3s-io/k3s
Fix an error in comment
parent
d158952293
commit
5c6eb3a153
|
@ -458,7 +458,7 @@ func (dswp *desiredStateOfWorldPopulator) markPodProcessed(
|
|||
dswp.pods.processedPods[podName] = true
|
||||
}
|
||||
|
||||
// markPodProcessed removes the specified pod from processedPods
|
||||
// deleteProcessedPod removes the specified pod from processedPods
|
||||
func (dswp *desiredStateOfWorldPopulator) deleteProcessedPod(
|
||||
podName volumetypes.UniquePodName) {
|
||||
dswp.pods.Lock()
|
||||
|
|
Loading…
Reference in New Issue