StopPodSandbox relays pod shutdown events to NRI.
(context.Context, PodSandbox)
| 56 | |
| 57 | // StopPodSandbox relays pod shutdown events to NRI. |
| 58 | StopPodSandbox(context.Context, PodSandbox) error |
| 59 | |
| 60 | // RemovePodSandbox relays pod removal events to NRI. |
| 61 | RemovePodSandbox(context.Context, PodSandbox) error |
no outgoing calls