Skip to content

ahmetb/cloud-run-deploy-via-api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programmatically managing Cloud Run services via API (Go)

This repository shows you how you can use Google Cloud Go client libraries to manage Cloud Run services.

See main.go.

Agenda:

  • How to check if a Cloud Run service exists
  • How to create a new Cloud Run service
  • How to wait for the service to become "ready"
  • How to give IAM permissions to make the service public
  • How to release a new Revision and split traffic v1 and v2
  • How to delete a service

This is not an official code sample and is provided for illustrative purposes.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages