davidB / kubectl-view-allocations

kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)

Home Page:https://crates.io/crates/kubectl-view-allocations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support json output

jeffcouch21 opened this issue · comments

This goes along with CSV output, the need has come up for us to track object allocations over time in json format. This would also allow for the timestamp data to be reported only once in the document. It will also allow for other descriptive data about the hierarchy to be included, including labels on the object (node, pod, namespace) in question.

Why not use the k8s server api in this case ?

no response, I close the ticket.
feel free to re-open to continue the discussion/request