* 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.