Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlInterface ¶
type ControlInterface interface {
UpdateNebulaRestore(nr *v1alpha1.NebulaRestore) error
}
func NewRestoreControl ¶
func NewRestoreControl(clientSet kube.ClientSet, restoreManager Manager) ControlInterface
type Manager ¶
type Manager interface { // Sync implements the logic for syncing NebulaRestore. Sync(restore *v1alpha1.NebulaRestore) error }
func NewRestoreManager ¶
func NewRestoreManager(clientSet kube.ClientSet, recorder record.EventRecorder) Manager
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles a NebulaRestore object
func NewRestoreReconciler ¶
func NewRestoreReconciler(mgr ctrl.Manager) (*Reconciler, error)
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RestoreAgent ¶ added in v1.5.0
type RestoreAgent struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.