registryfakes

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeRemoteImage added in v0.0.4

type FakeRemoteImage struct {
	// contains filtered or unexported fields
}

func NewFakeRemoteImage added in v0.0.4

func NewFakeRemoteImage(image string, digest string) *FakeRemoteImage

func (*FakeRemoteImage) CreatedAt added in v0.0.4

func (f *FakeRemoteImage) CreatedAt() (time.Time, error)

func (*FakeRemoteImage) Env added in v0.0.4

func (f *FakeRemoteImage) Env(k string) (string, error)

func (*FakeRemoteImage) Identifier added in v0.0.4

func (f *FakeRemoteImage) Identifier() (string, error)

func (*FakeRemoteImage) Label added in v0.0.4

func (f *FakeRemoteImage) Label(k string) (string, error)

func (*FakeRemoteImage) SetEnv added in v0.0.4

func (i *FakeRemoteImage) SetEnv(k string, v string) error

func (*FakeRemoteImage) SetLabel added in v0.0.4

func (f *FakeRemoteImage) SetLabel(k string, v string) error

type FakeRemoteImageFactory

type FakeRemoteImageFactory struct {
	NewRemoteStub func(registry.ImageRef) (registry.RemoteImage, error)
	// contains filtered or unexported fields
}

func (*FakeRemoteImageFactory) Invocations

func (fake *FakeRemoteImageFactory) Invocations() map[string][][]interface{}

func (*FakeRemoteImageFactory) NewRemote

func (*FakeRemoteImageFactory) NewRemoteArgsForCall

func (fake *FakeRemoteImageFactory) NewRemoteArgsForCall(i int) registry.ImageRef

func (*FakeRemoteImageFactory) NewRemoteCallCount

func (fake *FakeRemoteImageFactory) NewRemoteCallCount() int

func (*FakeRemoteImageFactory) NewRemoteCalls

func (fake *FakeRemoteImageFactory) NewRemoteCalls(stub func(registry.ImageRef) (registry.RemoteImage, error))

func (*FakeRemoteImageFactory) NewRemoteReturns

func (fake *FakeRemoteImageFactory) NewRemoteReturns(result1 registry.RemoteImage, result2 error)

func (*FakeRemoteImageFactory) NewRemoteReturnsOnCall

func (fake *FakeRemoteImageFactory) NewRemoteReturnsOnCall(i int, result1 registry.RemoteImage, result2 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL