Documentation ¶
Overview ¶
Package fc contains the internal representation of Fibre Channel (fc) volumes.
Index ¶
- func ProbeVolumePlugins() []volume.VolumePlugin
- type FCUtil
- func (util *FCUtil) AttachDisk(b fcDiskMounter) (string, error)
- func (util *FCUtil) DetachBlockFCDisk(c fcDiskUnmapper, mapPath, devicePath string) error
- func (util *FCUtil) DetachDisk(c fcDiskUnmounter, devicePath string) error
- func (util *FCUtil) MakeGlobalPDName(fc fcDisk) string
- func (util *FCUtil) MakeGlobalVDPDName(fc fcDisk) string
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 (*FCUtil) DetachBlockFCDisk ¶ added in v1.10.0
DetachBlockFCDisk detaches a volume from kubelet node, removes scsi device file such as /dev/sdX from the node, and then removes loopback for the scsi device.
func (*FCUtil) DetachDisk ¶
DetachDisk removes scsi device file such as /dev/sdX from the node.
func (*FCUtil) MakeGlobalPDName ¶
func (*FCUtil) MakeGlobalVDPDName ¶ added in v1.9.0
Global volume device plugin dir
Click to show internal directories.
Click to hide internal directories.