When I delete an entity, I would like the entities that depend on it to be automatically deleted as well.
Example with a kubernetes cluster, when I delete the Cluster entity I would like the other entities to be deleted: namespace, node, workloads, etc.
This would help for ephemeral environments, but simply also to make it easier to update the catalog to reflect truly existing resources.
·