File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
keps/sig-api-machinery/3157-watch-list Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -673,6 +673,7 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
673673- Implement a consistency check detector that will compare data received through a new watchlist request
674674 with data obtained through a standard list request. The detector will be added to the reflector
675675 and activated when an environment variable is set. The environment variable will be set for all jobs run in the Kube CI.
676+ - Update the client-go generated List function to watchList data when the feature gate has been enabled and the ListOptions are satisfied.
676677
677678#### GA
678679- Consider using WatchProgressRequester to request progress notifications directly from etcd.
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ stage: beta
2020# The most recent milestone for which work toward delivery of this KEP has been
2121# done. This can be the current (upcoming) milestone, if it is being actively
2222# worked on.
23- latest-milestone : " v1.29 "
23+ latest-milestone : " v1.30 "
2424
2525# The milestone at which this feature was, or is targeted to be, at each stage.
2626milestone :
2727 alpha : " v1.27"
28- beta : " v1.29 "
28+ beta : " v1.30 "
2929
3030# The following PRR answers are required at alpha release
3131# List the feature gate name and the components for which it must be enabled
You can’t perform that action at this time.
0 commit comments