Skip to content

Commit 6d83a16

Browse files
authored
Merge pull request #4870 from p0lyn0mial/kep-watch-list-add-new-ga-criterion
KEP 3157 (watch-list): new GA criterion for supporting AcceptContentType=application/json;as=Table
2 parents 492b70c + 1ee45d6 commit 6d83a16

File tree

1 file changed

+4
-0
lines changed
  • keps/sig-api-machinery/3157-watch-list

1 file changed

+4
-0
lines changed

keps/sig-api-machinery/3157-watch-list/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,10 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
760760
- [Switch](https://github.com/kubernetes/kubernetes/blob/a07b1aaa5b39b351ec8586de800baa5715304a3f/staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go#L416)
761761
the `storage/cacher` to use streaming directly from etcd
762762
(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.
766+
763767

764768
#### Post-GA
765769
- Make **list** calls expensive in APF.

0 commit comments

Comments
 (0)