c-bata / kube-prompt

An interactive kubernetes client featuring auto-complete.
MIT License
1.79k stars 134 forks source link

Support for "kubectl top" command #24

Closed NathanJiangCS closed 6 years ago

NathanJiangCS commented 6 years ago

I was using kube-prompt one day and noticed that it did not support kubectl top functionality.

This PR adds support for top including auto-completion for options and flags + auto-suggesting resources.

final

c-bata commented 6 years ago

👍 Good job!