MCPcopy
hub / github.com/containerd/containerd / Extensions

Method Extensions

client/container.go:82–82  ·  view source on GitHub ↗

Extensions returns the extensions set on the container

(context.Context)

Source from the content-addressed store, hash-verified

80 SetLabels(context.Context, map[string]string) (map[string]string, error)
81 // Extensions returns the extensions set on the container
82 Extensions(context.Context) (map[string]typeurl.Any, error)
83 // Update a container
84 Update(context.Context, ...UpdateContainerOpts) error
85 // Checkpoint creates a checkpoint image of the current container

Callers 4

TestContainerExtensionsFunction · 0.95
loadContainerMethod · 0.65
getMetadataFunction · 0.65
RemoveCniNetworkIfExistFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestContainerExtensionsFunction · 0.76