merge util into one file

This commit is contained in:
wackxu
2018-02-06 16:33:49 +08:00
parent 2ca2f442ac
commit f268bb1605
11 changed files with 1063 additions and 1963 deletions

View File

@@ -74,7 +74,7 @@ func internalRecycleVolumeByWatchingPodUntilCompletion(pvName string, pod *v1.Po
if deleteErr != nil {
return fmt.Errorf("failed to delete old recycler pod %s/%s: %s", pod.Namespace, pod.Name, deleteErr)
}
// Recycler will try again and the old pod will be hopefuly deleted
// Recycler will try again and the old pod will be hopefully deleted
// at that time.
return fmt.Errorf("old recycler pod found, will retry later")
}