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
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