kubernetes/pkg/volume/csi
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
..
fake CSI plugin now calls NodeGetInfo() to get driver's node ID 2018-08-08 13:15:43 -07:00
labelmanager CSI plugin now calls NodeGetInfo() to get driver's node ID 2018-08-08 13:15:43 -07:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
csi_attacher_test.go fix unit test TestAttacherUnmountDevice 2018-06-29 10:20:45 +08:00
csi_attacher.go Merge pull request #66884 from NickrenREN/attacher-detacher-refactor 2018-08-15 07:03:48 -07:00
csi_block_test.go CSI block fix for mapping path 2018-06-18 12:46:07 -04:00
csi_block.go CSI block fix for mapping path 2018-06-18 12:46:07 -04:00
csi_client_test.go CSI plugin now calls NodeGetInfo() to get driver's node ID 2018-08-08 13:15:43 -07:00
csi_client.go CSI plugin now calls NodeGetInfo() to get driver's node ID 2018-08-08 13:15:43 -07:00
csi_mounter_test.go Removes defaulting of CSI fsType to ext4 2018-06-28 16:48:25 -07:00
csi_mounter.go Removes defaulting of CSI fsType to ext4 2018-06-28 16:48:25 -07:00
csi_plugin_test.go add volume mode field to constructed VolumeSpec 2018-06-29 18:00:47 +08:00
csi_plugin.go Merge pull request #66884 from NickrenREN/attacher-detacher-refactor 2018-08-15 07:03:48 -07:00
csi_util.go CSI implementation of raw block volume support 2018-06-05 16:53:56 -04:00
OWNERS