(state swarm.TaskState)
| 168 | } |
| 169 | |
| 170 | func terminalState(state swarm.TaskState) bool { |
| 171 | return numberedStates[state] > numberedStates[swarm.TaskStateRunning] |
| 172 | } |
| 173 | |
| 174 | func waitOnTasks(ctx context.Context, apiClient client.APIClient, namespace string) error { |
| 175 | terminalStatesReached := 0 |
no outgoing calls
no test coverage detected
searching dependent graphs…