Documentation ¶
Index ¶
- type Manager
- func (_m *Manager) CleanupClients()
- func (_m *Manager) GetBackupItemAction(name string) (v1.BackupItemAction, error)
- func (_m *Manager) GetBackupItemActions() ([]v1.BackupItemAction, error)
- func (_m *Manager) GetDeleteItemAction(name string) (velero.DeleteItemAction, error)
- func (_m *Manager) GetDeleteItemActions() ([]velero.DeleteItemAction, error)
- func (_m *Manager) GetItemSnapshotter(name string) (item_snapshotterv1.ItemSnapshotter, error)
- func (_m *Manager) GetItemSnapshotters() ([]item_snapshotterv1.ItemSnapshotter, error)
- func (_m *Manager) GetObjectStore(name string) (velero.ObjectStore, error)
- func (_m *Manager) GetRestoreItemAction(name string) (restoreitemactionv1.RestoreItemAction, error)
- func (_m *Manager) GetRestoreItemActions() ([]restoreitemactionv1.RestoreItemAction, error)
- func (_m *Manager) GetVolumeSnapshotter(name string) (volumesnapshotterv1.VolumeSnapshotter, error)
- type ProcessFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
Manager is an autogenerated mock type for the Manager type
func (*Manager) CleanupClients ¶
func (_m *Manager) CleanupClients()
CleanupClients provides a mock function with given fields:
func (*Manager) GetBackupItemAction ¶
func (_m *Manager) GetBackupItemAction(name string) (v1.BackupItemAction, error)
GetBackupItemAction provides a mock function with given fields: name
func (*Manager) GetBackupItemActions ¶
func (_m *Manager) GetBackupItemActions() ([]v1.BackupItemAction, error)
GetBackupItemActions provides a mock function with given fields:
func (*Manager) GetDeleteItemAction ¶ added in v1.5.0
func (_m *Manager) GetDeleteItemAction(name string) (velero.DeleteItemAction, error)
GetDeleteItemAction provides a mock function with given fields: name
func (*Manager) GetDeleteItemActions ¶ added in v1.5.0
func (_m *Manager) GetDeleteItemActions() ([]velero.DeleteItemAction, error)
GetDeleteItemActions provides a mock function with given fields:
func (*Manager) GetItemSnapshotter ¶ added in v1.8.0
func (_m *Manager) GetItemSnapshotter(name string) (item_snapshotterv1.ItemSnapshotter, error)
GetItemSnapshotter provides a mock function with given fields: name
func (*Manager) GetItemSnapshotters ¶ added in v1.8.0
func (_m *Manager) GetItemSnapshotters() ([]item_snapshotterv1.ItemSnapshotter, error)
GetItemSnapshotters provides a mock function with given fields:
func (*Manager) GetObjectStore ¶
func (_m *Manager) GetObjectStore(name string) (velero.ObjectStore, error)
GetObjectStore provides a mock function with given fields: name
func (*Manager) GetRestoreItemAction ¶
func (_m *Manager) GetRestoreItemAction(name string) (restoreitemactionv1.RestoreItemAction, error)
GetRestoreItemAction provides a mock function with given fields: name
func (*Manager) GetRestoreItemActions ¶
func (_m *Manager) GetRestoreItemActions() ([]restoreitemactionv1.RestoreItemAction, error)
GetRestoreItemActions provides a mock function with given fields:
func (*Manager) GetVolumeSnapshotter ¶ added in v1.0.0
func (_m *Manager) GetVolumeSnapshotter(name string) (volumesnapshotterv1.VolumeSnapshotter, error)
GetVolumeSnapshotter provides a mock function with given fields: name
type ProcessFactory ¶
ProcessFactory is an autogenerated mock type for the ProcessFactory type