Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
Reconciler is a helper struct that can be used by any source in order to reconcile its EventTypes.
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, owner metav1.Object, args *ReconcilerArgs) error
Reconcile reconciles the EventTypes taken from 'args', and sets 'owner' as the controller.
type ReconcilerArgs ¶
type ReconcilerArgs struct { Specs []eventingv1alpha1.EventTypeSpec Namespace string Labels map[string]string Kind string }
ReconcilerArgs are the arguments needed to reconcile EventTypes.
Click to show internal directories.
Click to hide internal directories.