kubernetes/pkg/volume/flexvolume
Christian Huffman 7a4cdf5ab2 Included resizing for CSI-based block volumes.
Perform a no-op when volume is of type raw block

Fix bug with checking volume mounts for readonly
2019-08-22 15:45:57 -04:00
..
attacher_test.go Introduce test harness into unit tests 2018-10-08 18:44:05 -04:00
attacher-defaults.go Move from glog to klog 2018-11-10 07:50:31 -05:00
attacher.go Move from glog to klog 2018-11-10 07:50:31 -05:00
BUILD migrate to k8s.io/utils/strings 2019-01-30 10:24:00 +08:00
common_test.go remove unused code 2019-04-19 08:36:31 -04:00
detacher_test.go Introduce test harness into unit tests 2018-10-08 18:44:05 -04:00
detacher-defaults.go Cleanup UnmountPath/UnmountMountPoint callers 2019-01-08 22:13:50 +08:00
detacher.go Cleanup IsCorruptedMnt callers 2019-01-08 22:16:11 +08:00
driver-call_test.go refactor(flexvolume): simplify capabilities handling 2017-08-24 22:18:58 +11:00
driver-call.go Change fsGroup to mounterArgs in volume.SetUp() to allow for future extension. 2019-05-29 15:12:28 -04:00
expander-defaults.go Included resizing for CSI-based block volumes. 2019-08-22 15:45:57 -04:00
expander.go Move resize function parameters to a new ResizeOptions type 2019-03-08 09:21:44 -05:00
fake_watcher.go fix golint issue for pkg/volume/flexvolume package 2018-09-20 17:33:45 +00:00
flexvolume_test.go Always use filepath.Join instead of path.Join 2019-04-29 09:56:05 -06:00
mounter_test.go Change fsGroup to mounterArgs in volume.SetUp() to allow for future extension. 2019-05-29 15:12:28 -04:00
mounter-defaults.go Change fsGroup to mounterArgs in volume.SetUp() to allow for future extension. 2019-05-29 15:12:28 -04:00
mounter.go Change fsGroup to mounterArgs in volume.SetUp() to allow for future extension. 2019-05-29 15:12:28 -04:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
plugin_test.go Introduce test harness into unit tests 2018-10-08 18:44:05 -04:00
plugin-defaults.go change GetVolumeName log level 2019-08-19 17:27:34 +08:00
plugin.go change GetVolumeName log level 2019-08-19 17:27:34 +08:00
probe_test.go Always use filepath.Join instead of path.Join 2019-04-29 09:56:05 -06:00
probe.go fix error 'coresponding' 2019-04-10 17:43:35 +08:00
unmounter_test.go Introduce test harness into unit tests 2018-10-08 18:44:05 -04:00
unmounter-defaults.go Cleanup UnmountPath/UnmountMountPoint callers 2019-01-08 22:13:50 +08:00
unmounter.go fix flexvol stuck issue due to corrupted mnt point 2019-05-22 08:52:58 +00:00
util.go Move from glog to klog 2018-11-10 07:50:31 -05:00
volume.go change import alias of utils/strings 2019-01-30 10:44:09 +08:00