Versions in this module Expand all Collapse all v0 v0.0.1 May 10, 2026 Changes in this version + type DigestResolver interface + DigestFromStatus func(image, imageID string) (string, error) + Resolve func(ctx context.Context, imageRef string, opts ...ResolveOption) (string, error) + ResolveConfigDigest func(ctx context.Context, imageRef string, opts ...ResolveOption) (string, error) + type ResolveOption func(*resolveOptions) + func WithPullSecrets(namespace string, secrets []corev1.LocalObjectReference) ResolveOption + type Resolver struct + func NewResolver(k8sClient client.Reader, ttl time.Duration) *Resolver + func (r *Resolver) DigestFromStatus(image, imageID string) (string, error) + func (r *Resolver) Resolve(ctx context.Context, imageRef string, opts ...ResolveOption) (string, error) + func (r *Resolver) ResolveConfigDigest(ctx context.Context, imageRef string, opts ...ResolveOption) (string, error)