Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PITRSvcTemplate is a string template for agent service names. PITRSvcTemplate = "%s-pitr-agent-svc" // DefaultPITRAgentPort is PITR Agent's default port number. DefaultPITRAgentPort = 3204 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PITRReconciler ¶
type PITRReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme BackupCtrl backupControl PITRCtrl pitrControl }
PITRReconciler reconciles a PITR object
func (*PITRReconciler) SetupWithManager ¶
func (r *PITRReconciler) SetupWithManager(mgr ctrl.Manager) error
type RealBackupControl ¶
func (*RealBackupControl) List ¶
func (r *RealBackupControl) List(ctx context.Context, opts ...client.ListOption) ([]v1alpha1.Backup, error)
type RealPITRControl ¶
func (*RealPITRControl) AvailableRecoveryWindows ¶
func (*RealPITRControl) UpdateStatus ¶
Click to show internal directories.
Click to hide internal directories.