-
Notifications
You must be signed in to change notification settings - Fork 6.6k
feat: init eventarc quickstarts #4710
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
Conversation
Signed-off-by: Grant Timmerman <[email protected]>
Signed-off-by: Grant Timmerman <[email protected]>
Signed-off-by: Grant Timmerman <[email protected]>
|
||
```sh | ||
MY_RUN_SERVICE=gcs-service | ||
MY_RUN_CONTAINER=gcs-container |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: you may want to note that this needs to be globally unique
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
eventarc/README.md
Outdated
|
||
Learn more about [testing your container image locally.][testing] | ||
|
||
## Deploying |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
## Deploying | |
## Deploying a Cloud Run service |
Do you want to add any trigger creation info in this readme?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Changed to Run service like mentioned above.
- Mentioned generic step for creating trigger. It depends on the trigger type.
eventarc/README.md
Outdated
[run_deploy]: https://cloud.google.com/run/docs/deploying | ||
[events_pubsub]: events-pubsub/ | ||
[anthos_events_pubsub]: events-pubsub/anthos.md | ||
[events_storage]: events-storage/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
audit-storage?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch.
I tested all 4 links in VS Code. I had to add README.md
for the default READMEs to work.
## Samples | ||
|
||
| Sample | Description | Deploy | | ||
| ------------------------------- | ------------------------ | ------------- | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No cloud run button?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a big fan of the button as you can't modify samples or easily test. Could be a FR
Do region tags need to be updated? |
Signed-off-by: Grant Timmerman <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed comments.
## Samples | ||
|
||
| Sample | Description | Deploy | | ||
| ------------------------------- | ------------------------ | ------------- | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a big fan of the button as you can't modify samples or easily test. Could be a FR
eventarc/README.md
Outdated
|
||
Learn more about [testing your container image locally.][testing] | ||
|
||
## Deploying |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Changed to Run service like mentioned above.
- Mentioned generic step for creating trigger. It depends on the trigger type.
eventarc/README.md
Outdated
[run_deploy]: https://cloud.google.com/run/docs/deploying | ||
[events_pubsub]: events-pubsub/ | ||
[anthos_events_pubsub]: events-pubsub/anthos.md | ||
[events_storage]: events-storage/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch.
I tested all 4 links in VS Code. I had to add README.md
for the default READMEs to work.
|
||
```sh | ||
MY_RUN_SERVICE=gcs-service | ||
MY_RUN_CONTAINER=gcs-container |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
Hi @GoogleCloudPlatform/python-samples-owners, can you review this PR? It looks like I must have a 2nd review. |
@busunkim96 @tmatsuo Can you review? Not sure how best to request a review. |
Hey folks, can we get a review in today? Trying to get the samples ready for our TW. |
Description
run/events-*
samples to betaeventarc/*
.gcloud beta
commands.eventarc/
folder. Updates GH owners.run/
README.md
Fixes #4708
Checklist
nox -s py-3.6
(see Test Environment Setup)nox -s lint
(see Test Environment Setup)cloudeventarc
CC: @llatif