Discover Packages
github.com/googlecloudplatform/gcs-fuse-csi-driver
pkg
csi_mounter
package
Version:
v1.8.5
Opens a new window with list of versions in this module.
Published: Dec 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func New(mounterPath, fuseSocketDir string ) (mount.Interface, error )
New returns a mount.MounterForceUnmounter for the current system.
It provides options to override the default mounter behavior.
mounterPath allows using an alternative to `/bin/mount` for mounting.
type Mounter struct {
mount.MounterForceUnmounter
}
Mounter provides the Cloud Storage FUSE CSI implementation of mount.Interface
for the linux platform.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.