package
0.2.2
Repository: https://github.com/rexray/csi-vfs.git
Documentation: pkg.go.dev

# Functions

New returns a new Service.

# Constants

EnvVarBindFS is the name of the environment variable used to obtain the path to the `bindfs` binary -- a program used to provide bind mounting via FUSE on operating systems that do not natively support bind mounts.
EnvVarDataDir is the name of the environment variable used to obtain the path to the VFS plug-in's data directory.
EnvVarDevDir is the name of the environment variable used to obtain the path to the VFS plug-in's `dev` directory.
EnvVarMntDir is the name of the environment variable used to obtain the path to the VFS plug-in's `mnt` directory.
EnvVarVolDir is the name of the environment variable used to obtain the path to the VFS plug-in's `vol` directory.
EnvVarVolGlob is the name of the environment variable used to obtain the glob pattern used to list the files inside the $X_CSI_VFS_VOL directory.
Name is the name of this CSI SP.
SupportedVersions is a list of the CSI versions this SP supports.
VendorVersion is the version of this CSP SP.

# Interfaces

Service is a CSI SP and gocsi.IdempotencyProvider.