Skip to content

Commit a798849

Browse files
*: add OWNERS for ROSA
Signed-off-by: Steve Kuznetsov <[email protected]>
1 parent 50a7f5b commit a798849

File tree

9 files changed

+57
-0
lines changed

9 files changed

+57
-0
lines changed

config/crd/bases/OWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# See the OWNERS docs: <https://git.k8s.io/community/contributors/guide/owners.md>
2+
3+
filters:
4+
"^.*rosa.*\\.yaml$":
5+
approvers:
6+
- muraee
7+
- stevekuznetsov

controllers/OWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# See the OWNERS docs: <https://git.k8s.io/community/contributors/guide/owners.md>
2+
3+
filters:
4+
"^rosa.*\\.go$":
5+
approvers:
6+
- muraee
7+
- stevekuznetsov

controlplane/rosa/OWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# See the OWNERS docs: <https://git.k8s.io/community/contributors/guide/owners.md>
2+
3+
approvers:
4+
- muraee
5+
- stevekuznetsov

docs/book/src/topics/rosa/OWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# See the OWNERS docs: <https://git.k8s.io/community/contributors/guide/owners.md>
2+
3+
approvers:
4+
- muraee
5+
- stevekuznetsov

exp/api/v1beta2/OWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# See the OWNERS docs: <https://git.k8s.io/community/contributors/guide/owners.md>
2+
3+
filters:
4+
"^(rosa|zz_).*\\.go$":
5+
approvers:
6+
- muraee
7+
- stevekuznetsov

exp/controllers/OWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# See the OWNERS docs: <https://git.k8s.io/community/contributors/guide/owners.md>
2+
3+
filters:
4+
"^rosa.*\\.go$":
5+
approvers:
6+
- muraee
7+
- stevekuznetsov

pkg/cloud/scope/OWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# See the OWNERS docs: <https://git.k8s.io/community/contributors/guide/owners.md>
2+
3+
filters:
4+
"^rosa.*\\.go$":
5+
approvers:
6+
- muraee
7+
- stevekuznetsov

pkg/rosa/OWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# See the OWNERS docs: <https://git.k8s.io/community/contributors/guide/owners.md>
2+
3+
approvers:
4+
- muraee
5+
- stevekuznetsov

templates/OWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# See the OWNERS docs: <https://git.k8s.io/community/contributors/guide/owners.md>
2+
3+
filters:
4+
"^.*rosa.*\\.yaml$":
5+
approvers:
6+
- muraee
7+
- stevekuznetsov

0 commit comments

Comments
 (0)