-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkubewall.json
29 lines (29 loc) · 1.09 KB
/
kubewall.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
{
"version": "0.0.10",
"architecture": {
"32bit": {
"url": "https://github.com/kubewall/kubewall/releases/download/v0.0.10/kubewall_Windows_i386.zip",
"bin": [
"kubewall.exe"
],
"hash": "3afd543bcfaf5a3600d3bc236800437cfaa6a1f223176d0090dc5f720ebcf45e"
},
"64bit": {
"url": "https://github.com/kubewall/kubewall/releases/download/v0.0.10/kubewall_Windows_x86_64.zip",
"bin": [
"kubewall.exe"
],
"hash": "6b29a5a2359aa130fcfa5b23a031c8a2c7d719fbd11c6423fe014611f73901f0"
},
"arm64": {
"url": "https://github.com/kubewall/kubewall/releases/download/v0.0.10/kubewall_Windows_arm64.zip",
"bin": [
"kubewall.exe"
],
"hash": "2a10665ceb7059270a6041b926b074a227dbaecd42020278bec3dce4db89e4d0"
}
},
"homepage": "https://github.com/kubewall/kubewall",
"license": "Apache License 2.0",
"description": "kubewall is a single binary to manage multiple clusters."
}