Documentation
¶
Overview ¶
Package iscsi contains the internal representation of Internet Small Computer System Interface (iSCSI) volumes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProbeVolumePlugins ¶
func ProbeVolumePlugins() []volume.VolumePlugin
This is the primary entrypoint for volume plugins.
Types ¶
type ISCSIUtil ¶
type ISCSIUtil struct{}
func (*ISCSIUtil) AttachDisk ¶
func (util *ISCSIUtil) AttachDisk(b iscsiDiskMounter) error
func (*ISCSIUtil) DetachDisk ¶
func (util *ISCSIUtil) DetachDisk(c iscsiDiskUnmounter, mntPath string) error
func (*ISCSIUtil) MakeGlobalPDName ¶
func (util *ISCSIUtil) MakeGlobalPDName(iscsi iscsiDisk) string
Click to show internal directories.
Click to hide internal directories.