We want to onboard our service to GCP and want customers to be able interact with our service via google cloud console. Essentially, we would like external users to be able to perform CRUD on our resource type(backed by our API service).
What we are trying to do with GCP is similar to a custom resource type in aws.
So far, I have found this as a starting point, but I don't think this method will allow us to publish our resource type to external GCP users.
Can someone please help with this?