forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
df-pv.yaml
47 lines (47 loc) · 1.42 KB
/
df-pv.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
43
44
45
46
47
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: df-pv
spec:
version: v0.2.5
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/yashbhutwala/kubectl-df-pv/releases/download/v0.2.5/kubectl-df-pv_v0.2.5_linux_amd64.tar.gz
sha256: e3e20c5cacea9061059be038ab13d55ef44e37b6d228fa4bace9523df6ade49e
files:
- from: "df-pv"
to: "."
- from: "LICENSE"
to: "."
bin: "df-pv"
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/yashbhutwala/kubectl-df-pv/releases/download/v0.2.5/kubectl-df-pv_v0.2.5_darwin_amd64.tar.gz
sha256: 1b20d10535216a3c21ba219af1330743ec4008a05da3e3aa77158f7efbe9b1bd
files:
- from: "df-pv"
to: "."
- from: "LICENSE"
to: "."
bin: "df-pv"
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/yashbhutwala/kubectl-df-pv/releases/download/v0.2.5/kubectl-df-pv_v0.2.5_windows_amd64.zip
sha256: 259223a6ca175bcad66db943543642f3d8f88f3f1b9db0c802a25d48efd320d3
files:
- from: "df-pv.exe"
to: "."
- from: "LICENSE"
to: "."
bin: "df-pv.exe"
shortDescription: Show disk usage (like unix df) for persistent volumes
homepage: https://github.com/yashbhutwala/kubectl-df-pv
description: |
This plugin emulates Unix style df for persistent volumes.