* Secrets use GOOGLE_APPLICATION_CREDENTIALS as key (#1769)
* [DOC] Add alternative shell command to delete knative service (#1727)
* Update getting-started-knative-app.md
It is very useful when `kservice` are created via API and not with files.
* Delete the word "record" per review.
* Fix typo in microk8s doc (#1912)
* Fix the Subscription's apiVersion in debugging. (#1914)
Fix the Subscription's apiVersion in eventing debugging example.yaml file.
According to the api register in `https://github.com/knative/eventing/tree/master/pkg/apis/messaging`.
The Subscription Kind should be in messaging.knative.dev/v1alpha1, while the original file is "eventing.knative.dev/v1alpha1".
If apply the original file, the error happened "error: unable to recognize "example.yaml": no matches for kind "Subscription" in version "eventing.knative.dev/v1alpha1""
This update fix this bug.
* minor typo fix (#1932)
* fix small typo in sample READMEs (#1967)
* fix more broken links
* fix broken links
* update old readfile syntax
* revert dynamic var
* link to folder not readfile source
* fix bad markdown
* fix broken titles and links
* Add a SinkBinding sample.
This is largely derived from the ContainerSource docs, but
using SinkBinding and a CronJob.
* Fix the eventing-sources reference.
* Add licenses
* Removing old versions from docs
* Try fixing the broken list rending on the site
* add missing quotes
* use sentence style caps
* Try adding a weight to fix rendering
* try to fix poor list rendering (again)
* adding a template for new docs pages
* update to template
* feedback
* Apply suggestions from code review
Co-Authored-By: RichieEscarez <rescarez@google.com>
This example is intended to showcase how to start an event receiver as a Knative
Service, and then have that service either send a new event to a `$K_SINK` or
respond with it (e.g. for working with a Broker).
Once we're happy with this, we should broaden this to cover more languages.
* Cleanup Knative install versions page
1. Change to a command that returns just the release version
2. Move current methods of querying to the top of the page
3. Combine old methods into a single section
* Describe old steps rather than walk through as we expect very few
people to be running these older versions.
* edit for clarity
* Update docs/install/check-install-version.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* update samples to use flow, update cron to use v1.Destination as sink
* parallel examples to flows, fix some missing pieces
* add pointer to where the functions live
* Documentation about tracing for Knative Eventing.
* removed licensing (knative.dev footers shows on all pages)
* Update docs/eventing/accessing-traces.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* PR comments.
* Channel dispatcher description.
* New screenshots.
* Small changes and pretty print the JSON.
* A quick edit
* Update documentation about CamelSources
* Fix version
* Apply suggestions from code review
Applying suggestions
Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>
* App + readme
* vendored packages - cloudevents/sdk-go and its dependencies
* Mark-ups updated. Final testing on a new cluster pending.
* final changes
* Update README.md
fixed broken link to K8 / Knative installation instructions
* Update README.md
Arun Gupta blog is not responding with content - added Arun Gupta github link for this instead.