Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBackupManager ¶
func NewBackupManager(clientSet ecosystemInterface, namespace string, recorder eventRecorder, globalConfigRepository globalConfigRepository) *backupManager
NewBackupManager creates a new instance of backupManager containing a createManager, deleteManager and statusSyncManager.
func NewBackupReconciler ¶
func NewBackupReconciler(clientSet ecosystemInterface, recorder eventRecorder, namespace string, manager backupControllerManager, handler requeueHandler) *backupReconciler
NewBackupReconciler creates a new instance of backupReconciler.
Types ¶
type MaintenanceModeSwitch ¶
type MaintenanceModeSwitch interface { Activate(ctx context.Context, description repository.MaintenanceModeDescription) error Deactivate(ctx context.Context) error }
Click to show internal directories.
Click to hide internal directories.