mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
28 lines
832 B
JSON
28 lines
832 B
JSON
{
|
|
"homepage": "https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/",
|
|
"description": "Kubernetes node provisioning tool",
|
|
"license": "Apache-2.0",
|
|
"version": "1.19.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.k8s.io/v1.19.2/bin/windows/amd64/kubeadm.exe",
|
|
"hash": "701e5ddc0b61440aeb924e0bda34480186a2cfc74c4b203cf7f2da5adf91e3c0"
|
|
}
|
|
},
|
|
"bin": "kubeadm.exe",
|
|
"checkver": {
|
|
"url": "https://storage.googleapis.com/kubernetes-release/release/stable.txt",
|
|
"regex": "v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.k8s.io/v$version/bin/windows/amd64/kubeadm.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha1"
|
|
}
|
|
}
|
|
}
|