mirror of
https://github.com/containerd/containerd.git
synced 2026-07-09 16:17:50 +00:00
The NRI plugins define hooks on the Pod and the Container lifecycle and provide contextual information for each of them in the corresponding hooks. The StopPodSandbox hook already has the namespaces created and the plugins using that hook may require that information, so we should be able to do a best effort to pass it down to the NRI plugins. Signed-off-by: Antonio Ojea <aojea@google.com>