kappnav / issues

kAppNav global issues
0 stars 0 forks source link

API Server: Allow watches to resume more gracefully. #136

Closed mrglavas closed 4 years ago

mrglavas commented 4 years ago

Currently when a watch ends we always dump the config and application caches. There's a more graceful way to resume a watch using resource versions. As long as Kubernetes continues to track changes for the specific resource version we shouldn't need to rebuild the caches.

mrglavas commented 4 years ago

PR was delivered a couple weeks ago.