RunPodSandbox relays pod creation events to NRI.
(context.Context, PodSandbox)
| 47 | |
| 48 | // RunPodSandbox relays pod creation events to NRI. |
| 49 | RunPodSandbox(context.Context, PodSandbox) error |
| 50 | |
| 51 | // UpdatePodSandbox relays pod update requests to NRI. |
| 52 | UpdatePodSandbox(context.Context, PodSandbox, *nri.LinuxResources, *nri.LinuxResources) error |
no outgoing calls