Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { backupUtil.GenericOptions BackupPath string }
Options contains the input arguments to the restore command
type RestoreManager ¶
type RestoreManager struct { StatusUpdater controller.RestoreConditionUpdaterInterface Options // contains filtered or unexported fields }
RestoreManager mainly used to manage restore related work
func NewRestoreManager ¶
func NewRestoreManager( restoreLister listers.RestoreLister, statusUpdater controller.RestoreConditionUpdaterInterface, restoreOpts Options) *RestoreManager
NewRestoreManager return a RestoreManager
func (*RestoreManager) ProcessRestore ¶
func (rm *RestoreManager) ProcessRestore() error
ProcessRestore used to process the restore logic
Click to show internal directories.
Click to hide internal directories.