RemovePodSandbox relays pod removal events to NRI.
(context.Context, PodSandbox)
| 59 | |
| 60 | // RemovePodSandbox relays pod removal events to NRI. |
| 61 | RemovePodSandbox(context.Context, PodSandbox) error |
| 62 | |
| 63 | // CreateContainer relays container creation requests to NRI. |
| 64 | CreateContainer(context.Context, PodSandbox, Container) (*nri.ContainerAdjustment, error) |
no outgoing calls