I've been trying in vain to get all cloud run revisions not serving traffic so I can prune them. The docs don't seem to provide much help. Here's what I have:
gcloud run revisions list
--region <region>
--service <service>
--filter="status.conditions.type['Active'].status:'True'"
--sort-by="~metadata.creationTimestamp"
I haven't seen anything the yaml that indicates a revision is currently serving traffic that I can filter on in the cloud console except in the ui. What am I missing here?