forked from RamenDR/ramen
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCODEOWNERS
More file actions
39 lines (31 loc) · 1.69 KB
/
CODEOWNERS
File metadata and controls
39 lines (31 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# SPDX-FileCopyrightText: The RamenDR authors
# SPDX-License-Identifier: Apache-2.0
# For supported syntax see docs:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owners if there is no more specific rule.
* @ShyamsundarR @BenamarMk
# volrep
/internal/controllers/vrg_volrep*.go @ShyamsundarR @ELENAGER
# volsync
/internal/controllers/volsync/ @BenamarMk @ELENAGER
/internal/controllers/vrg_volsync*.go @BenamarMk @ELENAGER
# cephfs consistency groups
/internal/controllers/cephfscg/ @BenamarMk @ELENAGER
# Metrics
/docs/metrics.md @rakeshgm @ShyamsundarR
/internal/controllers/metrics.go @rakeshgm @ShyamsundarR
/internal/controllers/cel/ @rakeshgm @ShyamsundarR
# Kube object protection
/docs/recipe.md @raghavendra-talur @ShyamsundarR
/docs/krp.md @raghavendra-talur @ShyamsundarR
/internal/controllers/kubeobjects/ @raghavendra-talur @ShyamsundarR
/internal/controllers/vrg_kubeobjects*.go @raghavendra-talur @ShyamsundarR
/internal/controllers/vrg_recipe*.go @raghavendra-talur @ShyamsundarR
# Testing
/test/ @nirs @parikshithb @raghavendra-talur
/ramendev/ @nirs @parikshithb @raghavendra-talur
/e2e/ @nirs @parikshithb @raghavendra-talur
/docs/devel-quick-start.md @nirs @parikshithb @raghavendra-talur
/docs/e2e.md @nirs @parikshithb @raghavendra-talur
/docs/testing.md @nirs @parikshithb @raghavendra-talur
/docs/user-quick-start.md @nirs @parikshithb @raghavendra-talur