Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlInterface ¶
type ControlInterface interface {
UpdateCronBackup(cronBackup *v1alpha1.NebulaCronBackup) (*time.Duration, error)
}
func NewCronBackupControl ¶
func NewCronBackupControl(clientSet kube.ClientSet, cbManager Manager) ControlInterface
type Manager ¶
type Manager interface { // Sync implements the logic for syncing NebulaCronBackup. Sync(cronBackup *v1alpha1.NebulaCronBackup) (*time.Duration, error) }
func NewCronBackupManager ¶
func NewCronBackupManager(clientSet kube.ClientSet, recorder record.EventRecorder) Manager
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles a NebulaCronBackup object
func NewCronBackupReconciler ¶
func NewCronBackupReconciler(mgr ctrl.Manager) (*Reconciler, error)
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.