MCPcopy Create free account
hub / github.com/conforma/cli / GetImage

Method GetImage

internal/tracker/client.go:33–33  ·  view source on GitHub ↗
(ctx context.Context, ref name.Reference)

Source from the content-addressed store, hash-verified

31type Client interface {
32 GetTektonObject(ctx context.Context, bundle, kind, name string) (runtime.Object, error)
33 GetImage(ctx context.Context, ref name.Reference) (v1.Image, error)
34}
35
36type contextKey string

Callers 1

containsTaskFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected