kubetest icon indicating copy to clipboard operation
kubetest copied to clipboard

add support for watching/events

Open edaniszewski opened this issue 5 years ago • 0 comments

listening for events could help with learning when something is created, updated, or deleted. We already have helpers to determine create/delete. (e.g. if I try to get it from the cluster, is it there?), but perhaps that isn't the best way of doing things. watching for events could be useful, but it also seems like integrating it into the current flow would be tricky.

edaniszewski avatar Oct 02 '18 15:10 edaniszewski