RemoveContainer relays container removal events to NRI.
(context.Context, PodSandbox, Container)
| 86 | |
| 87 | // RemoveContainer relays container removal events to NRI. |
| 88 | RemoveContainer(context.Context, PodSandbox, Container) error |
| 89 | |
| 90 | // BlockPluginSync blocks plugin synchronization until it is Unblock()ed. |
| 91 | BlockPluginSync() *PluginSyncBlock |
no outgoing calls