Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NullMounter = &nullMounter{}
Functions ¶
Types ¶
type FlexVolumeDriver ¶
type FlexVolumeDriver struct {
// contains filtered or unexported fields
}
func NewFlexVolumeDriver ¶
func NewFlexVolumeDriver(uuidGen UuidGen, mounter Mounter) *FlexVolumeDriver
func (*FlexVolumeDriver) Run ¶
func (d *FlexVolumeDriver) Run(args []string) string
type LinuxMounter ¶
type LinuxMounter struct{}
func NewLinuxMounter ¶
func NewLinuxMounter() *LinuxMounter
func (*LinuxMounter) Mount ¶
func (mounter *LinuxMounter) Mount(source string, target string, fstype string) error
func (*LinuxMounter) Unmount ¶
func (mounter *LinuxMounter) Unmount(target string) error
Click to show internal directories.
Click to hide internal directories.