k3s/pkg/volume/csi
Kubernetes Submit Queue f239270ec7
Merge pull request #61447 from jianglingxia/csiattacher-2018032109
Automatic merge from submit-queue (batch tested with PRs 56045, 61447, 62189). 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>.

Add UT Test to TestAttacherUnmountDevice

**What this PR does / why we need it**:
Add UT Test to TestAttacherUnmountDevice if no volumeID scenero
**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**:

```release-note
NONE
```
2018-04-06 09:14:04 -07:00
..
fake Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
BUILD Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
OWNERS
csi_attacher.go Merge pull request #61096 from mlmhl/csi_secret 2018-04-02 15:35:02 -07:00
csi_attacher_test.go Add UT Test to TestAttacherUnmountDevice 2018-03-21 09:33:31 +08:00
csi_client.go Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
csi_client_test.go Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
csi_mounter.go Merge pull request #61096 from mlmhl/csi_secret 2018-04-02 15:35:02 -07:00
csi_mounter_test.go Added MountDevice/UnmountDevice pass-through to NodeStageVolume/NodeUnstageVolume for CSI Volume Plugin. Added related unit tests. Vendored CSI Spec to HEAD 2018-02-26 14:50:32 -08:00
csi_plugin.go set readOnly for CSI mounter 2018-03-11 11:16:20 +08:00
csi_plugin_test.go Added MountDevice/UnmountDevice pass-through to NodeStageVolume/NodeUnstageVolume for CSI Volume Plugin. Added related unit tests. Vendored CSI Spec to HEAD 2018-02-26 14:50:32 -08:00
csi_util.go return error if get NodeStageSecret and NodePublishSecret failed 2018-03-20 12:57:08 +08:00