Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release new version v1.4.0 of get-all #4375

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 42 additions & 56 deletions plugins/get-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,65 +3,51 @@ kind: Plugin
metadata:
name: get-all
spec:
version: v1.3.8
platforms:
- uri: https://github.com/corneliusweig/ketall/releases/download/v1.3.8/get-all-amd64-linux.tar.gz
sha256: f2595f998f02b64b4b360905a64bf72060a89060713d9120febf5451073e4071
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.8/get-all-amd64-darwin.tar.gz
sha256: 3a39db7c04c730bb1d2667cfbfd667b08fb2391c071be5a5d2f15eb3ea7391e1
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.8/get-all-arm64-darwin.tar.gz
sha256: 1354ff2b1561ed752c9d25e7bf74200447ff3551f4b3eae1903d05d2ff6e727e
bin: get-all-arm64-darwin
files:
- from: get-all-arm64-darwin
to: .
- from: LICENSE
to: .
selector:
matchLabels:
os: darwin
arch: arm64
- uri: https://github.com/corneliusweig/ketall/releases/download/v1.3.8/get-all-amd64-windows.zip
sha256: bc783037888fd9176f638dc65de6131ba076ad82f662ef400b897a37447c54c7
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

version: v1.4.0
homepage: https://github.com/stackitcloud/kubectl-get-all
shortDescription: Like `kubectl get all` but **really** everything
description: |
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
`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
More on https://github.com/stackitcloud/kubectl-get-all/blob/main/doc/USAGE.md
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/stackitcloud/kubectl-get-all/releases/download/v1.4.0/get-all_v1.4.0_linux_amd64.tar.gz
sha256: 05a0a8e98e0f53a1b2b6d546411438ff741c3b1b032759eda0584a4d0b93dd48
bin: kubectl-get-all
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/stackitcloud/kubectl-get-all/releases/download/v1.4.0/get-all_v1.4.0_linux_arm64.tar.gz
sha256: bbf544580db492d1d9f7f51f47663c857954c044393fa8d6ee48edd30b502e1d
bin: kubectl-get-all
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/stackitcloud/kubectl-get-all/releases/download/v1.4.0/get-all_v1.4.0_darwin_amd64.tar.gz
sha256: 5836cc767d8a44ad5501abdb4c087e0179166053d5bf048ccb58379104a3fad6
bin: kubectl-get-all
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/stackitcloud/kubectl-get-all/releases/download/v1.4.0/get-all_v1.4.0_darwin_arm64.tar.gz
sha256: f3b72b587d4ad16a4e5f01a1cb34802d6b0ceb9b979081bfe9fcafd9e0f9154d
bin: kubectl-get-all
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/stackitcloud/kubectl-get-all/releases/download/v1.4.0/get-all_v1.4.0_windows_amd64.zip
sha256: 7039d6ea6a5fd6799b043399da28f0bdeacef95a16810c13746e4e43fe22a3dd
bin: kubectl-get-all.exe
Loading