Documentation ¶
Index ¶
- func NewSpecConfig(source string, rw bool) (*models.SpecConfig, error)
- type AllowedPath
- type Source
- type StorageProvider
- func (driver *StorageProvider) CleanupStorage(_ context.Context, _ models.InputSource, _ storage.StorageVolume) error
- func (driver *StorageProvider) GetVolumeSize(_ context.Context, volume models.InputSource) (uint64, error)
- func (driver *StorageProvider) HasStorageLocally(_ context.Context, volume models.InputSource) (bool, error)
- func (driver *StorageProvider) IsInstalled(context.Context) (bool, error)
- func (driver *StorageProvider) PrepareStorage(_ context.Context, _ string, storageSpec models.InputSource) (storage.StorageVolume, error)
- func (driver *StorageProvider) Upload(context.Context, string) (models.SpecConfig, error)
- type StorageProviderParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSpecConfig ¶ added in v1.4.0
func NewSpecConfig(source string, rw bool) (*models.SpecConfig, error)
Types ¶
type AllowedPath ¶ added in v1.0.1
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 Source ¶ added in v1.0.4
func DecodeSpec ¶ added in v1.0.4
func DecodeSpec(spec *models.SpecConfig) (Source, error)
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 (driver *StorageProvider) CleanupStorage(_ context.Context, _ models.InputSource, _ storage.StorageVolume) error
func (*StorageProvider) GetVolumeSize ¶
func (driver *StorageProvider) GetVolumeSize(_ context.Context, volume models.InputSource) (uint64, error)
func (*StorageProvider) HasStorageLocally ¶
func (driver *StorageProvider) HasStorageLocally(_ context.Context, volume models.InputSource) (bool, error)
func (*StorageProvider) IsInstalled ¶
func (driver *StorageProvider) IsInstalled(context.Context) (bool, error)
func (*StorageProvider) PrepareStorage ¶
func (driver *StorageProvider) PrepareStorage( _ context.Context, _ string, storageSpec models.InputSource, ) (storage.StorageVolume, error)
func (*StorageProvider) Upload ¶
func (driver *StorageProvider) Upload(context.Context, string) (models.SpecConfig, error)
type StorageProviderParams ¶ added in v0.3.29
type StorageProviderParams struct {
AllowedPaths []AllowedPath
}
Click to show internal directories.
Click to hide internal directories.