Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserReconciler ¶
type UserReconciler struct {
client.Client
Recorder record.EventRecorder
Scheme *runtime.Scheme
// UserPrefix is the prefix applied to the user in the ClusterRoleBinding.subjects.name.
UserPrefix string
// RolePrefix is the prefix applied to the cluster role and the according role binding.
// Should help prevent cluster role name collisions.
RolePrefix string
}
UserReconciler reconciles a User object
func (*UserReconciler) Reconcile ¶
Reconcile reacts on changes of users and mirrors these changes to Keycloak
func (*UserReconciler) SetupWithManager ¶
func (r *UserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.