-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
None
-
False
-
-
Want to update the UI to use the new classifications provided by the cost APIs, instead of parsing project labels. Note that the API no longer returns a default_project property.
Summary of classifications:
- default for the projects that are kube- or openshift-
- category_<category_name> for the categories, so category_Platform for the Platform category
- unallocated for the Platform unallocated and Worker unallocated projects
- project for anything that does not fit any of the above criteria
The PR to update the API can be found here: https://github.com/project-koku/koku/pull/4057