mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
28 lines
829 B
JSON
28 lines
829 B
JSON
{
|
|
"version": "1.27.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.27.3/bin/windows/amd64/kubelet.exe",
|
|
"hash": "cb8529fb1cc3e701f58ab476dae2ee1acdf135e3ad492d904d92b95ca857ae98"
|
|
}
|
|
},
|
|
"bin": "kubelet.exe",
|
|
"checkver": {
|
|
"url": "https://storage.googleapis.com/kubernetes-release/release/stable.txt",
|
|
"regex": "v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.k8s.io/v$version/bin/windows/amd64/kubelet.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha1"
|
|
}
|
|
}
|
|
}
|