-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.krew.yaml
37 lines (37 loc) · 1.44 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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: mapr-ticket
spec:
version: {{ .TagName }}
homepage: https://github.com/nobbs/kubectl-mapr-ticket
shortDescription: "Get information about deployed MapR tickets"
description: |
This plugin allows you to get information about MapR tickets deployed in the
cluster, including data parsed from the ticket itself, e.g. ticket expiry
date, user name, etc.
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/nobbs/kubectl-mapr-ticket/releases/download/{{ .TagName }}/kubectl-mapr-ticket-amd64-darwin.tar.gz" .TagName }}
bin: kubectl-mapr-ticket
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/nobbs/kubectl-mapr-ticket/releases/download/{{ .TagName }}/kubectl-mapr-ticket-arm64-darwin.tar.gz" .TagName }}
bin: kubectl-mapr-ticket
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/nobbs/kubectl-mapr-ticket/releases/download/{{ .TagName }}/kubectl-mapr-ticket-amd64-linux.tar.gz" .TagName }}
bin: kubectl-mapr-ticket
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/nobbs/kubectl-mapr-ticket/releases/download/{{ .TagName }}/kubectl-mapr-ticket-arm64-linux.tar.gz" .TagName }}
bin: kubectl-mapr-ticket