cyclops-ui / cyclops

Developer Friendly Kubernetes 👁️
https://cyclops-ui.com
Apache License 2.0
2.41k stars 783 forks source link

UI representation for `Roles` #499

Open KaradzaJuraj opened 1 month ago

KaradzaJuraj commented 1 month ago

Some K8s components are supported to have a custom UI component, and those can be found here. The scope of this issue is to support Roles. The new Roles component should be similar to other components we already have, so feel free to check the existing ones out.

The visual representation should look something like this:

Screenshot 2024-08-05 at 20 14 45

You can fetch the data about a role by calling the backend on

/api/resources?group=rbac.authorization.k8s.io&version=v1&kind=Role&name=<name>&namespace=<namespace>

You can test this using the rabbitmq default template, for example (the above image was created using this template!).

Refer to this PR on adding new UI components https://github.com/cyclops-ui/cyclops/pull/330

pravintargaryen commented 1 month ago

Please assign this to me

KaradzaJuraj commented 1 month ago

@pravintargaryen I assigned you 🙌

petar-cvit commented 1 month ago

@pravintargaryen, do you have any updates on the issue? Let me know if you need any help

pravintargaryen commented 4 weeks ago

I'm working on it @petar-cvit

petar-cvit commented 3 weeks ago

@pravintargaryen can you resolve this issue before solving #524 and #523

pravintargaryen commented 3 weeks ago

Sure @petar-cvit

pravintargaryen commented 3 weeks ago

@petar-cvit please check