-
Notifications
You must be signed in to change notification settings - Fork 77
Make it possible to filter resources by resource name. #35
Open
Description
Currently it is only possible to filter by project id, labels and regions, but it would be useful for example to analyze only a specific GKE cluster. This is more complicated than it seems, because we would need to somehow include resources related to that (on the other hand, maybe we can just do substring matching).