forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkuttl.yaml
41 lines (40 loc) · 1.45 KB
/
kuttl.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: kuttl
spec:
version: "v0.4.0"
shortDescription: Declaratively run and test operators
homepage: https://kuttl.dev/
description: |
The KUbernetes Test TooL (KUTTL) is a highly productive test
toolkit for testing operators on Kubernetes.
platforms:
- selector:
matchLabels:
os: "linux"
arch: "amd64"
uri: https://github.com/kudobuilder/kuttl/releases/download/v0.4.0/kuttl_0.4.0_linux_x86_64.tar.gz
sha256: "947dbf0fb8ffcc8a5ea8346f2aa308e2e271743192331ac3f05cc8c4e90950e8"
bin: "./kubectl-kuttl"
- selector:
matchLabels:
os: "linux"
arch: "386"
uri: https://github.com/kudobuilder/kuttl/releases/download/v0.4.0/kuttl_0.4.0_linux_i386.tar.gz
sha256: "831abda034b4f1ebdeca349adca783f30053ec5f6948df8af2373704b8606cff"
bin: "./kubectl-kuttl"
- selector:
matchLabels:
os: "darwin"
arch: "amd64"
uri: https://github.com/kudobuilder/kuttl/releases/download/v0.4.0/kuttl_0.4.0_darwin_x86_64.tar.gz
sha256: "d2bf88f9a7726d69c657f5e63a9a4bc4189f5f58accec556c4389232b5eb827c"
bin: "./kubectl-kuttl"
- selector:
matchLabels:
os: "darwin"
arch: "386"
uri: https://github.com/kudobuilder/kuttl/releases/download/v0.4.0/kuttl_0.4.0_darwin_i386.tar.gz
sha256: "d94c57e44b6e09790bcadfbd1a230b5e5bda8b31d26576170cd486779d7135c2"
bin: "./kubectl-kuttl"