Documentation ¶
Index ¶
- Constants
- type CpfsOptions
- type CpfsPlugin
- func (p *CpfsPlugin) Attach(opts interface{}, nodeName string) utils.Result
- func (p *CpfsPlugin) Detach(device string, nodeName string) utils.Result
- func (p *CpfsPlugin) ExpandFS(opt interface{}, devicePath, deviceMountPath, newSize, oldSize string) utils.Result
- func (p *CpfsPlugin) ExpandVolume(opt interface{}, devicePath, newSize, oldSize string) utils.Result
- func (p *CpfsPlugin) Getvolumename(opts interface{}) utils.Result
- func (p *CpfsPlugin) Init() utils.Result
- func (p *CpfsPlugin) Mount(opts interface{}, mountPath string) utils.Result
- func (p *CpfsPlugin) Mountdevice(mountPath string, opts interface{}) utils.Result
- func (p *CpfsPlugin) NewOptions() interface{}
- func (p *CpfsPlugin) Unmount(mountPoint string) utils.Result
- func (p *CpfsPlugin) Waitforattach(devicePath string, opts interface{}) utils.Result
Constants ¶
View Source
const (
CPFS_TEMP_MNTPath = "/mnt/acs_mnt/k8s_cpfs/"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CpfsOptions ¶
type CpfsPlugin ¶
type CpfsPlugin struct { }
func (*CpfsPlugin) Attach ¶
func (p *CpfsPlugin) Attach(opts interface{}, nodeName string) utils.Result
func (*CpfsPlugin) Detach ¶
func (p *CpfsPlugin) Detach(device string, nodeName string) utils.Result
func (*CpfsPlugin) ExpandFS ¶
func (p *CpfsPlugin) ExpandFS(opt interface{}, devicePath, deviceMountPath, newSize, oldSize string) utils.Result
Not Support
func (*CpfsPlugin) ExpandVolume ¶
func (p *CpfsPlugin) ExpandVolume(opt interface{}, devicePath, newSize, oldSize string) utils.Result
Not Support
func (*CpfsPlugin) Getvolumename ¶
func (p *CpfsPlugin) Getvolumename(opts interface{}) utils.Result
Support
func (*CpfsPlugin) Mount ¶
func (p *CpfsPlugin) Mount(opts interface{}, mountPath string) utils.Result
cpfs support mount and umount
func (*CpfsPlugin) Mountdevice ¶
func (p *CpfsPlugin) Mountdevice(mountPath string, opts interface{}) utils.Result
Not Support
func (*CpfsPlugin) NewOptions ¶
func (p *CpfsPlugin) NewOptions() interface{}
func (*CpfsPlugin) Waitforattach ¶
func (p *CpfsPlugin) Waitforattach(devicePath string, opts interface{}) utils.Result
Not Support
Click to show internal directories.
Click to hide internal directories.