Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBackupScheduleManager ¶
func NewBackupScheduleManager(deps *controller.Dependencies) backup.BackupScheduleManager
NewBackupScheduleManager return a *backupScheduleManager
Types ¶
type FakeBackupScheduleManager ¶
type FakeBackupScheduleManager struct {
// contains filtered or unexported fields
}
func NewFakeBackupScheduleManager ¶
func NewFakeBackupScheduleManager() *FakeBackupScheduleManager
func (*FakeBackupScheduleManager) SetSyncError ¶
func (m *FakeBackupScheduleManager) SetSyncError(err error)
func (*FakeBackupScheduleManager) Sync ¶
func (m *FakeBackupScheduleManager) Sync(bs *v1alpha1.BackupSchedule) error
Click to show internal directories.
Click to hide internal directories.