Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DefaultDriver ¶
type DefaultDriver struct { }
DefaultDriver implements defaults for Driver interface
func (*DefaultDriver) String ¶
func (d *DefaultDriver) String() string
func (*DefaultDriver) ValidateBackupsDeletedFromCloud ¶
func (d *DefaultDriver) ValidateBackupsDeletedFromCloud(backupLocation *stork_api.BackupLocation, backupPath string) error
ValidateBackupsDeletedFromCloud checks it given backups are deleted from the cloud
type Driver ¶
type Driver interface { // String returns the string name of this driver. String() string // ValidateBackupsDeletedFromCloud validates if bucket has been deleted from the cloud objectstore ValidateBackupsDeletedFromCloud(backupLocation *stork_api.BackupLocation, backupPath string) error }
Driver defines an external volume driver interface that must be implemented
Click to show internal directories.
Click to hide internal directories.