Skip to content

Commit 1f36ff1

Browse files
committed
Update KEP 3157 (watch-list) for milestone 1.31
1 parent 3feb698 commit 1f36ff1

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ 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.30"
23+
latest-milestone: "v1.31"
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.30"
28+
beta: "v1.31"
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
3232
feature-gates:
3333
- name: WatchList
3434
components:
3535
- kube-apiserver
36-
- name: WatchListClient (the actual name might be different because it hasn't been added yet))
36+
- name: WatchListClient
3737
components:
3838
- kube-controller-manager via client-go library
3939
disable-supported: true
4040

4141
# The following PRR answers are required at beta release
4242
metrics:
43-
- my_feature_metric
43+
- apiserver_watch_list_duration_seconds

0 commit comments

Comments
 (0)