-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 909 Bytes
/
package.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
{
"name": "k8s-snippets",
"engines": {
"vscode": "^1.11.0"
},
"contributes": {
"snippets": [
{
"language": "yaml",
"path": "./snippets/k8s_io-api.json"
},
{
"language": "yaml",
"path": "./snippets/toolkit_fluxcd_io-api.json"
},
{
"language": "yaml",
"path": "./snippets/cert-manager_io-api.json"
},
{
"language": "yaml",
"path": "./snippets/volsync_backube-api.json"
},
{
"language": "yaml",
"path": "./snippets/monitoring_coreos-api.json"
},
{
"language": "yaml",
"path": "./snippets/nfd_k8s-sigs_io-api.json"
},
{
"language": "yaml",
"path": "./snippets/kyverno_io-api.json"
},
{
"language": "yaml",
"path": "./snippets/actions_summerwind_dev-api.json"
}
]
}
}