mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-27 05:44:39 +00:00
28 lines
802 B
JSON
28 lines
802 B
JSON
{
|
|
"version": "1.35.1",
|
|
"description": "Kubernetes node provisioning tool",
|
|
"homepage": "https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.k8s.io/v1.35.1/bin/windows/amd64/kubeadm.exe",
|
|
"hash": "acd2aed9e6d04e2bd53ee93ba0f2848678aaf6df8e9c788f2e286fea3cc377e5"
|
|
}
|
|
},
|
|
"bin": "kubeadm.exe",
|
|
"checkver": {
|
|
"url": "https://dl.k8s.io/release/stable.txt",
|
|
"regex": "v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.k8s.io/v$version/bin/windows/amd64/kubeadm.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|