-
Notifications
You must be signed in to change notification settings - Fork 3k
/
CODEOWNERS
Validating CODEOWNERS rules...
33 lines (32 loc) · 1.53 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
27
28
29
30
31
32
33
# Code owners groups and a brief description of their areas:
# @cilium/janitors Catch-all for code not otherwise owned
# @cilium/agent Cilium Agent
# @cilium/aws Integration with AWS
# @cilium/azure Integration with Azure
# @cilium/bpf BPF Data Path
# @cilium/build Building and packaging
# @cilium/ci Continuous integration, testing
# @cilium/cli Commandline interfaces
# @cilium/contributing Developer documentation & tools
# @cilium/docker Docker plugin
# @cilium/docs-structure Documentation, examples
# @cilium/endpoint Endpoint package
# @cilium/health Cilium cluster health tool
# @cilium/hubble Hubble integration
# @cilium/ipam IPAM
# @cilium/kubernetes K8s integration, K8s CNI plugin
# @cilium/kvstore Key/Value store: Consul, etcd
# @cilium/loadbalancer Load balancer
# @cilium/monitor Cilium node monitor tool
# @cilium/operator Cilium operator
# @cilium/policy Policy behaviour
# @cilium/proxy L7 proxy, Envoy
# @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
/api/ @cilium/api
/pkg/monitor/payload @cilium/api
/pkg/policy/api/ @cilium/api
/pkg/proxy/accesslog @cilium/api