k3s/pkg/volume/flexvolume
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 Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
OWNERS Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00
attacher-defaults.go Fix some log issues in flexvolume 2018-06-01 08:58:37 +08:00
attacher.go update volume plugins accordingly 2018-08-14 11:12:54 +08:00
attacher_test.go WaitForAttach refactoring for iSCSI attacher/detacher 2017-08-26 17:21:34 -04:00
common_test.go Refactor flex pv to allow secret namespace 2017-12-13 23:32:16 -05:00
detacher-defaults.go Rename Detach() parameter. 2017-10-31 10:55:19 +01:00
detacher.go Merge pull request #66884 from NickrenREN/attacher-detacher-refactor 2018-08-15 07:03:48 -07:00
detacher_test.go Add support for attacher/detacher interface in Flex volume 2017-02-24 20:18:06 -05:00
driver-call.go Remove unused command waitfordetach from flex volume driver 2018-01-03 16:02:31 +08:00
driver-call_test.go refactor(flexvolume): simplify capabilities handling 2017-08-24 22:18:58 +11:00
fake_watcher.go Added basic Flexvolume dynamic plugin discovery e2e test; added Flexvolume prober unit tests. 2017-08-31 16:50:02 -07:00
flexvolume_test.go Implement fixes for flexvolume when kubelet is contanerized 2018-07-03 14:04:52 -04:00
mounter-defaults.go refactor(flexvolume): simplify capabilities handling 2017-08-24 22:18:58 +11:00
mounter.go Merge pull request #49539 from avagin/flexvol 2017-09-22 21:20:51 -07:00
mounter_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
plugin-defaults.go Added basic Flexvolume dynamic plugin discovery e2e test; added Flexvolume prober unit tests. 2017-08-31 16:50:02 -07:00
plugin.go update volume plugins accordingly 2018-08-14 11:12:54 +08:00
plugin_test.go update import 2017-07-20 11:03:49 -07:00
probe.go Implement fixes for flexvolume when kubelet is contanerized 2018-07-03 14:04:52 -04:00
probe_test.go Implement fixes for flexvolume when kubelet is contanerized 2018-07-03 14:04:52 -04:00
unmounter-defaults.go Add support for attacher/detacher interface in Flex volume 2017-02-24 20:18:06 -05:00
unmounter.go Ignore EIO error in unmount path 2018-08-07 21:04:39 -04:00
unmounter_test.go Add support for attacher/detacher interface in Flex volume 2017-02-24 20:18:06 -05:00
util.go Refactor flex pv to allow secret namespace 2017-12-13 23:32:16 -05:00
volume.go Pass pod metadata to flex plugin 2017-05-18 00:49:18 -04:00