Move manageVolumeOwnership to pkg/volume/volume.go

This commit is contained in:
Sami Wagiaalla
2015-12-17 11:44:30 -05:00
parent e20a0db159
commit e33e4ae055
3 changed files with 103 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ import (
"io/ioutil"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/api/resource"
"os"
"path"
)