Open
Description
The Kubernetes docs need to explain how clients should properly use list/watch and handle resourceVersions, dropped watches, etc.
It should be sufficient high level guidance to implement a client in a new language.
https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions explains the resourceVersions rigorously, but does not explain HOW to use resourceVersions to implement list/watch.