Documentation
¶
Index ¶
- type FakeSearch
- func (f *FakeSearch) LatestImage(context.Context, string, *api.Options) (*api.ImageTag, error)
- func (f *FakeSearch) ResolveSHAToTag(ctx context.Context, imageURL string, imageSHA string) (string, error)
- func (f *FakeSearch) Run(time.Duration)
- func (f *FakeSearch) With(image *api.ImageTag, err error) *FakeSearch
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSearch ¶
type FakeSearch struct {
// contains filtered or unexported fields
}
func New ¶
func New() *FakeSearch
func (*FakeSearch) LatestImage ¶
func (*FakeSearch) ResolveSHAToTag ¶ added in v0.9.1
func (*FakeSearch) Run ¶
func (f *FakeSearch) Run(time.Duration)
func (*FakeSearch) With ¶
func (f *FakeSearch) With(image *api.ImageTag, err error) *FakeSearch
Click to show internal directories.
Click to hide internal directories.