k3s/pkg/volume/rbd
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
..
BUILD RBD Plugin: No need to acquire advisory lock any more! 2017-10-25 18:31:57 +08:00
OWNERS Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00
attacher.go Rename Detach() parameter. 2017-10-31 10:55:19 +01:00
disk_manager.go RBD Plugin: Implement Attacher/Detacher interfaces. 2017-10-25 17:43:17 +08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
rbd.go Merge pull request #54696 from jsafrane/fix-rbd-exec 2017-10-27 14:38:28 -07:00
rbd_test.go Merge pull request #54549 from linyouchong/linyouchong-20171025 2017-10-27 11:02:42 -07:00
rbd_util.go Don't cache exec and mounter in RBD volume plugin 2017-10-27 13:14:35 +02:00