ahmetb / kubectl-tree

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

add support for showing kstatus #66

Closed bergerx closed 12 months ago

bergerx commented 12 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 11 months ago

Forgot to say thanks for this.