-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
CODEOWNERS
Validating CODEOWNERS rules...
24 lines (20 loc) · 1.15 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# See https://help.github.com/articles/about-codeowners/ for syntax
# Rules are matched bottom-to-top, so one team can own subdirectories
# and another the rest of the directory.
# All your base
* @DataDog/agent-integrations
# Documentation
/docs/ @DataDog/baklava @DataDog/agent-integrations
*.md @DataDog/baklava @DataDog/agent-integrations
manifest.json @DataDog/baklava @DataDog/agent-integrations
# Container monitoring
/docker_daemon/ @DataDog/container-integrations @DataDog/agent-integrations
/ecs_fargate/ @DataDog/container-integrations @DataDog/agent-integrations
/kube_dns/ @DataDog/container-integrations @DataDog/agent-integrations
/kube_proxy/ @DataDog/container-integrations @DataDog/agent-integrations
/kubelet/ @DataDog/container-integrations @DataDog/agent-integrations
/kubernetes/ @DataDog/container-integrations @DataDog/agent-integrations
/kubernetes_state/ @DataDog/container-integrations @DataDog/agent-integrations
# To keep ProdSec up-to-date with changes to requirements.txt.
requirements.in @DataDog/prodsec
requirements.txt @DataDog/prodsec