Rename volume.Builder to Mounter and volume.Cleaner to Unmounter

This commit is contained in:
saadali
2016-03-22 22:12:21 -07:00
parent 590038dcf1
commit 79012f6d53
63 changed files with 877 additions and 877 deletions

View File

@@ -18,6 +18,6 @@ limitations under the License.
package volume
func SetVolumeOwnership(builder Builder, fsGroup *int64) error {
func SetVolumeOwnership(mounter Mounter, fsGroup *int64) error {
return nil
}