-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.krew.yaml
30 lines (30 loc) · 887 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
25
26
27
28
29
30
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: mexec
spec:
version: "{{ .TagName }}"
homepage: https://github.com/major1201/kubectl-mexec
shortDescription: "Execute on multiple pods in parallel"
description: A fast way to run kubectl exec/cp on multiple pods in parallel.
platforms:
- selector:
matchExpressions:
- key: "os"
operator: "In"
values:
- darwin
- linux
{{addURIAndSha "https://github.com/major1201/kubectl-mexec/archive/refs/tags/{{ .TagName }}.tar.gz" .TagName }}
files:
- from: "kubectl-mexec-*/kubectl-mexec"
to: "."
- from: "kubectl-mexec-*/mexec-*"
to: "."
- from: "kubectl-mexec-*/display-help.sh"
to: "."
- from: "kubectl-mexec-*/scripts"
to: "."
- from: "kubectl-mexec-*/LICENSE"
to: "."
bin: kubectl-mexec