k3s/pkg/volume/csi
Xing Yang 0a14086792 Return error from NodeGetInfo
This PR checks if NodeGetInfo returns error. If so, it returns
the error. Without this change, it always returns no error (nil)
regardless of whether NodeGetInfo returns error.
2018-09-22 12:00:15 -07:00
..
fake Add unit tests for pod information in NodePublish 2018-09-05 21:20:01 -04:00
nodeinfomanager Updating CSI e2e test to create CSI CRDs; storing CRD spec in a common location 2018-09-18 14:25:00 -07:00
BUILD Delaying kubeclient and csi client injection into CSI plugin 2018-09-13 14:10:49 -07:00
OWNERS
csi_attacher.go Skip attach for non-attachable CSI volumes 2018-09-05 10:15:43 -04:00
csi_attacher_test.go Consolidated CSIDriver logic under CSIDriverRegistry flag 2018-09-10 13:34:40 -07:00
csi_block.go CSI block fix for mapping path 2018-06-18 12:46:07 -04:00
csi_block_test.go Add unit tests for pod information in NodePublish 2018-09-05 21:20:01 -04:00
csi_client.go Return error from NodeGetInfo 2018-09-22 12:00:15 -07: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_mounter.go CSI fix for proper fsgroup application to volume 2018-09-14 14:58:18 -04:00
csi_mounter_test.go CSI fix for proper fsgroup application to volume 2018-09-14 14:58:18 -04:00
csi_plugin.go Delaying kubeclient and csi client injection into CSI plugin 2018-09-13 14:10:49 -07:00
csi_plugin_test.go Consolidated CSIDriver logic under CSIDriverRegistry flag 2018-09-10 13:34:40 -07:00
csi_util.go CSI fix for proper fsgroup application to volume 2018-09-14 14:58:18 -04:00