From 20d407bb66336269f0fd6873db3249d472a47f54 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Fri, 11 Sep 2020 06:44:35 +0100 Subject: [PATCH] Add kind (#1348) --- bucket/kind.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/kind.json diff --git a/bucket/kind.json b/bucket/kind.json new file mode 100644 index 0000000000..7d7c6e86f4 --- /dev/null +++ b/bucket/kind.json @@ -0,0 +1,23 @@ +{ + "homepage": "https://kind.sigs.k8s.io/docs/user/quick-start/", + "description": "kind is a tool for running local Kubernetes clusters using Docker container nodes.", + "license": "Apache-2.0", + "version": "0.8.1", + "architecture": { + "64bit": { + "url": "https://github.com/kubernetes-sigs/kind/releases/download/v0.8.1/kind-windows-amd64#/kind.exe", + "hash": "10d0a4adc7485a0525831b2cd67062dd75d551ec0133f09e3a7d2b2674f7efc5" + } + }, + "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" + } + } + } +}