-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.krew.yaml
30 lines (30 loc) · 1.22 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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: multinet
spec:
version: {{ .TagName }}
homepage: https://github.com/k8snetworkplumbingwg/kubectl-multinet
shortDescription: "Shows pods' network-status of multi-net-spec"
description: |
Shows pods' network-status annotation, defined in NPWG multi-net-spec,
https://github.com/k8snetworkplumbingwg/multi-net-spec.
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/k8snetworkplumbingwg/kubectl-multinet/releases/download/{{ .TagName }}/kubectl-multinet_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
bin: kubectl-multinet
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/k8snetworkplumbingwg/kubectl-multinet/releases/download/{{ .TagName }}/kubectl-multinet_{{ .TagName }}_linux_arm64.tar.gz" .TagName }}
bin: kubectl-multinet
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/k8snetworkplumbingwg/kubectl-multinet/releases/download/{{ .TagName }}/kubectl-multinet_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
bin: kubectl-multinet