ahmetb / kubectl-tree

kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using)
Apache License 2.0
2.98k stars 121 forks source link

add support for showing kstatus #66

Closed bergerx closed 10 months ago

bergerx commented 10 months ago

Add support for showing the status of the resource as in https://github.com/kubernetes-sigs/cli-utils/blob/master/pkg/kstatus/README.md

This can either be added behind a flag, but open for suggestion.

Here is an example output: image

ahmetb commented 9 months ago

Forgot to say thanks for this.