keycloakclient

package
v0.0.0-...-a301da7 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ClientFinalizer          = "client.cleanup"
	RequeueDelayErrorSeconds = 5
	ControllerName           = "keycloakclient-controller"
)

Variables

This section is empty.

Functions

func Add

func Add(mgr manager.Manager, _ chan schema.GroupVersionKind) error

Add creates a new KeycloakClient 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 KeycloakClientReconciler

type KeycloakClientReconciler struct {
	Keycloak kc.Keycloak
}

func NewKeycloakClientReconciler

func NewKeycloakClientReconciler(keycloak kc.Keycloak) *KeycloakClientReconciler

func (*KeycloakClientReconciler) Reconcile

type ReconcileKeycloakClient

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

ReconcileKeycloakClient reconciles a KeycloakClient object

func (*ReconcileKeycloakClient) ManageError

func (r *ReconcileKeycloakClient) ManageError(realm *kc.KeycloakClient, issue error) (reconcile.Result, error)

func (*ReconcileKeycloakClient) Reconcile

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

type Reconciler

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

Jump to

Keyboard shortcuts

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