The Wayback Machine - https://web.archive.org/web/20220620135458/https://github.com/topics/kubectl-plugin
Skip to content
#

kubectl-plugin

Here are 141 public repositories matching this topic...

patrickdappollonio
patrickdappollonio commented Nov 11, 2021

Now that --include-kind and --include-name and their --exclude-* counterparts are in, as well as supporting globs on either of them, I should add:

  • --include: to include any resource based on the format ${kind}/${name}
  • --exclude: to do the opposite

That way, you can do any of these queries:

kubectl-slice --include "deployment/*"
kubectl-slice --exclude "c
enhancement good first issue community-feedback

Improve this page

Add a description, image, and links to the kubectl-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kubectl-plugin topic, visit your repo's landing page and select "manage topics."

Learn more