provider-gcp icon indicating copy to clipboard operation
provider-gcp copied to clipboard

Support for GCP Cloud Run

Open lopezator opened this issue 5 years ago • 3 comments

What problem are you facing?

I'd like to provision a Cloud Run Service resource.

How could Crossplane help solve your problem?

Implement GCP Cloud Run managed resources from this API https://cloud.google.com/run/docs

lopezator avatar Jun 22 '20 10:06 lopezator

Is anyone working on this?

If not, I'd be interested in giving it a try, if there are any good guides on how to implement a resource AND the effort is not overwhelmingly large.

wfaler avatar May 19 '21 14:05 wfaler

Hi @wfaler ! Yes, there is Provider Dev Guide as a doc and also a video where I'm implementing GCP PubSub managed resource that you can follow along.

Feel free to join our Slack and ask for help whenever you need!

muvaf avatar May 20 '21 19:05 muvaf

@muvaf thanks for the pointers! I'll probably hold off on this (anyone else wanting to do it, feel free). It looks as if Cloud Run doesn't have an official Go API yet?

I guess I could try to call the REST API's directly to work around it, but not sure I have the patience or time to wrap my skull around it at the moment, unfortunately. :(

wfaler avatar May 25 '21 15:05 wfaler