* updating thier to their
* new commit to force cla check to rerun
* undo new commit to force cla check to rerun
* new commit with updated email address
* new commit with updated email address
* Switch install instructions to use a packaged release.
Signed-off-by: Evan Anderson <evan.k.anderson@gmail.com>
* Further fix eventing install based on discovered dependencies.
Signed-off-by: Evan Anderson <evan.k.anderson@gmail.com>
* Quick Overview section edit
I tried to quickly create sections and organize the info. PTAL at the edits to the design goals for technical accuracy.
* Events -> Eventing
* Add a GitHubSource sample
* Fix indentation causing text to be rendered as source code
* Subscriber/subscriber.yaml -> Subscription/subscription.yaml
* Use long option names and adjust sublist indenting
* Eventing installs GitHubSource and other sources
* No reason for these items to be sublists
* subscription.yaml contains both Subscription and Service
* Add screenshot of webhook
* Remove some unnecessary ordered lists
* Inline yaml snippets into README.md
* Remove redundant (and errorneous) installation of eventing-sources
* Remove other extraneous cruft (eventing sources, move channel to its own section
* Intial work porting the old event-flow to the new object model.
* hack/update-deps.sh
* Minor typos
* Update the function to point at the correct topic.
* Update docs to use kubectl long flags
* adding back in the --filename flag (lost when manually merged)
* notice a few missed
* notice a few missed '-f' flags
* change -o to --output
* Fix ordering in github-events function deploy
In this sample app we ask the user to deploy the application
(function.yaml) before creating the githubsecret. This causes the deploy
to fail with a configerror because it references a secret which doesnt
exist.
* remove typo
* Staging for move from eventing.
* the event name needed to be updated.
* Dockerfile worked just fine.
* Updated based on feedback.
* core core core.
* Updated based on feedback.
* Add todo to add to Understanding what happened.
* Copy and clean up knative/eventing/samples/{flow,k8s_events_function} to docs.
* Clean up go build and make it work.
* Add a comment for where to update image.
* Clean up prereqs & steps 1-2 based on test runthrough.
* 'Merge'
* Name function 'read-k8s-events' like in the example.
* Fix the image path to work with ko.
* More name fixes for ko
* Use `dep` to load eventing and k8s.io to avoid glog flag collision. :-/
* Update paths for dep + docker build.
* Add initial startup line to indicate container is running.
* Update Kibana logging details
* Apply PR feedback.