mirror of https://github.com/knative/docs.git
* Updating sample doc for some changes for +genreconciler * make stupid lint happy |
||
---|---|---|
.. | ||
01-theory.md | ||
02-lifecycle-and-types.md | ||
03-controller.md | ||
04-reconciler.md | ||
05-receive-adapter.md | ||
06-yaml.md | ||
README.md | ||
_index.md | ||
simplified-controller.png |
README.md
This tutorial will walk you though writing a new event source for Knative Eventing using a sample repository and explaining the key concepts used throughout each component.
After completing the tutorial, you'll have a basic event source controller as well as receive adapter, which events can be viewed through a basic event_display Knative Service.
Just want to see the code? The reference project is https://github.com/knative/sample-source.
Target Audience
The target audience is already familiar with Kubernetes and Go development and wants to develope a new event source, importing their custom events via Knative Eventing into the Knative system.
Before You Begin
You'll need these tools installed: