This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
/
CODEOWNERS
Validating CODEOWNERS rules...
75 lines (70 loc) · 4.26 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# This file provides an overview of code owners in the `compass` repository.
# Each line is a file pattern followed by one or more owners.
# The last matching pattern has the most precedence.
# For more details, read the following article on GitHub: https://help.github.com/articles/about-codeowners/.
# These are the default owners for the whole content of the `compass` repository. The default owners are automatically added as reviewers when you open a pull request, unless different owners are specified in the file.
* @kyma-incubator/team-falcon @kyma-incubator/team-raptor @kyma-incubator/team-atlas
/chart/compass/charts/connectivity-adapter @kyma-incubator/team-falcon
/chart/compass/charts/connector @kyma-incubator/team-raptor
/chart/compass/charts/gateway @kyma-incubator/team-raptor
/chart/compass/charts/kyma-adapter @kyma-incubator/team-raptor
/chart/compass/charts/instance-creator @kyma-incubator/team-raptor
/chart/compass/charts/ias-adapter @kyma-incubator/team-atlas
/chart/compass/charts/ns-adapter @kyma-incubator/team-falcon
/chart/compass/charts/operations-controller @kyma-incubator/team-falcon
/chart/compass/charts/ord-service @kyma-incubator/team-raptor
/chart/compass/charts/pairing-adapter @kyma-incubator/team-falcon
/chart/compass/charts/tenant-fetcher @kyma-incubator/team-falcon
/chart/compass/charts/ord-aggregator @kyma-incubator/team-falcon
/chart/compass/charts/system-fetcher @kyma-incubator/team-falcon
/chart/compass/templates/filters @kyma-incubator/team-raptor
/components/connectivity-adapter @kyma-incubator/team-falcon
/components/connector @kyma-incubator/team-raptor
/components/director/internal/domain/formation @kyma-incubator/team-raptor
/components/director/internal/domain/formationassignment @kyma-incubator/team-raptor
/components/director/internal/domain/formationtemplate @kyma-incubator/team-raptor
/components/director/internal/domain/formationconstraint @kyma-incubator/team-raptor
/components/director/internal/domain/formationtemplateconstraintreferences @kyma-incubator/team-raptor
/components/director/internal/formationmapping @kyma-incubator/team-raptor
/components/director/internal/domain/certsubjectmapping @kyma-incubator/team-raptor
/components/director/internal/info @kyma-incubator/team-raptor
/components/director/internal/nsadapter @kyma-incubator/team-falcon
/components/director/internal/open_resource_discovery @kyma-incubator/team-falcon
/components/director/internal/scopes_sync @kyma-incubator/team-raptor
/components/director/internal/systemfetcher @kyma-incubator/team-falcon
/components/director/internal/tenantfetcher @kyma-incubator/team-falcon
/components/director/internal/tenantfetchersvc @kyma-incubator/team-falcon
/components/director/pkg/accessstrategy @kyma-incubator/team-falcon
/components/director/pkg/operation @kyma-incubator/team-falcon
/components/director/pkg/scenario @kyma-incubator/team-raptor
/components/gateway @kyma-incubator/team-raptor
/components/hydrator @kyma-incubator/team-raptor
/components/kyma-adapter @kyma-incubator/team-raptor
/components/instance-creator @kyma-incubator/team-raptor
/components/ias-adapter @kyma-incubator/team-atlas
/components/operations-controller @kyma-incubator/team-falcon
/components/pairing-adapter @kyma-incubator/team-falcon
/components/schema-migrator @kyma-incubator/team-falcon @kyma-incubator/team-raptor
/installation/cmd @kyma-incubator/team-raptor
/installation/scripts @kyma-incubator/team-raptor
/installation/scripts/prow @kyma-incubator/team-raptor @kyma-incubator/team-falcon
/tests/connectivity-adapter @kyma-incubator/team-falcon
/tests/connector @kyma-incubator/team-raptor
/tests/director/tests/formation @kyma-incubator/team-raptor
/tests/director/tests/notifications @kyma-incubator/team-raptor
/tests/director/tests/runtime @kyma-incubator/team-raptor
/tests/gateway @kyma-incubator/team-raptor
/tests/istio @kyma-incubator/team-raptor
/tests/ns-adapter @kyma-incubator/team-falcon
/tests/ord-aggregator @kyma-incubator/team-falcon
/tests/ord-service @kyma-incubator/team-raptor
/tests/pairing-adapter @kyma-incubator/team-falcon
/tests/pkg/notifications @kyma-incubator/team-raptor
/tests/system-fetcher @kyma-incubator/team-falcon
/tests/tenant-fetcher @kyma-incubator/team-falcon
# All .md files
*.md @kyma-incubator/cmp-technical-writers
# All versioning files
Dockerfile
go.mod
go.sum