Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintAllGraphs ¶ added in v0.2.0
Function that prints graph to stdout
Types ¶
type TaskGraph ¶
func BuildTaskGraph ¶
func BuildTaskGraph(tasks []v1pipeline.PipelineTask) *TaskGraph
In the case where the order of tasks is arbitrary, it is necessary to create all the nodes first and then add the dependencies in a separate loop (since dependencies doesn't exist in TaskRef). BuildTaskGraph creates a TaskGraph from a list of PipelineTasks
Click to show internal directories.
Click to hide internal directories.