mounter

package
v1.34.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConnectorMounter

func NewConnectorMounter(inner mountutils.Interface, mounterPath string) mountutils.Interface

Types

type ConnectorMounter

type ConnectorMounter struct {
	mountutils.Interface
	// contains filtered or unexported fields
}

func (*ConnectorMounter) Mount

func (m *ConnectorMounter) Mount(source string, target string, fstype string, options []string) error

type ExtendedMountParams added in v1.34.3

type ExtendedMountParams struct {
	Secrets     map[string]string
	MetricsPath string
}

type Mounter added in v1.6.4

type Mounter interface {
	mountutils.Interface
	ExtendedMount(source, target, fstype string, options []string, params *ExtendedMountParams) error
}

func NewOssCmdMounter added in v1.6.4

func NewOssCmdMounter(execPath, volumeId string, inner mount.Interface) Mounter

func NewProxyMounter added in v1.6.0

func NewProxyMounter(socketPath string, inner mountutils.Interface) Mounter

type OssCmdMounter added in v1.6.4

type OssCmdMounter struct {
	mount.Interface
	// contains filtered or unexported fields
}

func (*OssCmdMounter) ExtendedMount added in v1.34.3

func (m *OssCmdMounter) ExtendedMount(source, target, fstype string, options []string, params *ExtendedMountParams) error

type ProxyMounter added in v1.6.0

type ProxyMounter struct {
	mountutils.Interface
	// contains filtered or unexported fields
}

func (*ProxyMounter) ExtendedMount added in v1.34.3

func (m *ProxyMounter) ExtendedMount(source, target, fstype string, options []string, params *ExtendedMountParams) error

func (*ProxyMounter) Mount added in v1.6.0

func (m *ProxyMounter) Mount(source string, target string, fstype string, options []string) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL