Closed ekinanp closed 4 years ago
Add GCP cloud run services as a Wash resource. Be able to list and delete them, and tail their logs.
API access: https://godoc.org/google.golang.org/api/run/v1
Accessing logs is likely similar to what's done for cloud functions in https://github.com/puppetlabs/wash/blob/master/plugin/gcp/cloudFunctionLog.go. We may be able to re-use some of the streaming logic.
Add GCP cloud run services as a Wash resource. Be able to list and delete them, and tail their logs.
API access: https://godoc.org/google.golang.org/api/run/v1
Accessing logs is likely similar to what's done for cloud functions in https://github.com/puppetlabs/wash/blob/master/plugin/gcp/cloudFunctionLog.go. We may be able to re-use some of the streaming logic.