File tree Expand file tree Collapse file tree 2 files changed +37
-22
lines changed
keps/sig-storage/2261-staging-mount-library Expand file tree Collapse file tree 2 files changed +37
-22
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- title : Move utils/mount from vendor to staging
3
- authors :
4
- - " @brahmaroutu"
5
- owning-sig : sig-storage
6
- participating-sigs :
7
- - sig-architecture
8
- - sig-testing
9
- reviewers :
10
- - " @msau42"
11
- - " @dims"
12
- - " @saad-ali"
13
- approvers :
14
- - " @saad-ali"
15
- creation-date : 2020-05-08
16
- last-updated : 2020-05-08
17
- status : implementable
18
- see-also :
19
- replaces :
20
- superseded-by :
21
- ---
22
-
23
1
## Table of Contents
24
2
25
3
<!-- toc -->
98
76
99
77
2020-05-08: KEP opened
100
78
2020-05-08: KEP marked implementable
79
+ 1.20: mount library moved to staging, all callers except cadvisor switched
101
80
102
81
## Alternatives
103
82
Original file line number Diff line number Diff line change
1
+ title : Move mount library to staging
2
+ kep-number : 2261
3
+ authors :
4
+ - " @brahmarotu"
5
+ owning-sig : sig-storage
6
+ participating-sigs :
7
+ status : implementable
8
+ creation-date : 2020-05-08
9
+ reviewers :
10
+ - " @msau42"
11
+ - " @thockin"
12
+ approvers :
13
+ - " @msau42"
14
+ prr-approvers :
15
+ see-also :
16
+ replaces :
17
+
18
+ # The target maturity stage in the current dev cycle for this KEP.
19
+ stage : stable
20
+
21
+ # The most recent milestone for which work toward delivery of this KEP has been
22
+ # done. This can be the current (upcoming) milestone, if it is being actively
23
+ # worked on.
24
+ latest-milestone : " v1.20"
25
+
26
+ # The milestone at which this feature was, or is targeted to be, at each stage.
27
+ milestone :
28
+ stable : " v1.20"
29
+
30
+ # The following PRR answers are required at alpha release
31
+ # List the feature gate name and the components for which it must be enabled
32
+ feature-gates :
33
+ disable-supported : false
34
+
35
+ # The following PRR answers are required at beta release
36
+ metrics :
You can’t perform that action at this time.
0 commit comments