mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Fix an error in comment
This commit is contained in:
parent
d158952293
commit
5c6eb3a153
@ -458,7 +458,7 @@ func (dswp *desiredStateOfWorldPopulator) markPodProcessed(
|
|||||||
dswp.pods.processedPods[podName] = true
|
dswp.pods.processedPods[podName] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
// markPodProcessed removes the specified pod from processedPods
|
// deleteProcessedPod removes the specified pod from processedPods
|
||||||
func (dswp *desiredStateOfWorldPopulator) deleteProcessedPod(
|
func (dswp *desiredStateOfWorldPopulator) deleteProcessedPod(
|
||||||
podName volumetypes.UniquePodName) {
|
podName volumetypes.UniquePodName) {
|
||||||
dswp.pods.Lock()
|
dswp.pods.Lock()
|
||||||
|
Loading…
Reference in New Issue
Block a user