k3s/pkg/volume
Kubernetes Submit Queue 0a8e5f8012
Merge pull request #60115 from davidz627/csiMountDevice
Automatic merge from submit-queue (batch tested with PRs 60430, 60115, 58052, 60355, 60116). 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>.

CSI MountDevice/UnmountDevice Implementation

Fixes #60114

**What this PR does / why we need it**:
This PR Implements MountDevice and UnmountDevice for the CSI Plugin, the functions will call through to NodeStageVolume/NodeUnstageVolume for CSI plugins.

/sig storage

```release-note
Implements MountDevice and UnmountDevice for the CSI Plugin, the functions will call through to NodeStageVolume/NodeUnstageVolume for CSI plugins.
```
2018-02-27 09:38:40 -08:00
..
aws_ebs update bazel 2018-02-27 20:23:36 +08:00
azure_dd update bazel 2018-02-27 20:23:36 +08:00
azure_file update bazel 2018-02-27 20:23:36 +08:00
cephfs update import 2018-02-27 20:23:35 +08:00
cinder update bazel 2018-02-27 20:23:36 +08:00
configmap update import 2018-02-27 20:23:35 +08:00
csi 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
downwardapi update import 2018-02-27 20:23:35 +08:00
empty_dir Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
fc update bazel 2018-02-27 20:23:36 +08:00
flexvolume update import 2018-02-27 20:23:35 +08:00
flocker update bazel 2018-02-27 20:23:36 +08:00
gce_pd update bazel 2018-02-27 20:23:36 +08:00
git_repo update import 2018-02-27 20:23:35 +08:00
glusterfs update bazel 2018-02-27 20:23:36 +08:00
host_path update bazel 2018-02-27 20:23:36 +08:00
iscsi update bazel 2018-02-27 20:23:36 +08:00
local Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
nfs update bazel 2018-02-27 20:23:36 +08:00
photon_pd update bazel 2018-02-27 20:23:36 +08:00
portworx update bazel 2018-02-27 20:23:36 +08:00
projected Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
quobyte update bazel 2018-02-27 20:23:36 +08:00
rbd update bazel 2018-02-27 20:23:36 +08:00
scaleio update bazel 2018-02-27 20:23:36 +08:00
secret update import 2018-02-27 20:23:35 +08:00
storageos update bazel 2018-02-27 20:23:36 +08:00
testing update bazel 2018-02-27 20:23:36 +08:00
util update bazel 2018-02-27 20:23:36 +08:00
validation Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
vsphere_volume update bazel 2018-02-27 20:23:36 +08:00
BUILD update bazel 2018-02-27 20:23:36 +08:00
OWNERS Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00
doc.go
metrics_cached.go
metrics_du.go update import 2018-02-27 20:23:35 +08:00
metrics_du_test.go
metrics_errors.go
metrics_nil.go
metrics_nil_test.go
metrics_statfs.go update import 2018-02-27 20:23:35 +08:00
metrics_statfs_test.go
plugins.go update import 2018-02-27 20:23:35 +08:00
plugins_test.go correct the expected value in plugintest 2018-02-25 15:14:55 +08:00
volume.go BlockVolumesSupport: CRI, VolumeManager and OperationExecutor changes 2017-11-20 14:10:26 -05:00
volume_linux.go
volume_unsupported.go