keycloakrealm

package
v0.0.0-...-4b9abfb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2022 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RealmFinalizer    = "realm.cleanup"
	RequeueDelayError = 5 * time.Second
	ControllerName    = "controller_keycloakrealm"
)

Variables

This section is empty.

Functions

func Add

func Add(mgr manager.Manager) error

Add creates a new KeycloakRealm Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.

Types

type KeycloakRealmReconciler

type KeycloakRealmReconciler struct {
	Keycloak kc.Keycloak
}

func NewKeycloakRealmReconciler

func NewKeycloakRealmReconciler(keycloak kc.Keycloak) *KeycloakRealmReconciler

func (*KeycloakRealmReconciler) Reconcile

func (*KeycloakRealmReconciler) ReconcileRealmCreate

func (*KeycloakRealmReconciler) ReconcileRealmDelete

type ReconcileKeycloakRealm

type ReconcileKeycloakRealm struct {
	// contains filtered or unexported fields
}

ReconcileKeycloakRealm reconciles a KeycloakRealm object

func (*ReconcileKeycloakRealm) ManageError

func (r *ReconcileKeycloakRealm) ManageError(realm *kc.KeycloakRealm, issue error) (reconcile.Result, error)

func (*ReconcileKeycloakRealm) Reconcile

func (r *ReconcileKeycloakRealm) Reconcile(request reconcile.Request) (reconcile.Result, error)

Reconcile reads that state of the cluster for a KeycloakRealm object and makes changes based on the state read and what is in the KeycloakRealm.Spec

type Reconciler

type Reconciler interface {
	Reconcile(cr *kc.KeycloakRealm) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL