-
Notifications
You must be signed in to change notification settings - Fork 1
/
.krew.yaml
29 lines (29 loc) · 1.12 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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: history
spec:
version: {{ .TagName }}
homepage: https://github.com/wd/kubectl-history
shortDescription: List & diff revisions of workload resources
description: |
This plugin allows viewing history reversions of deployment/daemonset/statefulset and shows diff between reversions.
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/wd/kubectl-history/releases/download/{{ .TagName }}/kubectl-history-{{ .TagName }}-linux-amd64.tar.gz" .TagName }}
bin: kubectl-history
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/wd/kubectl-history/releases/download/{{ .TagName }}/kubectl-history-{{ .TagName }}-darwin-arm64.tar.gz" .TagName }}
bin: kubectl-history
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/wd/kubectl-history/releases/download/{{ .TagName }}/kubectl-history-{{ .TagName }}-darwin-amd64.tar.gz" .TagName }}
bin: kubectl-history