Skip to content

Commit cd1edb7

Browse files
committed
make update-toc
1 parent dccaa7e commit cd1edb7

File tree

1 file changed

+2
-1
lines changed
  • keps/sig-api-machinery/3157-watch-list

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ tags, and then generate with `hack/update-toc.sh`.
9292
- [Results with WATCH-LIST](#results-with-watch-list)
9393
- [Required changes for a WATCH request with the RV set to the last observed value (RV > 0)](#required-changes-for-a-watch-request-with-the-rv-set-to-the-last-observed-value-rv--0)
9494
- [Provide a fix for the long-standing issue <a href="https://github.com/kubernetes/kubernetes/issues/59848">https://github.com/kubernetes/kubernetes/issues/59848</a>](#provide-a-fix-for-the-long-standing-issue-httpsgithubcomkuberneteskubernetesissues59848)
95+
- [Replacing standard List request with WatchList mechanism for client-go's List method.](#replacing-standard-list-request-with-watchlist-mechanism-for-client-gos-list-method)
9596
- [Test Plan](#test-plan)
9697
- [Prerequisite testing updates](#prerequisite-testing-updates)
9798
- [Unit tests](#unit-tests)
@@ -637,7 +638,7 @@ Content-Type: application/json
637638
<followed by regular watch stream starting>
638639
```
639640

640-
## Alternatives
641+
**Alternatives**
641642

642643
We could modify the type of the object passed in the last bookmark event to include the list.
643644
This approach would require changes to the reflector, as it would need to recognize the new object type in the bookmark event.

0 commit comments

Comments
 (0)