Rename volume.Builder to Mounter and volume.Cleaner to Unmounter
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user