Creating an event source by using the sample event source
This guide explains how to create your own event source for Knative Eventing by using a sample repository, and explains the key concepts behind each required component. Documentation for the default Knative event sources can be used as an additional reference.
After completing the provided tutorial, you will have created a basic event source controller and a receive adapter. Events can be viewed by using the event_display
Knative service.
Prerequisites
- You are familiar with Kubernetes and Go development.
- You have installed Git.
- You have installed Go.
- Clone the sample source.
Optional: