Documentation ¶
Index ¶
- type Manager
- func (_m *Manager) CleanupClients()
- func (_m *Manager) GetBackupItemAction(name string) (v1.BackupItemAction, error)
- func (_m *Manager) GetBackupItemActionV2(name string) (v2.BackupItemAction, error)
- func (_m *Manager) GetBackupItemActions() ([]v1.BackupItemAction, error)
- func (_m *Manager) GetBackupItemActionsV2() ([]v2.BackupItemAction, error)
- func (_m *Manager) GetDeleteItemAction(name string) (velero.DeleteItemAction, error)
- func (_m *Manager) GetDeleteItemActions() ([]velero.DeleteItemAction, error)
- func (_m *Manager) GetItemBlockAction(name string) (itemblockactionv1.ItemBlockAction, error)
- func (_m *Manager) GetItemBlockActions() ([]itemblockactionv1.ItemBlockAction, error)
- func (_m *Manager) GetObjectStore(name string) (velero.ObjectStore, error)
- func (_m *Manager) GetRestoreItemAction(name string) (restoreitemactionv1.RestoreItemAction, error)
- func (_m *Manager) GetRestoreItemActionV2(name string) (restoreitemactionv2.RestoreItemAction, error)
- func (_m *Manager) GetRestoreItemActions() ([]restoreitemactionv1.RestoreItemAction, error)
- func (_m *Manager) GetRestoreItemActionsV2() ([]restoreitemactionv2.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 NewManager ¶
NewManager creates a new instance of Manager. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
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) GetBackupItemActionV2 ¶ added in v1.11.0
func (_m *Manager) GetBackupItemActionV2(name string) (v2.BackupItemAction, error)
GetBackupItemActionV2 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) GetBackupItemActionsV2 ¶ added in v1.11.0
func (_m *Manager) GetBackupItemActionsV2() ([]v2.BackupItemAction, error)
GetBackupItemActionsV2 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) GetItemBlockAction ¶
func (_m *Manager) GetItemBlockAction(name string) (itemblockactionv1.ItemBlockAction, error)
GetItemBlockAction provides a mock function with given fields: name
func (*Manager) GetItemBlockActions ¶
func (_m *Manager) GetItemBlockActions() ([]itemblockactionv1.ItemBlockAction, error)
GetItemBlockActions 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) GetRestoreItemActionV2 ¶ added in v1.11.0
func (_m *Manager) GetRestoreItemActionV2(name string) (restoreitemactionv2.RestoreItemAction, error)
GetRestoreItemActionV2 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) GetRestoreItemActionsV2 ¶ added in v1.11.0
func (_m *Manager) GetRestoreItemActionsV2() ([]restoreitemactionv2.RestoreItemAction, error)
GetRestoreItemActionsV2 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