File tree 2 files changed +3
-2
lines changed
keps/sig-api-machinery/3157-watch-list
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
673
673
- Implement a consistency check detector that will compare data received through a new watchlist request
674
674
with data obtained through a standard list request. The detector will be added to the reflector
675
675
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.
676
677
677
678
#### GA
678
679
- 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
20
20
# The most recent milestone for which work toward delivery of this KEP has been
21
21
# done. This can be the current (upcoming) milestone, if it is being actively
22
22
# worked on.
23
- latest-milestone : " v1.29 "
23
+ latest-milestone : " v1.30 "
24
24
25
25
# The milestone at which this feature was, or is targeted to be, at each stage.
26
26
milestone :
27
27
alpha : " v1.27"
28
- beta : " v1.29 "
28
+ beta : " v1.30 "
29
29
30
30
# The following PRR answers are required at alpha release
31
31
# 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