-
Notifications
You must be signed in to change notification settings - Fork 208
/
CODEOWNERS
Validating CODEOWNERS rules...
26 lines (25 loc) · 1.08 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
25
26
# Code owners groups and a brief description of their areas:
# @cilium/janitors Catch-all for code not otherwise owned
# @cilium/azure Integration with Azure
# @cilium/ci-structure Continuous integration, testing
# @cilium/cli Commandline interfaces
# @cilium/contributing Developer documentation & tools
# @cilium/hubble Hubble integration
# @cilium/kubernetes K8s integration, K8s CNI plugin
# @cilium/vendor Vendoring, dependency management
# The following filepaths should be sorted so that more specific paths occur
# after the less specific paths, otherwise the ownership for the specific paths
# is not properly picked up in Github.
* @cilium/janitors
/CODEOWNERS @cilium/contributing
/.github/ @cilium/contributing
/.github/workflows/ @cilium/maintainers @cilium/ci-structure
/cmd/ @cilium/cli
/connectivity/ @cilium/policy
/hubble/ @cilium/hubble
/install/azure.go @cilium/azure
/internal/cli/ @cilium/cli
/internal/k8s/ @cilium/kubernetes
/go.sum @cilium/vendor
/go.mod @cilium/vendor
/vendor/ @cilium/vendor