mirror of https://github.com/k3s-io/k3s
![]() 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 |
||
---|---|---|
.. | ||
BUILD | ||
OWNERS | ||
attacher.go | ||
attacher_test.go | ||
photon_pd.go | ||
photon_pd_test.go | ||
photon_util.go |