k3s/pkg/volume/gce_pd
Kubernetes Submit Queue c5e74d128d
Merge pull request #66884 from NickrenREN/attacher-detacher-refactor
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>.

Attacher/Detacher refactor for local storage

Proposal link: https://github.com/kubernetes/community/pull/2438

**What this PR does / why we need it**:

Attacher/Detacher refactor for the plugins which just need to mount device, but do not need to attach, such as local storage plugin.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

```release-note
Attacher/Detacher refactor for local storage
```

/sig storage
/kind feature
2018-08-15 07:03:48 -07:00
..
BUILD Merge pull request #66832 from msau42/udev 2018-08-01 17:13:03 -07:00
OWNERS Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00
attacher.go Merge pull request #66884 from NickrenREN/attacher-detacher-refactor 2018-08-15 07:03:48 -07:00
attacher_test.go Fixes the regression of GCEPD not provisioning correctly on alpha clusters. 2018-02-08 10:46:06 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
gce_pd.go Reverting commit #56600 as GCE PD is allocated in chunks of GiB instead of GBs 2018-07-16 11:55:57 -07:00
gce_pd_block.go Refactor of GenerateMapDeviceFunc to delegate Map call to volume plugin. 2018-06-03 17:25:37 -04:00
gce_pd_block_test.go update GCE plugin for block support 2018-02-23 14:16:09 -05:00
gce_pd_test.go Reverting commit #56600 as GCE PD is allocated in chunks of GiB instead of GBs 2018-07-16 11:55:57 -07:00
gce_util.go Merge pull request #66832 from msau42/udev 2018-08-01 17:13:03 -07:00
gce_util_test.go Detect if GCE PD udev link is wrong and try to correct it 2018-08-01 10:04:06 -07:00