# Functions
ConvertToV1alpha1 converts v1.Dependency types to v1alpha1.Dependency types.
ConvertToV1beta1 converts v1.Dependency types to v1beta1.Dependency types.
New returns a new Manager.
WithCache sets the supplied cache.Local on the Manager.
WithLogger overrides the default logger with the supplied logger.
WithResolver sets the supplied dep.Resolver on the Manager.
WithWatchInterval overrides the default watch interval for the Manager.
# Interfaces
Cache defines the API contract for working with a Cache.
ImageResolver defines the API contract for working with an ImageResolver.
XpkgMarshaler defines the API contract for working with an xpkg.ParsedPackage marshaler.
# Type aliases
Option modifies the Manager.