docs/community/samples
RichieEscarez a446321306 404 Fixes and Cherry-picks from 0.10 (#2048)
* 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
2019-12-13 15:29:54 -08:00
..
serving 404 Fixes and Cherry-picks from 0.10 (#2048) 2019-12-13 15:29:54 -08:00
README.md fix broken links (from link checking report tool testing) (#1975) 2019-11-11 19:33:22 -08:00
_index.md 404 Fixes and Cherry-picks from 0.10 (#2048) 2019-12-13 15:29:54 -08:00

README.md

Get up and running with one of the community code samples. These samples are contributed and maintained by members of the Knative community.

Note: It is possible that one or more samples might become outdated or the original author is unable to maintain their contribution. If you find that something isn't working, lend a helping hand and fix it in a PR. Learn more about the lifespan of samples.

See all Knative code samples

Serving samples

Knative Serving sample apps.

Sample Name Description Language(s)
Hello World A quick introduction to Knative Serving that highlights how to deploy an app. Clojure, Dart, Elixir, Haskell, Java - Micronaut, Java - Quarkus, R - Go Server, Rust, Swift, Vertx

Eventing and Eventing Resources samples

  • Be the first to contribute an Eventing or Eventing Sources code sample to the community collection.