mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
28 lines
799 B
JSON
28 lines
799 B
JSON
{
|
|
"version": "1.33.2",
|
|
"description": "Kubernetes node agent",
|
|
"homepage": "https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.k8s.io/v1.33.2/bin/windows/amd64/kubelet.exe",
|
|
"hash": "8e52935f7701d18c608b5918019efbd735ed6b382880784061415c03c5ab5758"
|
|
}
|
|
},
|
|
"bin": "kubelet.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/kubelet.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|