Kuadrant / kuadrant-console-plugin

Apache License 2.0
2 stars 2 forks source link

Dynamic lookup of "latest" CRDs #95

Open jasonmadigan opened 2 days ago

jasonmadigan commented 2 days ago

We've got some hard-coded maps of our CRD group version kinds. There are some APIs in the SDK to fetch models if you know GVKs, but there doesn't seem to be a helper available to looking up "latest" GVKs, where you have a known group + kind. Add a helper to look this up, and replace our static GVK maps.