This version of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot.

For up-to-date documentation, see the latest version.

Creating an event source

You can create your own event source for use with Knative Eventing components by using the following methods:

  • Build an event source in Javascript, and implement it using a ContainerSource or SinkBinding.
  • By creating your own event source controller, receiver adapter, and custom resource definition (CRD).