mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #71648 from houjun41544/20181203-volume
Fix an error in comment
This commit is contained in:
commit
6fb69d3967
@ -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
Block a user