-
Notifications
You must be signed in to change notification settings - Fork 402
/
built-in.json
66 lines (66 loc) · 1.54 KB
/
built-in.json
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
[{
"appId":"template",
"packagePath": "saas/template/build"
},{
"appId": "job",
"packagePath": "saas/job/build",
"patch": "saas/job/api/patch.yaml"
},{
"appId": "app",
"packagePath": "saas/app/build",
"patch": "saas/app/api/patch.yaml"
},{
"appId": "cluster",
"packagePath": "saas/cluster/build",
"patch": "saas/cluster/api/patch.yaml"
},{
"appId": "swadmin",
"packagePath": "saas/swadmin/build"
},{
"appId": "team",
"packagePath": "saas/team/build",
"patch": "saas/team/api/patch.yaml"
},{
"appId": "help",
"packagePath": "saas/help/build"
},{
"appId": "health",
"packagePath": "saas/health/build",
"patch": "saas/health/api/patch.yaml"
},{
"appId": "search",
"packagePath": "saas/search/build",
"patch": "saas/search/api/patch.yaml"
},{
"appId": "upload",
"packagePath": "saas/upload/build",
"patch": "saas/upload/api/patch.yaml"
},{
"appId": "ocenter",
"packagePath": "saas/ocenter/build"
},{
"appId": "healing",
"packagePath": "saas/healing/build"
},{
"appId": "desktop",
"packagePath": "saas/desktop/build"
},{
"appId": "aiops",
"packagePath": "saas/aiops/build",
"patch": "saas/aiops/api/patch.yaml"
},{
"appId": "system",
"packagePath": "saas/system/build"
},{
"appId": "dataops",
"packagePath": "saas/dataops/build",
"patch": "saas/dataops/api/patch.yaml"
},{
"appId": "flycore",
"packagePath": "saas/swcore/build",
"patch": "saas/swcore/api/core/patch.yaml",
"duplicateYAML":[{
"source": "launch.yaml.tpl",
"target": "launch-nodeport.yaml.tpl"
}]
}]