Addresses #66.
Addresses #67.
* Update test-infra to use the default build/unit test runners, which includes building go code and linting markdown files.
* Remove the integration tests, as they only start Knative Serving, which is irrelevant for this repo.
Bonuses:
* fix unbuildable `grpc-ping-go` sample
* remove test-infra import hack from `Gopack.lock` and `update-deps.sh`
* 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.
* 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.