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.1.5
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/yashbhutwala/kubectl-df-pv/releases/download/v0.1.5/kubectl-df-pv_v0.1.5_linux_amd64.tar.gz
sha256: d6a300cad76649bb54aa0032fcae9acaedcae96b44b895dbf9c8ac03e782c52d
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.1.5/kubectl-df-pv_v0.1.5_darwin_amd64.tar.gz
sha256: a40e9c03031206307e6dda59405badc577092a8bbc35fcfb54b75f27b1490d75
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.1.5/kubectl-df-pv_v0.1.5_windows_amd64.zip
sha256: 65773d674a3c99d4a23dbe47319ecdc8b7d3854bd13e6e34901ae572373a90c0
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.