cyclops-ui / cyclops

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

Implement watch mechanism for all resources #523

Closed petar-cvit closed 1 month ago

petar-cvit commented 2 months ago

Is your feature request related to a problem? Please describe. As part of implementing streaming from the API to the UI, there needs to be a mechanism to listen to changes from the Kubernetes API.

The scope of the issue is to create a method on the k8s client that will accept and the group, version, kind, name and namespace and return a channel that publishes all events about that particular resource. Handling of the channel messages will be implemented in separate issues

pravintargaryen commented 2 months ago

Hi @petar-cvit please review https://github.com/cyclops-ui/cyclops/pull/525

pravintargaryen commented 2 months ago

@petar-cvit please check

petar-cvit commented 2 months ago

Will be implemented in #544