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

Add backup-diff plugin to index #3449

Closed
wants to merge 3 commits into from
Closed
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
26 changes: 26 additions & 0 deletions plugins/backup-diff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: backup-diff
spec:
version: "v1.0.2"
homepage: https://github.com/milapj/kubectl-backup-diff
shortDescription: Back up a resource, shows state drift with current
description: |
Resource backup, git-diff like compare state for recovery
platforms:
- selector:
matchExpressions:
- key: "os"
operator: "In"
values:
- darwin
- linux
uri: https://github.com/milapj/kubectl-backup-diff/archive/refs/tags/v1.0.2.tar.gz
sha256: 86f52e0bba84caa126720668f6c0401bc864bc850b60f2d07a18b6166ccf42f5
files:
- from: "kubectl-backup-diff-1.0.2/cmd/kubectl-backup-diff"
to: "kubectl-backup-diff"
- from: "kubectl-backup-diff-1.0.2/LICENSE"
to: "."
bin: kubectl-backup-diff