It would be very useful if we could interact with managed cloud run via API.
Use cases:
I'm not aware of a cloudrun public API (I checked for protos in https://github.com/googleapis/googleapis/tree/master/google/cloud). Unless you're aware of one, would you mind filing an issue against the cloud run team? They have a public issue tracker at https://cloud.google.com/support/docs/issue-trackers.
Closing for now, but happy to continue the discussion.
It seems that Cloud Run only support a RESTful API (1), but you can use the discovery document (2) to generate an API client.
Looks like that API exists at https://godoc.org/google.golang.org/api/run/v1.
Why are there two official GCP packages? Some mention of google.golang.org/api in the docs would be helpful, this one seems to be missing quite a bit so I thought they just weren't supported
Sorry for the confusion. @grayside is looking at this and the right way to fix it.
Most helpful comment
Looks like that API exists at https://godoc.org/google.golang.org/api/run/v1.