Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeycloakRealmReconciler ¶
type KeycloakRealmReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
// contains filtered or unexported fields
}
KeycloakRealm reconciles a KeycloakRealm object
func (*KeycloakRealmReconciler) Reconcile ¶
func (r *KeycloakRealmReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile keycloakrealms
func (*KeycloakRealmReconciler) SetupWithManager ¶
func (r *KeycloakRealmReconciler) SetupWithManager(mgr ctrl.Manager, opts KeycloakRealmReconcilerOptions) error
SetupWithManager adding controllers
type KeycloakRealmReconcilerOptions ¶
type KeycloakRealmReconcilerOptions struct {
MaxConcurrentReconciles int
}
Click to show internal directories.
Click to hide internal directories.