Skip to content

A demo project to simply select and list arbitrary resource types by selector.

Notifications You must be signed in to change notification settings

alexeldeib/kubefind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubefind

A demo project to simply select and list arbitrary resource types by selector.

Usage

./kubefind --gvk "apps.v1.Deployment" --label tier=node

will print all deployments matching the label tier=node.

gvk and label are both array flags.

You can specify several labels if you want to match a more granular set.

The output will be all objects from all specified GVKs matching the union of input labels.

About

A demo project to simply select and list arbitrary resource types by selector.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages