anowell / kubeclient-rs

Kubernetes API client in Rust
MIT License
30 stars 12 forks source link

Add abitlity to watch for resource changes #10

Open muralisc opened 5 years ago

muralisc commented 5 years ago

Kubernetes provides ability to watch for resouces using the watch property of the list api.

It would be nice have an ability to optionally register a callback in the list api call, which is called when the apiserver responds with more data.