We have a cluster that is dedicated to a specific domain, and that domain has resource limits set.
What would be the best way to display the currently utilized resources to the user of that domain? It's fairly easy with an API call to get the "Max" for each resource, but so far I've been unable to find a good way to grab the currently utilized resources (memory, primary storage, secondary storage) via the Domain-Admin or User APIs. I can do it via the Admin API, but even then it takes a few different calls to grab the data before cleaning it up and formatting it.