StopContainer relays container stop requests to NRI.
(context.Context, PodSandbox, Container)
| 80 | |
| 81 | // StopContainer relays container stop requests to NRI. |
| 82 | StopContainer(context.Context, PodSandbox, Container) error |
| 83 | |
| 84 | // NotifyContainerExit handles the exit event of a container. |
| 85 | NotifyContainerExit(context.Context, PodSandbox, Container) |
no outgoing calls