forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
get-all.yaml
56 lines (52 loc) · 1.73 KB
/
get-all.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
48
49
50
51
52
53
54
55
56
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: get-all
spec:
version: v1.3.2
platforms:
- uri: https://github.com/corneliusweig/ketall/releases/download/v1.3.2/get-all-amd64-linux.tar.gz
sha256: 51402039d67e87057c0c457e534a02e3247ba5c28cc2cb391ec758fd8b05be54
bin: get-all-amd64-linux
files:
- from: get-all-amd64-linux
to: .
- from: LICENSE
to: .
selector:
matchLabels:
os: linux
arch: amd64
- uri: https://github.com/corneliusweig/ketall/releases/download/v1.3.2/get-all-amd64-darwin.tar.gz
sha256: f02c0d5ce7265061d44e4c55b78b15aa7954de45aff62650c6dfb3506163abd5
bin: get-all-amd64-darwin
files:
- from: get-all-amd64-darwin
to: .
- from: LICENSE
to: .
selector:
matchLabels:
os: darwin
arch: amd64
- uri: https://github.com/corneliusweig/ketall/releases/download/v1.3.2/get-all-amd64-windows.zip
sha256: 7fb4265cc94274588af59f2055033eb068978551a23d76d672b210eb8b9aae26
bin: get-all-amd64-windows.exe
files:
- from: get-all-amd64-windows.exe
to: .
- from: LICENSE
to: .
selector:
matchLabels:
os: windows
arch: amd64
shortDescription: Like `kubectl get all` but _really_ everything
homepage: https://github.com/corneliusweig/ketall
description: |+2
Like 'kubectl get all', but get _really_ all resources
For a complete overview of all resources in a kubernetes cluster,
$ kubectl get all --all-namespaces
is not enough, because it simply does not show everything. This helper
lists _really_ all resources on the cluster.
More on https://github.com/corneliusweig/ketall/blob/master/doc/USAGE.md