Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { StatusUpdater controller.RestoreConditionUpdaterInterface RestoreControl controller.RestoreControlInterface Options // contains filtered or unexported fields }
func NewManager ¶
func NewManager( restoreLister listers.RestoreLister, statusUpdater controller.RestoreConditionUpdaterInterface, restoreControl controller.RestoreControlInterface, restoreOpts Options) *Manager
NewManager return a RestoreManager
func (*Manager) ProcessRestore ¶
ProcessRestore used to process the restore logic
type Options ¶
type Options struct { backupUtil.GenericOptions // Prepare to restore data. It's used in volume-snapshot mode. Prepare bool // TargetAZ indicates which az the volume snapshots restore to. It's used in volume-snapshot mode. TargetAZ string // UseFSR to indicate if use FSR for TiKV data volumes during EBS snapshot restore UseFSR bool }
Click to show internal directories.
Click to hide internal directories.