Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSIProxyUtils ¶
type CSIProxyUtils interface { SMBMount(context.Context, string, string, string, string, string) error SMBUnmount(context.Context, string, string) error MakeDir(context.Context, string) error Rmdir(context.Context, string) error IsMountPointMatch(context.Context, mount.MountPoint, string) bool ExistsPath(context.Context, string) (bool, error) GetAPIVersions(ctx context.Context) string EvalHostSymlinks(context.Context, string) (string, error) GetFilesystemUsage(context.Context, string) (int64, int64, error) }
Click to show internal directories.
Click to hide internal directories.