mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-09 17:45:35 +00:00
The next index to watch should always be current+1 if we got a response from etcd, but otherwise it should always be current. Moved the increment into fetchNextState which returns the next index to watch for (or the same if an error occurs)