Exclude locks the upmost parent pipeline in the namespace and ensures only a single DevSpace instance is running this project at the same time
(ctx devspacecontext.Context)
| 53 | // Exclude locks the upmost parent pipeline in the namespace and ensures only |
| 54 | // a single DevSpace instance is running this project at the same time |
| 55 | Exclude(ctx devspacecontext.Context) error |
| 56 | |
| 57 | // Dependencies retrieves the currently created dependencies |
| 58 | Dependencies() map[string]Pipeline |
no outgoing calls
no test coverage detected