Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement watch mechanism for all resources #523

Closed
petar-cvit opened this issue Aug 23, 2024 · 3 comments · May be fixed by pravintargaryen/cyclops#2
Closed

Implement watch mechanism for all resources #523

petar-cvit opened this issue Aug 23, 2024 · 3 comments · May be fixed by pravintargaryen/cyclops#2
Assignees
Labels
go Pull requests that update Go code good first issue Good for newcomers kubernetes k8s related issues

Comments

@petar-cvit
Copy link
Collaborator

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

@petar-cvit petar-cvit added good first issue Good for newcomers go Pull requests that update Go code kubernetes k8s related issues labels Aug 23, 2024
@pravintargaryen
Copy link

Hi @petar-cvit please review #525

@pravintargaryen
Copy link

@petar-cvit please check

@petar-cvit
Copy link
Collaborator Author

Will be implemented in #544

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code good first issue Good for newcomers kubernetes k8s related issues
Projects
None yet
3 participants