medusa

package
v1.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2023 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Clock added in v1.2.0

type Clock interface {
	Now() time.Time
}

type MedusaBackupJobReconciler added in v1.1.0

type MedusaBackupJobReconciler struct {
	*config.ReconcilerConfig
	client.Client
	Scheme *runtime.Scheme
	medusa.ClientFactory
}

MedusaBackupJobReconciler reconciles a MedusaBackupJob object

func (*MedusaBackupJobReconciler) Reconcile added in v1.1.0

func (*MedusaBackupJobReconciler) SetupWithManager added in v1.1.0

func (r *MedusaBackupJobReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type MedusaBackupScheduleReconciler added in v1.2.0

type MedusaBackupScheduleReconciler struct {
	client.Client
	Scheme *runtime.Scheme
	Clock  Clock
}

MedusaBackupScheduleReconciler reconciles a MedusaBackupSchedule object

func (*MedusaBackupScheduleReconciler) Reconcile added in v1.2.0

func (*MedusaBackupScheduleReconciler) SetupWithManager added in v1.2.0

func (r *MedusaBackupScheduleReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type MedusaRestoreJobReconciler added in v1.1.0

type MedusaRestoreJobReconciler struct {
	*config.ReconcilerConfig
	client.Client
	Scheme *runtime.Scheme
	medusa.ClientFactory
}

MedusaRestoreJobReconciler reconciles a MedusaRestoreJob object

func (*MedusaRestoreJobReconciler) Reconcile added in v1.1.0

func (*MedusaRestoreJobReconciler) SetupWithManager added in v1.1.0

func (r *MedusaRestoreJobReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type MedusaTaskReconciler added in v1.1.0

type MedusaTaskReconciler struct {
	*config.ReconcilerConfig
	client.Client
	Scheme *runtime.Scheme
	medusa.ClientFactory
}

MedusaTaskReconciler reconciles a MedusaTask object

func (*MedusaTaskReconciler) Reconcile added in v1.1.0

func (r *MedusaTaskReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*MedusaTaskReconciler) SetupWithManager added in v1.1.0

func (r *MedusaTaskReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type RealClock added in v1.2.0

type RealClock struct{}

func (*RealClock) Now added in v1.2.0

func (r *RealClock) Now() time.Time

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL