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 @@ -675,6 +675,7 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
675
675
with data obtained through a standard list request. The detector will be added to the reflector
676
676
and activated when an environment variable is set. The environment variable will be set for all jobs run in the Kube CI.
677
677
- Update the client-go generated List function to watchList data when the feature gate has been enabled and the ListOptions are satisfied.
678
+ This change must be applied to the typed, dynamic and metadata clients.
678
679
- Implement a mechanism for automatically detecting etcd configuration
679
680
Whether it is safe to use the RequestWatchProgress API call
680
681
or if the experimental-watch-progress-notify-interval flag has been set.
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.31 "
23
+ latest-milestone : " v1.32 "
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.31 "
28
+ beta : " v1.32 "
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