Skip to content

Commit

Permalink
run: events-storage rename (#4170)
Browse files Browse the repository at this point in the history
  • Loading branch information
grant committed Jun 26, 2020
1 parent 5447190 commit d66f96a
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This directory contains samples for [Google Cloud Run](https://cloud.run). [Clou
|[Cloud Pub/Sub][pubsub] | Handling Pub/Sub push messages | [<img src="https://storage.googleapis.com/cloudrun/button.svg" alt="Run on Google Cloud" height="30">][run_button_pubsub] |
|[Cloud SQL (MySQL)][mysql] | Use MySQL with Cloud Run | - |
|[Cloud SQL (Postgres)][postgres] | Use Postgres with Cloud Run | - |
|[Events – Pub/Sub][events_pubsub] | Event-driven service with Events for Cloud Run for Pub/Sub | - |
|[Events – GCS][events_storage] | Event-driven service with Events for Cloud Run for GCS | - |

For more Cloud Run samples beyond Python, see the main list in the [Cloud Run Samples repository](https://github.com/GoogleCloudPlatform/cloud-run-samples).

Expand Down Expand Up @@ -109,6 +111,8 @@ for more information.
[pubsub]: pubsub/
[mysql]: ../cloud-sql/mysql/sqlalchemy
[postgres]: ../cloud-sql/postgres/sqlalchemy
[events_pubsub]: events-pubsub/
[events_storage]: events-storage/
[run_button_helloworld]: https://deploy.cloud.run/?git_repo=https://github.com/knative/docs&dir=docs/serving/samples/hello-world/helloworld-python
[run_button_pubsub]: https://deploy.cloud.run/?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&dir=run/pubsub
[testing]: https://cloud.google.com/run/docs/testing/local#running_locally_using_docker_with_access_to_services
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d66f96a

Please sign in to comment.