Documentation ¶
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 Trigger controller.
type Reconciler ¶
type Reconciler struct { *reconciler.Base // contains filtered or unexported fields }
Reconciler implements controller.Reconciler for Trigger resources.
func (*Reconciler) FinalizeKind ¶
func (r *Reconciler) FinalizeKind(ctx context.Context, t *brokerv1beta1.Trigger) pkgreconciler.Event
FinalizeKind frees GCP Broker related resources for this Trigger if applicable. It's called when: 1) the Trigger is being deleted; 2) the Broker of this Trigger is deleted; 3) the Broker of this Trigger is updated with one that is not a GCP broker.
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, t *brokerv1beta1.Trigger) pkgreconciler.Event
ReconcileKind implements Interface.ReconcileKind.
Click to show internal directories.
Click to hide internal directories.