Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BackupScheduleAnnotation = "backsnap.skyb.it/schedule" CurrentlyRestoringAnnotation = "backsnap.skyb.it/restoring" )
Functions ¶
This section is empty.
Types ¶
type AutomaticPVCBackupCreator ¶
type AutomaticPVCBackupCreator struct { client.Client Scheme *runtime.Scheme Clock DefaultSchedule string Namespaces []string ExcludeNamespaces []string }
func (*AutomaticPVCBackupCreator) SetupWithManager ¶
func (r *AutomaticPVCBackupCreator) SetupWithManager(mgr ctrl.Manager) error
type BackupSettings ¶
type PVCBackupReconciler ¶
type PVCBackupReconciler struct { client.Client Scheme *runtime.Scheme Clock Namespaces []string ExcludeNamespaces []string BackupSettings BackupSettings }
PVCBackupReconciler reconciles a PVCBackup object
func (*PVCBackupReconciler) SetupWithManager ¶
func (r *PVCBackupReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PVCRestoreReconciler ¶
type PVCRestoreReconciler struct { client.Client Scheme *runtime.Scheme Namespaces []string ExcludeNamespaces []string BackupSettings BackupSettings }
PVCRestoreReconciler reconciles a PVCRestore object
func (*PVCRestoreReconciler) Reconcile ¶
func (r *PVCRestoreReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
nolint: gocyclo
func (*PVCRestoreReconciler) SetupWithManager ¶
func (r *PVCRestoreReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.