Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

site: add missing hello-world directory #865

Merged
merged 1 commit into from
Feb 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/serving/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Knative Serving

Knative Serving builds on Kubernetes and Istio to support deploying and serving
of serverless applications and functions. Serving is easy to get started with
Expand Down
2 changes: 1 addition & 1 deletion docs/serving/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ more about Knative Serving resources.

| Name | Description | Languages |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| Hello World | A quick introduction that highlights how to deploy an app using Knative Serving. | [C#](helloworld-csharp/), [Go](helloworld-go/), [Java](helloworld-java/), [Kotlin](helloworld-kotlin/), [Node.js](helloworld-nodejs/), [PHP](helloworld-php/), [Python](helloworld-python/), [Ruby](helloworld-ruby/) |
| Hello World | A quick introduction that highlights how to deploy an app using Knative Serving. | [C#](hello-world/helloworld-csharp/), [Go](hello-world/helloworld-go/), [Java](hello-world/helloworld-java/), [Kotlin](hello-world/helloworld-kotlin/), [Node.js](hello-world/helloworld-nodejs/), [PHP](hello-world/helloworld-php/), [Python](hello-world/helloworld-python/), [Ruby](hello-world/helloworld-ruby/) |
| Advanced Deployment | Simple blue/green-like application deployment pattern illustrating the process of updating a live application without dropping any traffic. | [YAML](blue-green-deployment/) |
| Autoscale | A demonstration of the autoscaling capabilities of Knative. | [Go](autoscale-go/) |
| Private Repo Build | An example of deploying a Knative Serving Service using a Github deploy-key and a DockerHub image pull secret. | [Go](build-private-repo-go/) |
Expand Down