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
Copy file name to clipboardExpand all lines: keps/sig-api-machinery/3157-watch-list/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -682,6 +682,10 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
682
682
- Use WatchProgressRequester to request progress notifications directly from etcd.
683
683
This mechanism was developed in [Consistent Reads from Cache KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/2340-Consistent-reads-from-cache#use-requestprogress-to-enable-automatic-watch-updates)
684
684
and will reduce the overall latency for watchlist requests.
685
+
- The watchlist call, which serves as a drop-in replacement for list calls in client libraries,
686
+
must properly set the kind and apiVersion fields.
687
+
These fields are important for the correct decoding of the objects.
688
+
See also: https://github.com/kubernetes/kubernetes/pull/126191
0 commit comments