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 krew manifest for snapshot-api-objects #4227

Open
wants to merge 3 commits 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
29 changes: 29 additions & 0 deletions plugins/snapshot-api-objects.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: snapshot-api-objects
spec:
version: "v0.0.6"
homepage: https://github.com/oguzhan-yilmaz/kubectl-snapshot-api-objects
shortDescription: "Snapshot Kubernetes API Objects"
description: |
Snapshot all Kubernetes Objects and save them as yaml files in .tar.gz archive.
caveats: |
Requires:
- kubectl neat
platforms:
- selector:
matchExpressions:
- key: "os"
operator: "In"
values:
- darwin
- linux
uri: "https://github.com/oguzhan-yilmaz/kubectl-snapshot-api-objects/archive/v0.0.6.tar.gz" # https://github.com/achanda/kubectl-restart/archive/v0.0.3.zip
sha256: 6de572bbbc64378287decbaa54776e593b8a46c082c7dac025b79b86125ea692
files:
- from: "kubectl-snapshot-api-objects-*/snapshot-api-objects"
to: "."
- from: "kubectl-snapshot-api-objects-*/LICENSE"
to: "."
bin: snapshot-api-objects
Loading