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 ¶ added in v0.18.0
type Constructor injection.ControllerConstructor
func NewConstructor ¶ added in v0.18.0
func NewConstructor(brokerdeliveryss *brokerdelivery.StoreSingleton, dataresidencyss *dataresidency.StoreSingleton) Constructor
NewConstructor creates a constructor to make a Broker controller.
type Reconciler ¶
type Reconciler struct {
celltenant.Reconciler
}
func (*Reconciler) FinalizeKind ¶
func (r *Reconciler) FinalizeKind(ctx context.Context, b *brokerv1.Broker) pkgreconciler.Event
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, b *brokerv1.Broker) pkgreconciler.Event
Click to show internal directories.
Click to hide internal directories.