Documentation
¶
Overview ¶
Package fc contains the internal representation of Fibre Channel (fc) 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 FCUtil ¶
type FCUtil struct{}
func (*FCUtil) AttachDisk ¶
func (util *FCUtil) AttachDisk(b fcDiskMounter) (string, error)
func (*FCUtil) DetachDisk ¶
func (util *FCUtil) DetachDisk(c fcDiskUnmounter, devName string) error
func (*FCUtil) MakeGlobalPDName ¶
func (util *FCUtil) MakeGlobalPDName(fc fcDisk) string
Click to show internal directories.
Click to hide internal directories.