Root setups the given obj as root vertex of the underlying DAG.
(dag *graph.DAG, objOld, objNew client.Object, action *Action)
| 31 | type GraphWriter interface { |
| 32 | // Root setups the given obj as root vertex of the underlying DAG. |
| 33 | Root(dag *graph.DAG, objOld, objNew client.Object, action *Action) |
| 34 | |
| 35 | // Create saves the object obj in the underlying DAG. |
| 36 | Create(dag *graph.DAG, obj client.Object, opts ...GraphOption) |
no outgoing calls