kubernetes/pkg/volume/flexvolume
Kubernetes Submit Queue d4d326b39d
Merge pull request #54856 from jsafrane/fix-detacher-param-name
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Rename Detach() parameter.

`Detach()` does not get device name, it gets volume name. Parameters named `deviceMountPath` or `deviceName` just confuses developers.

Note that this PR  just renames parameters here and there, there should be no behavior change.

@kubernetes/sig-storage-pr-reviews 

/assign @gnufied @jingxu97 

**Release note**:
```release-note
NONE
```
2017-11-03 14:33:16 -07:00
..
attacher-defaults.go
attacher.go
attacher_test.go
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
common_test.go
detacher-defaults.go Rename Detach() parameter. 2017-10-31 10:55:19 +01:00
detacher.go Rename Detach() parameter. 2017-10-31 10:55:19 +01:00
detacher_test.go
driver-call.go
driver-call_test.go
fake_watcher.go
flexvolume_test.go Abstract contains func to common place 2017-10-20 19:27:55 +08:00
mounter-defaults.go
mounter.go Merge pull request #49539 from avagin/flexvol 2017-09-22 21:20:51 -07:00
mounter_test.go
OWNERS Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00
plugin-defaults.go
plugin.go
plugin_test.go
probe.go
probe_test.go
unmounter-defaults.go
unmounter.go
unmounter_test.go
util.go
volume.go