-
Notifications
You must be signed in to change notification settings - Fork 27
/
.krew.yaml
41 lines (41 loc) · 1.56 KB
/
.krew.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: mayastor
spec:
version: {{ .TagName }}
homepage: https://openebs.io/docs/
shortDescription: Provides commands for OpenEBS Mayastor.
description: |
This plugin allows you to manage Mayastor volumes and upgrades.
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/openebs/mayastor-extensions/releases/download/{{ .TagName }}/kubectl-mayastor-x86_64-apple-darwin.tar.gz" .TagName }}
bin: kubectl-mayastor
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/openebs/mayastor-extensions/releases/download/{{ .TagName }}/kubectl-mayastor-aarch64-apple-darwin.tar.gz" .TagName }}
bin: kubectl-mayastor
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/openebs/mayastor-extensions/releases/download/{{ .TagName }}/kubectl-mayastor-x86_64-linux-musl.tar.gz" .TagName }}
bin: kubectl-mayastor
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/openebs/mayastor-extensions/releases/download/{{ .TagName }}/kubectl-mayastor-aarch64-linux-musl.tar.gz" .TagName }}
bin: kubectl-mayastor
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/openebs/mayastor-extensions/releases/download/{{ .TagName }}/kubectl-mayastor-x86_64-windows-gnu.tar.gz" .TagName }}
bin: kubectl-mayastor.exe