Documentation ¶
Index ¶
Constants ¶
View Source
const (
// FinalizerName is the name of the finalizer used by controllers.
FinalizerName = "ldap.gpu-ninja.com/finalizer"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LDAPDirectoryReconciler ¶
type LDAPDirectoryReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder }
func (*LDAPDirectoryReconciler) SetupWithManager ¶
func (r *LDAPDirectoryReconciler) SetupWithManager(mgr ctrl.Manager) error
type LDAPObjectReconciler ¶
type LDAPObjectReconciler[T api.LDAPObject, E ldap.Entry] struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder LDAPClientBuilder ldap.ClientBuilder MapToEntry mapper.Mapper[T, E] }
func (*LDAPObjectReconciler[T, E]) SetupWithManager ¶
func (r *LDAPObjectReconciler[T, E]) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.