-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathlabeler.yml
More file actions
80 lines (80 loc) · 2.21 KB
/
Copy pathlabeler.yml
File metadata and controls
80 lines (80 loc) · 2.21 KB
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
76
77
78
79
80
# access
"domain:Access":
- changed-files:
- any-glob-to-any-file:
- "internal/cmd/alb/*"
- "internal/cmd/albwaf/*"
- "internal/cmd/cdn/*"
- "internal/cmd/certificates/*"
- "internal/cmd/loadbalancer/*"
- "internal/cmd/vpn/*"
# runtimes
"domain:Runtimes":
- changed-files:
- any-glob-to-any-file:
- "internal/cmd/ske/*"
- "internal/cmd/scf/*"
- "internal/cmd/edge/*"
# support
# no support domain sdk modules available yet
# central services
"domain:CentralServices":
- changed-files:
- any-glob-to-any-file:
- "internal/cmd/dns/*"
- "internal/cmd/git/*"
- "internal/cmd/intake/*"
- "internal/cmd/kms/*"
- "internal/cmd/kms/*"
- "internal/cmd/logs/*"
- "internal/cmd/modelserving/*"
- "internal/cmd/observability/*"
- "internal/cmd/rabbitmq/*"
- "internal/cmd/redis/*"
- "internal/cmd/opensearch/*"
- "internal/cmd/logme/*"
- "internal/cmd/telemetryrouter/*"
- "internal/cmd/telemetrylink/*"
- "internal/cmd/secretsmanager/*"
- "internal/cmd/dremio/*"
- "internal/cmd/modelexperiments/*"
- "internal/cmd/ufw/*"
- "internal/cmd/workflows/*"
- "internal/cmd/valkey/*"
# databases
"domain:Databases":
- changed-files:
- any-glob-to-any-file:
- "internal/cmd/mongodbflex/*"
- "internal/cmd/mariadb/*"
- "internal/cmd/sqlserverflex/*"
- "internal/cmd/postgresflex/*"
# IaaS
"domain:IaaS":
- changed-files:
- any-glob-to-any-file:
- "internal/cmd/network-area/*"
- "internal/cmd/network/*"
- "internal/cmd/network-interface/*"
- "internal/cmd/public-ip/*"
- "internal/cmd/server/*"
- "internal/cmd/volume/*"
- "internal/cmd/security-group/*"
- "internal/cmd/image/*"
- "internal/cmd/objectstorage/*"
- "internal/cmd/runcommand/*"
- "internal/cmd/serverbackup/*"
- "internal/cmd/serverupdate/*"
- "internal/cmd/sfs/*"
- "internal/cmd/automation/*"
# core platform
"domain:CorePlatform":
- changed-files:
- any-glob-to-any-file:
- "internal/cmd/auditlog/*"
- "internal/cmd/authorization/*"
- "internal/cmd/organization/*"
- "internal/cmd/project/*"
- "internal/cmd/serviceaccount/*"
- "internal/cmd/serviceenablement/*"
- "internal/cmd/cost/*"