Skip to content

Commit

Permalink
Krew manifest update for kubectl-del-namespace version v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Mar 27, 2024
1 parent ff56600 commit 76084f9
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions plugins/kubectl-del-namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# This file was generated by GoReleaser. DO NOT EDIT.
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: kubectl-del-namespace
spec:
version: v0.0.2
platforms:
- bin: kubectl-del-namespace.exe
uri: https://github.com/DoodleScheduling/kubectl-del-namespace/releases/download/v0.0.2/kubectl-del-namespace_0.0.2_windows_arm64.tar.gz
sha256: 523d0d5c8d088b6153bf2c2e3fc0cf985a30c95b80e2888dcd355666d8640221
selector:
matchLabels:
os: windows
arch: arm64
- bin: kubectl-del-namespace.exe
uri: https://github.com/DoodleScheduling/kubectl-del-namespace/releases/download/v0.0.2/kubectl-del-namespace_0.0.2_windows_amd64.tar.gz
sha256: ca0a9524f4ae45568916f05271cf5888de95c6ed7c8acc2b3295c17784f7e24a
selector:
matchLabels:
os: windows
arch: amd64
- bin: kubectl-del-namespace
uri: https://github.com/DoodleScheduling/kubectl-del-namespace/releases/download/v0.0.2/kubectl-del-namespace_0.0.2_linux_arm64.tar.gz
sha256: 0a22efe656ffecb9f2ab109a839bc4124ed1483266acc8c6cf759390bc6786f0
selector:
matchLabels:
os: linux
arch: arm64
- bin: kubectl-del-namespace
uri: https://github.com/DoodleScheduling/kubectl-del-namespace/releases/download/v0.0.2/kubectl-del-namespace_0.0.2_linux_amd64.tar.gz
sha256: f9d88cd31ee6bf5cc690a722b8823414322a54a3cbd1f7b8426258159b8fa631
selector:
matchLabels:
os: linux
arch: amd64
- bin: kubectl-del-namespace
uri: https://github.com/DoodleScheduling/kubectl-del-namespace/releases/download/v0.0.2/kubectl-del-namespace_0.0.2_darwin_arm64.tar.gz
sha256: 481dffd2b2512c6d6ee1e014c123a2926b9257858edccafdb11b0e3638b07a64
selector:
matchLabels:
os: darwin
arch: arm64
- bin: kubectl-del-namespace
uri: https://github.com/DoodleScheduling/kubectl-del-namespace/releases/download/v0.0.2/kubectl-del-namespace_0.0.2_darwin_amd64.tar.gz
sha256: b06123c037356139fcd202924b45e02eb5dd98a61dc874a0112536ef3b9611d5
selector:
matchLabels:
os: darwin
arch: amd64
shortDescription: kubectl plugin to forcefully delete a kubernetes namespace
description: kubectl plugin to forcefully delete a kubernetes namespace

0 comments on commit 76084f9

Please sign in to comment.