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
the `storage/cacher` to use streaming directly from etcd
762
762
(This will also allow us to [remove](https://github.com/kubernetes/kubernetes/blob/a07b1aaa5b39b351ec8586de800baa5715304a3f/staging/src/k8s.io/client-go/tools/cache/reflector.go#L110) the `reflector.UseWatchList` field).
763
+
- Currently, WatchList request does not support the use of the AcceptContentType header with the value application/json;as=Table.
764
+
When this value is set, the API will return a 406 Not Acceptable response.
765
+
This behavior needs to be updated to ensure compatibility with standard LIST requests.
0 commit comments