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.1 of get-all #4376

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.1
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.1/get-all_v1.4.1_linux_amd64.tar.gz
sha256: befde6774e154333760d981b104fc4b6f809cc58212e09323b72e709a438cc06
bin: get-all
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/stackitcloud/kubectl-get-all/releases/download/v1.4.1/get-all_v1.4.1_linux_arm64.tar.gz
sha256: b01ef2128fc6a285706f2407f427f5276cf176170b4a5e4051da49ad550af3c3
bin: get-all
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/stackitcloud/kubectl-get-all/releases/download/v1.4.1/get-all_v1.4.1_darwin_amd64.tar.gz
sha256: 9330c54fb2c25ca2ed31bef28d4fb0295004839de6c5a4fff698c0305b345fbf
bin: get-all
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/stackitcloud/kubectl-get-all/releases/download/v1.4.1/get-all_v1.4.1_darwin_arm64.tar.gz
sha256: 411ef9b65d821310035aa7cb10e3f6c57ac1ba5cd6eb51c82654c47d6a0f1e64
bin: get-all
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/stackitcloud/kubectl-get-all/releases/download/v1.4.1/get-all_v1.4.1_windows_amd64.zip
sha256: ee4914d174b21372831c1bada822995f57f4371fd0d66d3710b7441f59b7000e
bin: get-all.exe