Versions in this module Expand all Collapse all v0 v0.23.2 Jan 18, 2026 v0.23.1 Jan 18, 2026 Changes in this version + const ApplicationFinalizerName + const GroupFinalizerName + const IdentityProviderFinalizerName + const ServiceTokenFinalizerName + type ApplicationController struct + func NewApplicationController(c client.Client) *ApplicationController + func (r *ApplicationController) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *ApplicationController) SetupWithManager(mgr ctrl.Manager) error + type GroupController struct + func NewGroupController(c client.Client) *GroupController + func (r *GroupController) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *GroupController) SetupWithManager(mgr ctrl.Manager) error + type IdentityProviderController struct + func NewIdentityProviderController(c client.Client) *IdentityProviderController + func (r *IdentityProviderController) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *IdentityProviderController) SetupWithManager(mgr ctrl.Manager) error + type ServiceTokenController struct + func NewServiceTokenController(c client.Client) *ServiceTokenController + func (r *ServiceTokenController) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *ServiceTokenController) SetupWithManager(mgr ctrl.Manager) error