From e38ce2b7cef124492aef58cc2c5cc0606a7e5b84 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 15 Dec 2021 15:11:41 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80eeaa6..6f4e444 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A kubectl plugin to explore ownership relationships between Kubernetes objects through `ownersReferences` on the objects. -The [`kubectl lineage`] plugin is very similar to `kubectl tree`, but it +The [`kubectl lineage`](https://github.com/tohjustin/kube-lineage) plugin is very similar to `kubectl tree`, but it [understands](https://github.com/tohjustin/kube-lineage#supported-relationships) logical relationships between some API objects without needing ownerReferences.