Thank your very much for this great tool.
Could you please explain in the README (and/or in -h) the difference between dependencies and dependents?
Are you sure "dependencies" is the correct term?
❯ k lineage cluster host-cluster -o=wide
NAME READY STATUS AGE RELATIONSHIPS
Cluster/host-cluster True 69d []
├── HCloudMachineTemplate/host-cluster-control-plane - 69d [OwnerReference]
├── HCloudMachineTemplate/host-cluster-md-0 - 69d [OwnerReference]
├── HetznerCluster/host-cluster - 69d [ControllerReference OwnerReference]
│ ├── Secret/hetzner - 69d [OwnerReference]
│ └── Secret/host-cluster-kubeconfig - 69d [OwnerReference]
With option -D
❯ k lineage -D Secret/host-cluster-kubeconfig
NAME READY STATUS AGE
Secret/host-cluster-kubeconfig - 69d
├── HetznerCluster/host-cluster - 69d
│ └── Cluster/host-cluster True 69d
└── KubeadmControlPlane/host-cluster-control-plane True 69d
└── Cluster/host-cluster True 69d
For me -D looks like reverse-dependencies to me.
Thank your very much for this great tool.
Could you please explain in the README (and/or in
-h) the difference between dependencies and dependents?Are you sure "dependencies" is the correct term?
With option
-DFor me
-Dlooks like reverse-dependencies to me.