mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
28 lines
799 B
JSON
28 lines
799 B
JSON
{
|
|
"version": "1.32.3",
|
|
"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.32.3/bin/windows/amd64/kubelet.exe",
|
|
"hash": "a3ec4ed2f508e792b342da25db59c72613c608f85faea7d93b36415d235ff88f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|