MCPcopy Index your code
hub / github.com/ashleyschuett/kubeconfig-cleanup

github.com/ashleyschuett/kubeconfig-cleanup @v1.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.1 ↗ · + Follow
30 symbols 65 edges 4 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

kubeconfig-cleanup

About

Description

A kubectl plugin to clean up your kubeconfig file

Installation

Add kubeconfig-cleanup to your kubectl plugins directory. For more information about how plugins are loaded, please see the official documentation.

curl -LO https://github.com/ashleyschuett/kubeconfig-cleanup/releases/download/v1.0.1/cleanup && \
curl -LO https://raw.githubusercontent.com/ashleyschuett/kubeconfig-cleanup/v1.0.1/plugin.yaml && \
mkdir ~/.kube/plugins/kubeconfig-cleanup && mv cleanup plugin.yaml

Usage

Parse through kubeconfig in default directory

kubectl plugin kubeconfig-cleanup

Parse through kubeconfig at custom location

kubectl plugin kubeconfig-cleanup --kubeconfig /custom/kubeconfig/location

Core symbols most depended-on inside this repo

Shape

Method 22
Function 5
Struct 3

Languages

Go100%

Modules by API surface

pkg/config/config.go15 symbols
pkg/config/prompt.go9 symbols
pkg/config/workqueue.go5 symbols
cleanup.go1 symbols

For agents

$ claude mcp add kubeconfig-cleanup \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page