Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider interface {
GetFS(volumeSpec *api.VolumeSpec) (fs.FS, error)
GetMountOptions(volumeSpec *api.VolumeSpec) ([]fuse.MountOption, error)
}
Provider provides fuse.FS and fuse.MountOptions, given an *api.VolumeSpec.
Source Files
¶
- fuse.go
- volume_driver.go
Click to show internal directories.
Click to hide internal directories.