atlassian / smith

Smith is a Kubernetes workflow engine / resource manager
Apache License 2.0
285 stars 24 forks source link

add incoming edge functionality to dependency graph #342

Closed awprice closed 5 years ago

awprice commented 5 years ago

This PR adds the functionality to the graph utility to keep track of inverse/incoming edges when adding edges and does not modify the existing graph functionality.

This will allow a vertex to determine what other vertices depend on it, as well as the potential to forward reference.