Documentation ¶
Overview ¶
Package broker implements the Broker controller and reconciler reconciling Brokers and Triggers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constructor ¶
type Constructor injection.ControllerConstructor
func NewConstructor ¶
func NewConstructor(dataresidencyss *dataresidency.StoreSingleton) Constructor
NewConstructor creates a constructor to make a Broker controller.
type Reconciler ¶
type Reconciler struct { *reconciler.Base // contains filtered or unexported fields }
func (*Reconciler) FinalizeKind ¶
func (r *Reconciler) FinalizeKind(ctx context.Context, b *brokerv1beta1.Broker) pkgreconciler.Event
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, b *brokerv1beta1.Broker) pkgreconciler.Event
Click to show internal directories.
Click to hide internal directories.