Kuadrant / kuadrant-console-plugin

Apache License 2.0
2 stars 2 forks source link

Automate API version checks between Kuadrant Operator and Console Plugin #74

Open david-martin opened 3 weeks ago

david-martin commented 3 weeks ago

The console-plugin repository currently contains hardcoded GroupVersionKinds (GVKs) for Kubernetes resources such as dnspolicy, ratelimitpolicy, authpolicy, and tlspolicy. These GVKs may differ from the versions used by the kuadrant-operator on the main branch.

To ensure the console-plugin remains in sync with the latest versions from the kuadrant-operator, we should implement an automated check. This check should compare the GVKs from the kuadrant-operator with those in console-plugin. If any discrepancies are found, a pull request should be automatically created to update the GVKs in console-plugin.

Requirements: