k3s/pkg/volume/photon_pd
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 SafeFormatAndMount should use volume.Exec provided by VolumeHost 2017-08-14 12:16:27 +02:00
OWNERS
attacher.go WaitForAttach refactoring for iSCSI attacher/detacher 2017-08-26 17:21:34 -04:00
attacher_test.go checking if disk is already attached for photon. 2017-08-09 11:35:37 +02:00
photon_pd.go SafeFormatAndMount should use volume.Exec provided by VolumeHost 2017-08-14 12:16:27 +02:00
photon_pd_test.go Merge pull request #51390 from alrs/fix-photon-pd-swallowed-errors 2017-08-26 07:32:24 -07:00
photon_util.go Support "fstype" parameter in dynamically provisioned PVs 2017-07-19 10:34:13 +02:00