package
0.35.0-0.rc.0
Repository: https://github.com/upbound/up.git
Documentation: pkg.go.dev

# Functions

FullTag returns the full image tag "source:version" of the given dependency.
NewLocalFetcher --.
NewMockFetcher constructs a new mock fetcher.
NewResolver returns a new Resolver.
WithDescriptor sets the descriptor for the mock fetcher.
WithError sets the error for the mock fetcher.
WithFetcher modifies the Resolver and adds the given fetcher.
WithImage sets the image for the mock fetcher.
WithTags sets the tags for the mock fetcher.

# Constants

DefaultVer effectively defines latest for the semver constraints.

# Structs

LocalFetcher --.
MockFetcher is an image fetcher that returns its configured values.
Resolver --.

# Interfaces

Fetcher defines how we expect to intract with the Image repository.

# Type aliases

MockOption modifies the mock fetcher.
ResolverOption modifies the image resolver.