Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { runtimeclient.Client Namespace string StatusUpdater *StatusUpdater }
Reconciler reconciles a SocialEvent object
func (*Reconciler) Reconcile ¶
Reconcile takes care of: - checking that the target User and Space tiers specified in the SocialEvent are valid and set the status condition accordingly
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type StatusUpdater ¶
type StatusUpdater struct {
Client runtimeclient.Client
}
Click to show internal directories.
Click to hide internal directories.