forked from soluble-ai/kubetap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.krew.yaml
36 lines (36 loc) · 1.3 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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: tap
spec:
version: {{ .TagName }}
homepage: https://soluble-ai.github.io/kubetap/
shortDescription: "Interactively proxy Kubernetes Services with ease"
description: |
Interactively proxy Kubernetes Services by deploying
intercepting proxy sidecars.
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
{{ addURIAndSha "https://github.com/soluble-ai/kubetap/releases/download/{{ .TagName }}/kubetap_{{ .TagName }}_Darwin_x86_64.tar.gz" .TagName }}
bin: kubectl-tap
- selector:
matchLabels:
os: windows
arch: amd64
{{ addURIAndSha "https://github.com/soluble-ai/kubetap/releases/download/{{ .TagName }}/kubetap_{{ .TagName }}_Windows_x86_64.zip" .TagName }}
bin: kubectl-tap.exe
- selector:
matchLabels:
os: linux
arch: amd64
{{ addURIAndSha "https://github.com/soluble-ai/kubetap/releases/download/{{ .TagName }}/kubetap_{{ .TagName }}_Linux_x86_64.tar.gz" .TagName }}
bin: kubectl-tap
- selector:
matchLabels:
os: linux
arch: arm64
{{ addURIAndSha "https://github.com/soluble-ai/kubetap/releases/download/{{ .TagName }}/kubetap_{{ .TagName }}_Linux_arm64.tar.gz" .TagName }}
bin: kubectl-tap