Run runs the main pipeline
(ctx devspacecontext.Context, args []string)
| 40 | type Pipeline interface { |
| 41 | // Run runs the main pipeline |
| 42 | Run(ctx devspacecontext.Context, args []string) error |
| 43 | |
| 44 | // DevPodManager retrieves the used dev pod manager |
| 45 | DevPodManager() devpod.Manager |
no outgoing calls