Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DagImpl ¶
type DagImpl struct { }
func (*DagImpl) GetSchedulableTasks ¶
func (d *DagImpl) GetSchedulableTasks(ctx context.Context, p *spec.Pipeline, tasks []*spec.PipelineTask) ([]*spec.PipelineTask, error)
GetSchedulableTasks return the list of schedulable tasks. tasks in list can be schedule concurrently.
Click to show internal directories.
Click to hide internal directories.