2022-03-07 12:30:16 +00:00

24 lines
820 B
JSON

{
"version": "0.12.0",
"description": "kind is a tool for running local Kubernetes clusters using Docker container nodes.",
"homepage": "https://kind.sigs.k8s.io/docs/user/quick-start",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kind/releases/download/v0.12.0/kind-windows-amd64#/kind.exe",
"hash": "5a2afcd22ffa4efa58b26ba84a2cebcc4ccdb3a3607cd94211f8fab4eef83797"
}
},
"bin": "kind.exe",
"checkver": {
"github": "https://github.com/kubernetes-sigs/kind"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kind/releases/download/v$version/kind-windows-amd64#/kind.exe"
}
}
}
}