If you have 20 GKE clusters, gcloud container operations list returns too much data.
Google Cloud's official docs lack good examples of how to do filtering:
- Their docs just mention --filter=[EXPRESSION], which isn't helpful at all without syntax of what the expressions should look like...
- gcloud container operations list --helpjust mentions see- gcloud topic filtersfor more info, which tries to explain, but it's difficult to understand without examples.
So the question is what should filtering look like?
