MCPcopy Index your code
hub / github.com/containerd/containerd / Platform

Method Platform

client/image.go:67–67  ·  view source on GitHub ↗

Platform returns the platform match comparer. Can be nil.

()

Source from the content-addressed store, hash-verified

65 Metadata() images.Image
66 // Platform returns the platform match comparer. Can be nil.
67 Platform() platforms.MatchComparer
68 // Spec returns the OCI image spec for a given image.
69 Spec(ctx context.Context) (ocispec.Image, error)
70}

Callers 2

SandboxPlatformMethod · 0.65
PlatformMethod · 0.65

Implementers 1

imageclient/image.go

Calls

no outgoing calls

Tested by

no test coverage detected