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.92k stars 118 forks source link

Tree backwards #39

Closed apenen closed 3 years ago

apenen commented 3 years ago

Hi!

This is a feature request: Obtain the complete tree to which the indicated object belongs.

Thanks!

ahmetb commented 3 years ago

Wontfix by design currently

An object can have multiple owners which makes it weird to render. (E.g. they would be separate trees).

apenen commented 3 years ago

Okay, it hadn't fallen. Thank you.