Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ControllerName is the name of the PerconaPGBackup controller
PGBackupControllerName = "perconapgbackup-controller"
)
Variables ¶
View Source
var ErrBackupJobNotFound = errors.New("backup Job not found")
Functions ¶
This section is empty.
Types ¶
type PGBackupReconciler ¶
type PGBackupReconciler struct {
Client client.Client
ExternalChan chan event.GenericEvent
}
Reconciler holds resources for the PerconaPGBackup reconciler
func (*PGBackupReconciler) SetupWithManager ¶
func (r *PGBackupReconciler) SetupWithManager(mgr manager.Manager) error
SetupWithManager adds the PerconaPGBackup controller to the provided runtime manager
Click to show internal directories.
Click to hide internal directories.