Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeRemoteImage
- func (f *FakeRemoteImage) CreatedAt() (time.Time, error)
- func (f *FakeRemoteImage) Env(k string) (string, error)
- func (f *FakeRemoteImage) Identifier() (string, error)
- func (f *FakeRemoteImage) Label(k string) (string, error)
- func (i *FakeRemoteImage) SetEnv(k string, v string) error
- func (f *FakeRemoteImage) SetLabel(k string, v string) error
- type FakeRemoteImageFactory
- func (fake *FakeRemoteImageFactory) Invocations() map[string][][]interface{}
- func (fake *FakeRemoteImageFactory) NewRemote(arg1 registry.ImageRef) (registry.RemoteImage, error)
- func (fake *FakeRemoteImageFactory) NewRemoteArgsForCall(i int) registry.ImageRef
- func (fake *FakeRemoteImageFactory) NewRemoteCallCount() int
- func (fake *FakeRemoteImageFactory) NewRemoteCalls(stub func(registry.ImageRef) (registry.RemoteImage, error))
- func (fake *FakeRemoteImageFactory) NewRemoteReturns(result1 registry.RemoteImage, result2 error)
- func (fake *FakeRemoteImageFactory) NewRemoteReturnsOnCall(i int, result1 registry.RemoteImage, result2 error)
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)
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 (fake *FakeRemoteImageFactory) NewRemote(arg1 registry.ImageRef) (registry.RemoteImage, error)
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)
Click to show internal directories.
Click to hide internal directories.