-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cctemplate
More file actions
23 lines (22 loc) · 663 Bytes
/
.cctemplate
File metadata and controls
23 lines (22 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"metadata": {
"version": "1"
},
"templates": [
{
"path": "file-sync-example",
"name": "File Sync Example",
"description": "A Node.js and Python app demonstrating Cloud Code's file sync capability."
},
{
"path": "hello-world",
"name": "Golang Hello World App",
"description": "A simple golang sample"
},
{
"path": "kubernetes-custom-sample/nodejs",
"name": "Kubernetes Custom Sample - Node.js",
"description": "A two-service sample with a MongoDB database run on Kubernetes"
}
]
}