 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DAG ¶
type DAG struct {
	//Nodes represent map of PipelineTask name to Node in Pipeline DAG
	Nodes map[string]*Node
}
    DAG represents the Pipeline DAG
func (*DAG) GetPreviousTasks ¶
func (g *DAG) GetPreviousTasks(pt string) []v1alpha1.PipelineTask
GetPreviousTasks return all the previous tasks for a PipelineTask in the DAG
 Click to show internal directories. 
   Click to hide internal directories.