-
Notifications
You must be signed in to change notification settings - Fork 4
/
.krew.yaml
24 lines (24 loc) · 871 Bytes
/
.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
# Krew Manifest
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: browse-pvc
spec:
version: "{{ .TagName }}"
homepage: https://github.com/clbx/kubectl-browse-pvc
shortDescription: "Browse PVC contents from the command line."
description: "Browse PVCs from the command line. Creates a job thats binds an unbound PVC and execs into it."
platforms:
# macOS
- selector:
matchLabels:
os: darwin
{{addURIAndSha "https://github.com/clbx/kubectl-browse-pvc/releases/download/{{ .TagName }}/kubectl-browse-pvc-darwin.zip" .TagName }}
bin: kubectl-browse-pvc
# linux
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/clbx/kubectl-browse-pvc/releases/download/{{ .TagName }}/kubectl-browse-pvc-linux.zip" .TagName }}
bin: kubectl-browse-pvc