k3s/pkg/volume/fc
mtanino 5ff9dc0b3b WaitForAttach refactoring for iSCSI attacher/detacher
This change is prerequisite for implementing iSCSI attacher
and detacher.

In order to use chap authentication at iSCSI plugin after
implementing attacher and detacher, secret is needed at
AttachDisk() which is called from WaitForAttach().
To obtain secret, pod information is required, but
WaitForAttach() doesn't pass pod information inside.

This patch adds 'pod' as an argument of WaitForAttach()
and adds changes to drivers who implements WaitForAttach().

Fixes #48953
2017-08-26 17:21:34 -04:00
..
BUILD fibre channel: Remove unused exe interface 2017-08-22 14:28:10 +02:00
OWNERS remove deads2k from volume reviewer 2017-07-25 08:52:25 -04:00
attacher.go WaitForAttach refactoring for iSCSI attacher/detacher 2017-08-26 17:21:34 -04:00
disk_manager.go handle failed mounts for fc volumes 2017-08-25 09:59:42 +02:00
doc.go
fc.go fibre channel: Remove unused exe interface 2017-08-22 14:28:10 +02:00
fc_test.go Adding dynamic Flexvolume plugin discovery capability, using filesystem watch. 2017-08-25 11:42:32 -07:00
fc_util.go FC plugin: Support WWID for volume identifier 2017-08-10 09:59:31 -04:00
fc_util_test.go FC plugin: Support WWID for volume identifier 2017-08-10 09:59:31 -04:00