Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
User reconciler Controller responsible for managing Keycloak configuration and synchronizing User Database Store with Keycloak configuration
func NewUserController ¶
func NewUserController(client *keycloak.Client) (*UserController, error)
Creates New User Controller
type UserReconciler ¶
type UserReconciler struct {
reconciler.Controller
// contains filtered or unexported fields
}
func (*UserReconciler) Reconcile ¶
func (r *UserReconciler) Reconcile(k any) (*reconciler.Result, error)
Click to show internal directories.
Click to hide internal directories.