Documentation
¶
Index ¶
- type Endpoint
- type KeycloakClientProtocolMapperReconciler
- type KeycloakClientReconciler
- type KeycloakClientRoleMappingReconciler
- type KeycloakClientRoleReconciler
- type KeycloakClientScopeProtocolMapperReconciler
- type KeycloakClientScopeReconciler
- type KeycloakClusterEndpointReconciler
- type KeycloakEndpointReconciler
- type KeycloakLDAPFederationReconciler
- type KeycloakLDAPMapperReconciler
- type KeycloakRealmReconciler
- type KeycloakRealmRoleReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoint ¶
type Endpoint interface { client.Object EndpointSpec() *api.KeycloakEndpointSpec EndpointStatus() *api.KeycloakEndpointStatus }
type KeycloakClientProtocolMapperReconciler ¶
type KeycloakClientProtocolMapperReconciler struct {
utils.BaseReconciler
}
KeycloakClientProtocolMapperReconciler reconciles a KeycloakClientProtocolMapper object
func (*KeycloakClientProtocolMapperReconciler) SetupWithManager ¶
func (r *KeycloakClientProtocolMapperReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KeycloakClientReconciler ¶
type KeycloakClientReconciler struct {
utils.BaseReconciler
}
KeycloakClientReconciler reconciles a KeycloakClient object
func (*KeycloakClientReconciler) SetupWithManager ¶
func (r *KeycloakClientReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KeycloakClientRoleMappingReconciler ¶
type KeycloakClientRoleMappingReconciler struct {
utils.BaseReconciler
}
KeycloakClientRoleMappingReconciler reconciles a KeycloakClientRoleMapping object
func (*KeycloakClientRoleMappingReconciler) SetupWithManager ¶
func (r *KeycloakClientRoleMappingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KeycloakClientRoleReconciler ¶
type KeycloakClientRoleReconciler struct {
utils.BaseReconciler
}
KeycloakClientRoleReconciler reconciles a KeycloakClientRole object
func (*KeycloakClientRoleReconciler) SetupWithManager ¶
func (r *KeycloakClientRoleReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KeycloakClientScopeProtocolMapperReconciler ¶
type KeycloakClientScopeProtocolMapperReconciler struct {
utils.BaseReconciler
}
KeycloakClientScopeProtocolMapperReconciler reconciles a KeycloakClientScopeProtocolMapper object
func (*KeycloakClientScopeProtocolMapperReconciler) SetupWithManager ¶
func (r *KeycloakClientScopeProtocolMapperReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KeycloakClientScopeReconciler ¶
type KeycloakClientScopeReconciler struct {
utils.BaseReconciler
}
KeycloakClientScopeReconciler reconciles a KeycloakClientScope object
func (*KeycloakClientScopeReconciler) SetupWithManager ¶
func (r *KeycloakClientScopeReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KeycloakClusterEndpointReconciler ¶
type KeycloakClusterEndpointReconciler struct {
utils.BaseReconciler
}
KeycloakEndpointReconciler reconciles a KeycloakEndpoint object
func (*KeycloakClusterEndpointReconciler) SetupWithManager ¶
func (r *KeycloakClusterEndpointReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KeycloakEndpointReconciler ¶
type KeycloakEndpointReconciler struct {
utils.BaseReconciler
}
KeycloakEndpointReconciler reconciles a KeycloakEndpoint object
func (*KeycloakEndpointReconciler) SetupWithManager ¶
func (r *KeycloakEndpointReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KeycloakLDAPFederationReconciler ¶
type KeycloakLDAPFederationReconciler struct {
utils.BaseReconciler
}
KeycloakLDAPFederationReconciler reconciles a KeycloakLDAPFederation object
func (*KeycloakLDAPFederationReconciler) SetupWithManager ¶
func (r *KeycloakLDAPFederationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KeycloakLDAPMapperReconciler ¶
type KeycloakLDAPMapperReconciler struct {
utils.BaseReconciler
}
KeycloakLDAPMapperReconciler reconciles a KeycloakLDAPMapper object
func (*KeycloakLDAPMapperReconciler) SetupWithManager ¶
func (r *KeycloakLDAPMapperReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KeycloakRealmReconciler ¶
type KeycloakRealmReconciler struct {
utils.BaseReconciler
}
KeycloakRealmReconciler reconciles a KeycloakRealm object
func (*KeycloakRealmReconciler) SetupWithManager ¶
func (r *KeycloakRealmReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KeycloakRealmRoleReconciler ¶
type KeycloakRealmRoleReconciler struct {
utils.BaseReconciler
}
KeycloakRealmRoleReconciler reconciles a KeycloakRealmRole object
func (*KeycloakRealmRoleReconciler) SetupWithManager ¶
func (r *KeycloakRealmRoleReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Source Files
¶
- keycloakclient_controller.go
- keycloakclientprotocolmapper_controller.go
- keycloakclientrole_controller.go
- keycloakclientrolemapping_controller.go
- keycloakclientscope_controller.go
- keycloakclientscopeprotocolmapper_controller.go
- keycloakclusterendpoint_controller.go
- keycloakendpoint_controller.go
- keycloakldapfederation_controller.go
- keycloakldapmapper_controller.go
- keycloakrealm_controller.go
- keycloakrealmrole_controller.go