package
0.0.0-20200901172253-25e0b3254bdd
Repository: https://github.com/googleinterns/knative-source-mongodb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewImpl returns a controller.Impl that handles queuing and feeding work from the queue through an implementation of controller.Reconciler, delegating to the provided Interface and optional Finalizer methods.
No description provided by the author

# Interfaces

Finalizer defines the strongly typed interfaces to be implemented by a controller finalizing v1alpha1.MongoDbSource.
Interface defines the strongly typed interfaces to be implemented by a controller reconciling v1alpha1.MongoDbSource.
ReadOnlyFinalizer defines the strongly typed interfaces to be implemented by a controller finalizing v1alpha1.MongoDbSource if they want to process tombstoned resources even when they are not the leader.
ReadOnlyInterface defines the strongly typed interfaces to be implemented by a controller reconciling v1alpha1.MongoDbSource if they want to process resources for which they are not the leader.