Documentation ¶
Overview ¶
Code generated by mockery v1.0.0. DO NOT EDIT.
Index ¶
- type BackupStore
- func (_m *BackupStore) BackupExists(bucket string, backupName string) (bool, error)
- func (_m *BackupStore) DeleteBackup(name string) error
- func (_m *BackupStore) DeleteRestore(name string) error
- func (_m *BackupStore) GetBackupContents(name string) (io.ReadCloser, error)
- func (_m *BackupStore) GetBackupMetadata(name string) (*v1.Backup, error)
- func (_m *BackupStore) GetBackupVolumeSnapshots(name string) ([]*volume.Snapshot, error)
- func (_m *BackupStore) GetCSIVolumeSnapshotClasses(backup string) ([]*snapshotv1api.VolumeSnapshotClass, error)
- func (_m *BackupStore) GetCSIVolumeSnapshotContents(backup string) ([]*snapshotv1api.VolumeSnapshotContent, error)
- func (_m *BackupStore) GetCSIVolumeSnapshots(backup string) ([]*snapshotv1api.VolumeSnapshot, error)
- func (_m *BackupStore) GetDownloadURL(target v1.DownloadTarget) (string, error)
- func (_m *BackupStore) GetItemSnapshots(name string) ([]*volume.ItemSnapshot, error)
- func (_m *BackupStore) GetPodVolumeBackups(name string) ([]*v1.PodVolumeBackup, error)
- func (_m *BackupStore) IsValid() error
- func (_m *BackupStore) ListBackups() ([]string, error)
- func (_m *BackupStore) PutBackup(info persistence.BackupInfo) error
- func (_m *BackupStore) PutRestoreLog(backup string, restore string, log io.Reader) error
- func (_m *BackupStore) PutRestoreResults(backup string, restore string, results io.Reader) error
- type ObjectStore
- func (_m *ObjectStore) CreateSignedURL(bucket string, key string, ttl time.Duration) (string, error)
- func (_m *ObjectStore) DeleteObject(bucket string, key string) error
- func (_m *ObjectStore) GetObject(bucket string, key string) (io.ReadCloser, error)
- func (_m *ObjectStore) Init(config map[string]string) error
- func (_m *ObjectStore) ListCommonPrefixes(bucket string, prefix string, delimiter string) ([]string, error)
- func (_m *ObjectStore) ListObjects(bucket string, prefix string) ([]string, error)
- func (_m *ObjectStore) ObjectExists(bucket string, key string) (bool, error)
- func (_m *ObjectStore) PutObject(bucket string, key string, body io.Reader) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupStore ¶
BackupStore is an autogenerated mock type for the BackupStore type
func (*BackupStore) BackupExists ¶ added in v1.0.0
func (_m *BackupStore) BackupExists(bucket string, backupName string) (bool, error)
BackupExists provides a mock function with given fields: bucket, backupName
func (*BackupStore) DeleteBackup ¶
func (_m *BackupStore) DeleteBackup(name string) error
DeleteBackup provides a mock function with given fields: name
func (*BackupStore) DeleteRestore ¶
func (_m *BackupStore) DeleteRestore(name string) error
DeleteRestore provides a mock function with given fields: name
func (*BackupStore) GetBackupContents ¶
func (_m *BackupStore) GetBackupContents(name string) (io.ReadCloser, error)
GetBackupContents provides a mock function with given fields: name
func (*BackupStore) GetBackupMetadata ¶
func (_m *BackupStore) GetBackupMetadata(name string) (*v1.Backup, error)
GetBackupMetadata provides a mock function with given fields: name
func (*BackupStore) GetBackupVolumeSnapshots ¶
func (_m *BackupStore) GetBackupVolumeSnapshots(name string) ([]*volume.Snapshot, error)
GetBackupVolumeSnapshots provides a mock function with given fields: name
func (*BackupStore) GetCSIVolumeSnapshotClasses ¶ added in v1.9.0
func (_m *BackupStore) GetCSIVolumeSnapshotClasses(backup string) ([]*snapshotv1api.VolumeSnapshotClass, error)
func (*BackupStore) GetCSIVolumeSnapshotContents ¶ added in v1.4.0
func (_m *BackupStore) GetCSIVolumeSnapshotContents(backup string) ([]*snapshotv1api.VolumeSnapshotContent, error)
func (*BackupStore) GetCSIVolumeSnapshots ¶ added in v1.4.0
func (_m *BackupStore) GetCSIVolumeSnapshots(backup string) ([]*snapshotv1api.VolumeSnapshot, error)
func (*BackupStore) GetDownloadURL ¶
func (_m *BackupStore) GetDownloadURL(target v1.DownloadTarget) (string, error)
GetDownloadURL provides a mock function with given fields: target
func (*BackupStore) GetItemSnapshots ¶ added in v1.8.0
func (_m *BackupStore) GetItemSnapshots(name string) ([]*volume.ItemSnapshot, error)
func (*BackupStore) GetPodVolumeBackups ¶ added in v1.0.1
func (_m *BackupStore) GetPodVolumeBackups(name string) ([]*v1.PodVolumeBackup, error)
GetPodVolumeBackups provides a mock function with given fields: name
func (*BackupStore) IsValid ¶
func (_m *BackupStore) IsValid() error
IsValid provides a mock function with given fields:
func (*BackupStore) ListBackups ¶
func (_m *BackupStore) ListBackups() ([]string, error)
ListBackups provides a mock function with given fields:
func (*BackupStore) PutBackup ¶
func (_m *BackupStore) PutBackup(info persistence.BackupInfo) error
PutBackup provides a mock function with given fields: info
func (*BackupStore) PutRestoreLog ¶
PutRestoreLog provides a mock function with given fields: backup, restore, log
func (*BackupStore) PutRestoreResults ¶
PutRestoreResults provides a mock function with given fields: backup, restore, results
type ObjectStore ¶ added in v1.2.0
ObjectStore is an autogenerated mock type for the ObjectStore type
func (*ObjectStore) CreateSignedURL ¶ added in v1.2.0
func (_m *ObjectStore) CreateSignedURL(bucket string, key string, ttl time.Duration) (string, error)
CreateSignedURL provides a mock function with given fields: bucket, key, ttl
func (*ObjectStore) DeleteObject ¶ added in v1.2.0
func (_m *ObjectStore) DeleteObject(bucket string, key string) error
DeleteObject provides a mock function with given fields: bucket, key
func (*ObjectStore) GetObject ¶ added in v1.2.0
func (_m *ObjectStore) GetObject(bucket string, key string) (io.ReadCloser, error)
GetObject provides a mock function with given fields: bucket, key
func (*ObjectStore) Init ¶ added in v1.2.0
func (_m *ObjectStore) Init(config map[string]string) error
Init provides a mock function with given fields: config
func (*ObjectStore) ListCommonPrefixes ¶ added in v1.2.0
func (_m *ObjectStore) ListCommonPrefixes(bucket string, prefix string, delimiter string) ([]string, error)
ListCommonPrefixes provides a mock function with given fields: bucket, prefix, delimiter
func (*ObjectStore) ListObjects ¶ added in v1.2.0
func (_m *ObjectStore) ListObjects(bucket string, prefix string) ([]string, error)
ListObjects provides a mock function with given fields: bucket, prefix
func (*ObjectStore) ObjectExists ¶ added in v1.2.0
func (_m *ObjectStore) ObjectExists(bucket string, key string) (bool, error)
ObjectExists provides a mock function with given fields: bucket, key