Skip to content

Commit 0618b73

Browse files
authored
Merge pull request kubernetes#126396 from SergeyKanzhelev/ownersfornodefeatures
added OWNERS for nodefeatures
2 parents 7d5baf4 + d328145 commit 0618b73

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

test/e2e/nodefeature/OWNERS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
approvers:
4+
# Features in test/e2e/nodefeature/nodefeature.go are not directly mapped to the kubelet feature gates,
5+
# but is a good approximation to allow adding alpha features by SIG approvers.
6+
- feature-approvers
7+
# Also include SIG Node approvers, keeping in-sync with test/e2e_node/OWNERS
8+
- tallclair
9+
- derekwaynecarr
10+
- klueska
11+
- sjenning
12+
- mrunalp
13+
- SergeyKanzhelev
14+
- endocrimes
15+
reviewers:
16+
- bart0sh
17+
- endocrimes
18+
- sig-node-reviewers
19+
labels:
20+
- sig/node

0 commit comments

Comments
 (0)