Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminController ¶
type AdminController struct {
// contains filtered or unexported fields
}
Tenant Admin Controller responsible for managing Keycloak configuration and synchronizing Tenant Database Store with Keycloak configuration
func NewAdminController ¶
func NewAdminController(client *keycloak.Client) (*AdminController, error)
Creates New Admin Controller
type AdminReconciler ¶
type AdminReconciler struct {
reconciler.Controller
// contains filtered or unexported fields
}
func (*AdminReconciler) Reconcile ¶
func (r *AdminReconciler) Reconcile(k any) (*reconciler.Result, error)
type RoleController ¶
type RoleController struct {
// contains filtered or unexported fields
}
Tenant Role Controller responsible for managing Keycloak configuration and synchronizing Tenant Database Store with Keycloak configuration
func NewRoleController ¶
func NewRoleController(client *keycloak.Client) (*RoleController, error)
Creates New Role Controller
type RoleReconciler ¶
type RoleReconciler struct {
reconciler.Controller
// contains filtered or unexported fields
}
func (*RoleReconciler) Reconcile ¶
func (r *RoleReconciler) Reconcile(k any) (*reconciler.Result, error)
type SetupController ¶
type SetupController struct {
// contains filtered or unexported fields
}
Tenant Setup Controller responsible for managing Keycloak configuration and synchronizing Tenant Database Store with Keycloak configuration
func NewSetupController ¶
func NewSetupController(client *keycloak.Client) (*SetupController, error)
Creates New Setup Controller
type SetupReconciler ¶
type SetupReconciler struct {
reconciler.Controller
// contains filtered or unexported fields
}
func (*SetupReconciler) Reconcile ¶
func (r *SetupReconciler) Reconcile(k any) (*reconciler.Result, error)
Click to show internal directories.
Click to hide internal directories.