Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailValidator ¶
func (*EmailValidator) InjectDecoder ¶
func (a *EmailValidator) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder.
type Reconciler ¶
type Reconciler struct {
client.Client
KubeconfigClient kubeconfig.Interface
MultiClusterEnabled bool
DevopsClient devops.Interface
LdapClient ldapclient.Interface
AuthenticationOptions *authentication.Options
Logger logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
MaxConcurrentReconciles int
}
Reconciler reconciles a User object
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.