github.com/datadog/cilium@v1.6.12/CODEOWNERS (about)

     1  # Code owners groups and a brief description of their areas:
     2  # @cilium-janitors      Catch-all for code not otherwise owned
     3  # @cilium/agent         Cilium Agent
     4  # @cilium/bpf           BPF Data Path
     5  # @cilium/ci            Continuous integration, testing
     6  # @cilium/cli           Commandline interfaces
     7  # @cilium/contributing  Developer documentation
     8  # @cilium/docker        Docker plugin
     9  # @cilium/docs          Documentation, examples
    10  # @cilium/endpoint      Endpoint package
    11  # @cilium/health        Cilium cluster health tool
    12  # @cilium/kubernetes    K8s integration, K8s CNI plugin
    13  # @cilium/kvstore       Key/Value store: Consul, etcd
    14  # @cilium/loadbalancer  Load balancer
    15  # @cilium/monitor       Cilium node monitor tool
    16  # @cilium/policy        Policy behaviour
    17  # @cilium/proxy         L7 proxy, Envoy
    18  # @cilium/vendor        Vendoring, dependency management
    19  #
    20  # Specific code owners:
    21  # @eloycoto             Debian packaging
    22  # @aanm @ianvernon      Docker packaging
    23  # @scanf @borkmann      BPF documentation
    24  
    25  # The following filepaths should be sorted so that more specific paths occur
    26  # after the less specific paths, otherwise the ownership for the specific paths
    27  # is not properly picked up in Github.
    28  * @cilium/janitors
    29  api/ @cilium/api
    30  jenkinsfiles @cilium/ci
    31  pkg/apisocket/ @cilium/api
    32  pkg/monitor/payload @cilium/api
    33  pkg/policy/api/ @cilium/api
    34  pkg/proxy/accesslog @cilium/api