k3s/pkg/volume/gce_pd
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 update BUILD files 2017-10-15 18:18:13 -07: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
attacher_test.go Enable dynamic provisioning of GCE Regional PD 2017-09-04 20:10:32 -07:00
doc.go
gce_pd.go Add storageClass.mountOptions and use it in all applicable plugins 2017-08-29 11:37:36 -04:00
gce_pd_test.go fix incorrect log 2017-10-26 01:40:24 +08:00
gce_util.go Modify VolumeZonePredicate to handle multi-zone PV 2017-09-04 20:13:32 -07:00