CreateContainer relays container creation requests to NRI.
(context.Context, PodSandbox, Container)
| 62 | |
| 63 | // CreateContainer relays container creation requests to NRI. |
| 64 | CreateContainer(context.Context, PodSandbox, Container) (*nri.ContainerAdjustment, error) |
| 65 | |
| 66 | // PostCreateContainer relays successful container creation events to NRI. |
| 67 | PostCreateContainer(context.Context, PodSandbox, Container) error |
no outgoing calls