k3s/pkg/volume/csi
Kubernetes Submit Queue b692b7159a
Merge pull request #62590 from mlmhl/csi_test
Automatic merge from submit-queue (batch tested with PRs 62590, 62818, 63015, 62922, 63000). 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>.

Fix some bugs inside CSI volume plugin unit test TestAttacherMountDevice

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

Fix two bugs inside CSI volume plugin unit test `TestAttacherMountDevice`.

**Release note**:

```release-note
None
```
2018-04-24 14:22:10 -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 #61147 from mlmhl/csi 2018-04-10 05:31:13 -07:00
csi_attacher_test.go Merge pull request #62590 from mlmhl/csi_test 2018-04-24 14:22:10 -07: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 #62486 from vladimirvivien/csi-fsGroup-fix 2018-04-13 16:01:06 -07:00
csi_mounter_test.go CSI - Apply fsGroup volume ownership when pv not readOnly 2018-04-13 08:55:27 -04: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