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

Public methods & structs

deepu105 opened this issue · comments

Any plans to make the main methods and structs into public API so that this lib can be used as a library. I was trying to do something similar for https://github.com/kdash-rs/kdash and found this. I was hoping to use some of the functions from this instead of recoding it

Sorry I didn't see the notification of the message. Yes I can definitly make stuff public

That would be super cool

I release 0.14 version. being used as lib is far to be top (no doc,...), so feel free to request any improvement.
https://docs.rs/kubectl-view-allocations/0.14.0/kubectl_view_allocations/

Nice. I'll try to migrate to this in KDash and see if it needs any change. Will you be OK if I submit changes as PR?

Yes PR are welcomed.
Anyway you made an impressive work with KDash 👏