robscott / kube-capacity

A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
Apache License 2.0
2.13k stars 115 forks source link

Add CSV and TSV output types to export data to spreadsheets #93

Closed fnickels closed 9 months ago

fnickels commented 1 year ago

Requested changes are done

robscott commented 1 year ago

Thanks @fnickels!

isaacnboyd commented 9 months ago

Awesome feature @fnickels !

I have rebased this feature branch off of main and cleaned the lint on it so that this can be merged.

The new PR is #110

Please let me know if there was a better way to go about doing this. All commits by @fnickels will be preserved.

robscott commented 9 months ago

Closing this out in favor of #110