You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it is currently using resourceVersion correctly, at least in cases like the example which lists all pods for all namespaces.
Without a resourceVersion it will fetch all pods again on every reconnect after a timeout. But as far as I can tell resourceVersion is about the individual resource, like a single pod, and isn't clear if it can be used as the example currently is where the resourceVersion of last pod decoded is used as the version for the next request.
The text was updated successfully, but these errors were encountered:
I don't think it is currently using
resourceVersion
correctly, at least in cases like the example which lists all pods for all namespaces.Without a
resourceVersion
it will fetch all pods again on every reconnect after a timeout. But as far as I can tellresourceVersion
is about the individual resource, like a single pod, and isn't clear if it can be used as the example currently is where theresourceVersion
of last pod decoded is used as the version for the next request.The text was updated successfully, but these errors were encountered: