mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +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
|
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