localdirectory

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllowedPath added in v1.0.1

type AllowedPath struct {
	Path      string
	ReadWrite bool
}

func ParseAllowPath added in v1.0.1

func ParseAllowPath(path string) AllowedPath

func ParseAllowPaths added in v1.0.1

func ParseAllowPaths(paths []string) []AllowedPath

func (AllowedPath) String added in v1.0.1

func (obj AllowedPath) String() string

string representation of the object.

type StorageProvider

type StorageProvider struct {
	// contains filtered or unexported fields
}

func NewStorageProvider added in v0.3.29

func NewStorageProvider(params StorageProviderParams) (*StorageProvider, error)

func (*StorageProvider) CleanupStorage

func (*StorageProvider) GetVolumeSize

func (driver *StorageProvider) GetVolumeSize(_ context.Context, volume model.StorageSpec) (uint64, error)

func (*StorageProvider) HasStorageLocally

func (driver *StorageProvider) HasStorageLocally(_ context.Context, volume model.StorageSpec) (bool, error)

func (*StorageProvider) IsInstalled

func (driver *StorageProvider) IsInstalled(context.Context) (bool, error)

func (*StorageProvider) PrepareStorage

func (driver *StorageProvider) PrepareStorage(
	_ context.Context,
	storageSpec model.StorageSpec,
) (storage.StorageVolume, error)

func (*StorageProvider) Upload

type StorageProviderParams added in v0.3.29

type StorageProviderParams struct {
	AllowedPaths []AllowedPath
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL