Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidSink = errors.New("invalid sink")
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Backend eventmesh.Backend Domain string // contains filtered or unexported fields }
Reconciler reconciles a Subscription object.
func NewReconciler ¶
func NewReconciler(client client.Client, logger *logger.Logger, recorder record.EventRecorder, cfg env.Config, cleaner cleaner.Cleaner, eventMeshBackend eventmesh.Backend, credential *eventmesh.OAuth2ClientCredentials, mapper backendutils.NameMapper, subscriptionValidator validator.SubscriptionValidator, collector *metrics.Collector, domain string, ) *Reconciler
func (*Reconciler) SetCredentials ¶
func (r *Reconciler) SetCredentials(credentials *eventmesh.OAuth2ClientCredentials)
SetCredentials sets the WebhookAuth credentials. WARNING: This functions should be used for testing purposes only.
func (*Reconciler) SetupUnmanaged ¶
SetupUnmanaged creates a controller under the client control.
Click to show internal directories.
Click to hide internal directories.