(ctr *api.Container, t EventType)
| 1189 | } |
| 1190 | |
| 1191 | func ContainerEvent(ctr *api.Container, t EventType) *Event { |
| 1192 | return &Event{Type: t, Ctr: ctr.Id} |
| 1193 | } |
| 1194 | |
| 1195 | func PodRefEvent(pod string, t EventType) *Event { |
| 1196 | return &Event{Type: t, Pod: pod} |
no outgoing calls
no test coverage detected
searching dependent graphs…