Versions in this module Expand all Collapse all v0 v0.0.2 Jun 9, 2021 v0.0.1 Jun 9, 2021 Changes in this version + func GetISCSIDiskMounter(iscsiInfo *iscsiDisk, req *csi.NodePublishVolumeRequest) *iscsiDiskMounter + func GetISCSIDiskUnmounter(req *csi.NodeUnpublishVolumeRequest) *iscsiDiskUnmounter + func GetISCSIInfo(req *csi.NodePublishVolumeRequest) (*iscsiDisk, error) + type ISCSIUtil struct + func (util *ISCSIUtil) AttachDisk(b iscsiDiskMounter) (string, error) + func (util *ISCSIUtil) DetachDisk(c iscsiDiskUnmounter, targetPath string) error