mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
28 lines
799 B
JSON
28 lines
799 B
JSON
{
|
|
"version": "1.34.1",
|
|
"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.34.1/bin/windows/amd64/kubelet.exe",
|
|
"hash": "38275446735fefaf5350b82fb6957a663f198a59a77ff8fed6b1b98c2883a6d9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|