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

[Handbook] Repository Overview: Add new project - kubectl-kanvas-snapshot plugin #6207

Merged
merged 1 commit into from
Jan 28, 2025
Merged
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
9 changes: 9 additions & 0 deletions src/sections/Community/Handbook/repo-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,15 @@ export const repo_data = [
"The Kanvas Snapshot Helm Plugin allows users to generate a visual snapshot of their Helm charts directly from the command line.",
repository: "https://github.com/meshery/helm-kanvas-snapshot",
},
{
project: "Kubectl kanvas snapshot",
image: kanvasLogo,
language: "Golang",
maintainers_name: ["Vacant"],
link: [""],
description: "A Kubectl Kanvas Snapshot is a native kubectl plugin designed to conveniently create a visual snapshot of the combination of multiple Kubernetes manifest files.",
repository: "https://github.com/meshery/kubectl-kanvas-snapshot",
},
],
},

Expand Down
Loading