| Automatic merge from submit-queue (batch tested with PRs 68051, 68130, 67211, 68065, 68117). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. Fix unnecessary too-old-errors from watch cache When initializing watch cache via LIST, we set its resource version to the RV of the list request. However, before this PR, the first incoming watch event (updating the watch cache) was moving the "smallest oldest known version" to RV of that watch event. So watch requests passing rv equal to the RV returned from the initial list were failing with "too old resource version". That is not needed, because we know that in the meantime there weren't any other watch events. This PR is addressing that issue. /assign @liggitt Kubernetes-commit: 3966b8bbcc072cb48508d151c284241a26c45ede | ||
|---|---|---|
| .. | ||
| Godeps.json | ||
| OWNERS | ||
| Readme | ||
		
			
				
				Readme
			
		
		
			
			
		
	
	This directory tree is generated automatically by godep. Please do not edit. See https://github.com/tools/godep for more information.