Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VersionGetter ¶
type VersionGetter struct {
// contains filtered or unexported fields
}
func (*VersionGetter) LatestTagFromImage ¶
func (v *VersionGetter) LatestTagFromImage(ctx context.Context, opts *api.Options, imageURL string) (*api.ImageTag, error)
LatestTagFromOImage will return the latest tag given an imageURL, according to the given options.
func (*VersionGetter) StartGarbageCollector ¶ added in v0.1.1
func (v *VersionGetter) StartGarbageCollector(refreshRate time.Duration)
garbageCollect is a blocking func that will run the garbage collector against the images tag cache.
Click to show internal directories.
Click to hide internal directories.