We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76675ad commit 03fa271Copy full SHA for 03fa271
README.md
@@ -7,7 +7,11 @@
7
# kubectl tree
8
9
A kubectl plugin to explore ownership relationships between Kubernetes objects
10
-through ownersReferences on them.
+through `ownersReferences` on the objects.
11
+
12
+The [`kubectl lineage`] plugin is very similar to `kubectl tree`, but it
13
+[understands](https://github.com/tohjustin/kube-lineage#supported-relationships)
14
+logical relationships between some API objects without needing ownerReferences.
15
16
## Installation
17
0 commit comments