Skip to content

Commit e09ddc2

Browse files
authored
Merge pull request kubernetes#4394 from p0lyn0mial/kep-watch-list-update-1-30
Update KEP 3157 (watch-list) for milestone 1.30
2 parents 1306aa9 + c96867b commit e09ddc2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

+1
Original file line numberDiff line numberDiff 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.

keps/sig-api-machinery/3157-watch-list/kep.yaml

+2-2
Original file line numberDiff line numberDiff 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.
2626
milestone:
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

0 commit comments

Comments
 (0)