-
Notifications
You must be signed in to change notification settings - Fork 109
/
Copy pathCODEOWNERS
21 lines (16 loc) · 1015 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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/container-ecosystems
# Dev Container
/.devcontainer @DataDog/container-ecosystems @DataDog/container-platform
# Documentation
README.md @DataDog/documentation @DataDog/container-ecosystems
/docs/ @DataDog/documentation @DataDog/container-ecosystems
# Features owners
/internal/controller/datadogagent/feature/admissioncontroller/* @DataDog/container-platform
/internal/controller/datadogagent/feature/prometheusscrape/* @DataDog/container-platform
/internal/controller/datadogagent/feature/clusterchecks/* @DataDog/container-platform
/internal/controller/datadogagent/feature/kubernetesstatecore/* @DataDog/container-integrations
/internal/controller/datadogagent/feature/helmcheck/* @DataDog/container-integrations