Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteSyncerReconciler ¶
type RemoteSyncerReconciler struct { client.Client Scheme *runtime.Scheme Namespace string Dev bool Recorder record.EventRecorder // contains filtered or unexported fields }
RemoteSyncerReconciler reconciles a RemoteSyncer object
func (*RemoteSyncerReconciler) SetupWithManager ¶
func (r *RemoteSyncerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RemoteUserBindingReconciler ¶
type RemoteUserBindingReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder }
RemoteUserBindingReconciler reconciles a RemoteUserBinding object
func (*RemoteUserBindingReconciler) SetupWithManager ¶
func (r *RemoteUserBindingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RemoteUserReconciler ¶
type RemoteUserReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Namespace string }
RemoteUserReconciler reconciles a RemoteUser object
func (*RemoteUserReconciler) SetupWithManager ¶
func (r *RemoteUserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.