File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
keps/sig-api-machinery/3157-watch-list Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,24 +20,24 @@ 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.30 "
23
+ latest-milestone : " v1.31 "
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.30 "
28
+ beta : " v1.31 "
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
32
32
feature-gates :
33
33
- name : WatchList
34
34
components :
35
35
- kube-apiserver
36
- - name : WatchListClient (the actual name might be different because it hasn't been added yet))
36
+ - name : WatchListClient
37
37
components :
38
38
- kube-controller-manager via client-go library
39
39
disable-supported : true
40
40
41
41
# The following PRR answers are required at beta release
42
42
metrics :
43
- - my_feature_metric
43
+ - apiserver_watch_list_duration_seconds
You can’t perform that action at this time.
0 commit comments