https://github.com/cilium/cilium
Raw File
Tip revision: b0836e86dbe84b77b16cd745a1c98eb836e7ace3 authored by Joe Stringer on 13 October 2021, 23:20:49 UTC
Prepare for release v1.10.5
Tip revision: b0836e8
CODEOWNERS
# Code owners groups and a brief description of their areas:
# @cilium/janitors           Catch-all for code not otherwise owned
# @cilium/api                API stability guarantees

# 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
.github/workflows/ @cilium/github-sec @cilium/ci-structure
api/ @cilium/api
pkg/apisocket/ @cilium/api
pkg/monitor/payload @cilium/api
pkg/policy/api/ @cilium/api
pkg/proxy/accesslog @cilium/api
back to top