MCPcopy
hub / github.com/kubernetes/test-infra / Resolve

Method Resolve

releng/config-forker/pkg/forker.go:44–44  ·  view source on GitHub ↗
(ctx context.Context, image string)

Source from the content-addressed store, hash-verified

42// available tag with the same version suffix.
43type ImageResolver interface {
44 Resolve(ctx context.Context, image string) (string, error)
45}
46
47// Sentinel errors for validation and processing failures.

Implementers 2

fakeResolverreleng/config-forker/pkg/forker_test.g
registryResolverreleng/config-forker/pkg/resolve.go

Calls

no outgoing calls