Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { mount.Interface JfsMount(volumeID string, target string, secrets, volCtx map[string]string, options []string) (Jfs, error) JfsCreateVol(volumeID string, subPath string, secrets map[string]string) error JfsDeleteVol(volumeID string, target string, secrets map[string]string) error JfsUnmount(volumeID, mountPath string) error JfsCleanupMountPoint(mountPath string) error GetJfsVolUUID(name string) (string, error) Version() ([]byte, error) }
Interface of juicefs provider
func NewJfsProvider ¶
func NewJfsProvider(mounter *mount.SafeFormatAndMount, k8sClient *k8sclient.K8sClient) Interface
NewJfsProvider creates a provider for JuiceFS file system
Click to show internal directories.
Click to hide internal directories.