Skip to content

Commit

Permalink
CODEOWNERS: add entries for health, recorder and relay APIs
Browse files Browse the repository at this point in the history
Assign api/v1/health to @cilium/health in addition to @cilium/api and
/api/v1/{recorder,relay} to @cilium/hubble in addition to @cilium/api.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser authored and joestringer committed Jun 14, 2021
1 parent 11fb42a commit f2ad673
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@
/.travis.yml @cilium/ci-structure
/api/ @cilium/api
/api/v1/flow/ @cilium/api @cilium/hubble
/api/v1/health/ @cilium/api @cilium/health
/api/v1/observer/ @cilium/api @cilium/hubble
/api/v1/operator/ @cilium/api @cilium/operator
/api/v1/peer/ @cilium/api @cilium/hubble
/api/v1/recorder/ @cilium/api @cilium/hubble
/api/v1/relay/ @cilium/api @cilium/hubble
/bpf/ @cilium/bpf
Makefile* @cilium/build
/bpf/Makefile* @cilium/build @cilium/loader
Expand Down

0 comments on commit f2ad673

Please sign in to comment.