Open
Description
- basically how to use resourceVersion correctly. Sorry if this is documented somewhere else ?
- From my understanding, we should always do a list and get the resourceVersion from the list
- then use a watch with the above resourceVersion
- if the watch fails, can we restart the watch with same resourceVersion
- if the watch succeeds , how do i get the updated resourceVersion to do the watch again ?
- I know if between list and watch , too much time elapses, the buffer can become full, in which case, watch would fail, i guess, do we need to list again there ?