(ctr container.Summary)
| 131 | } |
| 132 | |
| 133 | func getContainerProgressName(ctr container.Summary) string { |
| 134 | return "Container " + getCanonicalContainerName(ctr) |
| 135 | } |
| 136 | |
| 137 | func containerEvents(containers Containers, eventFunc func(string) api.Resource) []api.Resource { |
| 138 | events := []api.Resource{} |
no test coverage detected