MCPcopy
hub / github.com/containerd/containerd / Update

Method Update

core/images/image.go:94–94  ·  view source on GitHub ↗

Update will replace the data in the store with the provided image. If one or more fieldpaths are provided, only those fields will be updated.

(ctx context.Context, image Image, fieldpaths ...string)

Source from the content-addressed store, hash-verified

92 // Update will replace the data in the store with the provided image. If
93 // one or more fieldpaths are provided, only those fields will be updated.
94 Update(ctx context.Context, image Image, fieldpaths ...string) (Image, error)
95
96 Delete(ctx context.Context, name string, opts ...DeleteOpt) error
97}

Callers 3

GetDiffIDFunction · 0.65
SetChildrenMappedLabelsFunction · 0.65
ConvertFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected