-
Notifications
You must be signed in to change notification settings - Fork 674
/
Copy pathCODEOWNERS
34 lines (30 loc) · 1.04 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
# default rule, unless a more specific rule applies
* @awsdocs/eks-admins
# lower approval for specific non-content folders
/.vscode/ [email protected]
# default rule for user guide
/latest/ug/ @awsdocs/eks-contributors
# guide section assignments
/latest/ug/automode/ [email protected]
/latest/ug/clusters/ [email protected]
/latest/ug/manage-access/ [email protected]
/latest/ug/workloads/ [email protected]
/latest/ug/networking/ [email protected]
/latest/ug/storage/ [email protected]
/latest/ug/nodes/ [email protected]
/latest/ug/nodes/hybrid-nodes-* [email protected]
/latest/ug/connector/ [email protected]
/latest/ug/contribute/ [email protected]
/latest/ug/getting-started/ [email protected]
/latest/ug/integrations/ [email protected]
/latest/ug/observability/ [email protected]
/latest/ug/outposts/ [email protected]
/latest/ug/security/ [email protected]
/latest/ug/what-is/ [email protected]
# use default rule
# /latest/ug/troubleshooting/
# /latest/ug/images/
# /latest/ug/images_BJS/
# /latest/ug/YAML
# /latest/ug/iam_policies/
# /latest/ug/diagrams/