forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwarp.yaml
42 lines (41 loc) · 1.28 KB
/
warp.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
37
38
39
40
41
42
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: warp
spec:
version: "v0.0.2"
homepage: https://github.com/ernoaapa/kubectl-warp
shortDescription: Sync and execute local files in Pod
description: |
This plugin is like `kubectl run` with `rsync`.
It creates temporary Pod and synchronises your local files to
the desired container and executes any command.
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/ernoaapa/kubectl-warp/releases/download/v0.0.2/kubectl-warp_0.0.2_linux_amd64.tar.gz
sha256: "be5acacba8fd3c6693c6cad633e228f9736d34eed5d30b8457101a0c6379fb37"
files:
- from: kubectl-warp
to: .
- from: LICENSE
to: .
bin: ./kubectl-warp
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/ernoaapa/kubectl-warp/releases/download/v0.0.2/kubectl-warp_0.0.2_darwin_amd64.tar.gz
sha256: "9c9821536258b3eb185a44100ad95c7018cb1e0258fb400348843b39f1286136"
files:
- from: kubectl-warp
to: .
- from: LICENSE
to: .
bin: ./kubectl-warp
caveats: |
Read the documentation: https://github.com/ernoaapa/kubectl-warp
This plugin needs the following programs:
* rsync