mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 00:21:37 +00:00
28 lines
799 B
JSON
28 lines
799 B
JSON
{
|
|
"version": "1.31.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.31.2/bin/windows/amd64/kubelet.exe",
|
|
"hash": "bbf49098ec84aa936a957c344afa2e4f42540180d23b3d31270ac26a81850fc5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|