From 22003faddfde9764036556263f4ef29c2c8e5ea6 Mon Sep 17 00:00:00 2001 From: Krew Release Bot Date: Wed, 29 Jan 2025 12:31:01 +0000 Subject: [PATCH] new version v1.4.1 of get-all --- plugins/get-all.yaml | 98 +++++++++++++++++++------------------------- 1 file changed, 42 insertions(+), 56 deletions(-) diff --git a/plugins/get-all.yaml b/plugins/get-all.yaml index 7f6bde79a3d..7f311cc42de 100644 --- a/plugins/get-all.yaml +++ b/plugins/get-all.yaml @@ -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