Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRestoreManager ¶
func NewRestoreManager(deps *controller.BrFedDependencies) fedvolumebackup.RestoreManager
NewRestoreManager return restoreManager
Types ¶
type FakeRestoreManager ¶
type FakeRestoreManager struct {
// contains filtered or unexported fields
}
func NewFakeRestoreManager ¶
func NewFakeRestoreManager() *FakeRestoreManager
func (*FakeRestoreManager) SetSyncError ¶
func (m *FakeRestoreManager) SetSyncError(err error)
func (*FakeRestoreManager) Sync ¶
func (m *FakeRestoreManager) Sync(_ *v1alpha1.VolumeRestore) error
func (*FakeRestoreManager) UpdateCondition ¶
func (m *FakeRestoreManager) UpdateCondition(_ *v1alpha1.VolumeRestore, condition *v1alpha1.VolumeRestoreCondition) error
UpdateStatus updates the condition for a Restore.
Click to show internal directories.
Click to hide internal directories.