Merge pull request #70124 from houjun41544/20181022

Fix missing 'break'
This commit is contained in:
k8s-ci-robot
2018-10-30 17:41:13 -07:00
committed by GitHub

View File

@@ -559,6 +559,7 @@ func (asw *actualStateOfWorld) GetAttachedVolumesForNode(
attachedVolumes = append(
attachedVolumes,
getAttachedVolume(&volumeObj, &nodeObj))
break
}
}
}