forked from knative/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up create event source docs (knative#3365)
* Clean up create event source docs * moved files * updates
- Loading branch information
1 parent
cc325fa
commit fc79242
Showing
18 changed files
with
348 additions
and
365 deletions.
There are no files selected for viewing
299 changes: 0 additions & 299 deletions
299
docs/eventing/samples/writing-event-source-easy-way/README.md
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
docs/eventing/samples/writing-event-source-easy-way/_index.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "Creating an event source" | ||
weight: 100 | ||
type: "docs" | ||
--- | ||
|
||
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). |
File renamed without changes.
Oops, something went wrong.