Support for GCP Cloud Run
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
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.
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 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. :(