MCPcopy
hub / github.com/containerd/containerd / RunPodSandbox

Method RunPodSandbox

internal/nri/nri.go:49–49  ·  view source on GitHub ↗

RunPodSandbox relays pod creation events to NRI.

(context.Context, PodSandbox)

Source from the content-addressed store, hash-verified

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

Implementers 1

localinternal/nri/nri.go

Calls

no outgoing calls