Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type ImageProcessFetcher
- func (fake *ImageProcessFetcher) ArgsForCall(i int) (string, remote.Option)
- func (fake *ImageProcessFetcher) CallCount() int
- func (fake *ImageProcessFetcher) Calls(stub func(string, remote.Option) ([]v1alpha1.ProcessType, []int32, error))
- func (fake *ImageProcessFetcher) Invocations() map[string][][]interface{}
- func (fake *ImageProcessFetcher) Returns(result1 []v1alpha1.ProcessType, result2 []int32, result3 error)
- func (fake *ImageProcessFetcher) ReturnsOnCall(i int, result1 []v1alpha1.ProcessType, result2 []int32, result3 error)
- func (fake *ImageProcessFetcher) Spy(arg1 string, arg2 remote.Option) ([]v1alpha1.ProcessType, []int32, error)
- type RegistryAuthFetcher
- func (fake *RegistryAuthFetcher) ArgsForCall(i int) (context.Context, string)
- func (fake *RegistryAuthFetcher) CallCount() int
- func (fake *RegistryAuthFetcher) Calls(stub func(context.Context, string) (remote.Option, error))
- func (fake *RegistryAuthFetcher) Invocations() map[string][][]interface{}
- func (fake *RegistryAuthFetcher) Returns(result1 remote.Option, result2 error)
- func (fake *RegistryAuthFetcher) ReturnsOnCall(i int, result1 remote.Option, result2 error)
- func (fake *RegistryAuthFetcher) Spy(arg1 context.Context, arg2 string) (remote.Option, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageProcessFetcher ¶
type ImageProcessFetcher struct {
Stub func(string, remote.Option) ([]v1alpha1.ProcessType, []int32, error)
// contains filtered or unexported fields
}
func (*ImageProcessFetcher) ArgsForCall ¶
func (fake *ImageProcessFetcher) ArgsForCall(i int) (string, remote.Option)
func (*ImageProcessFetcher) CallCount ¶
func (fake *ImageProcessFetcher) CallCount() int
func (*ImageProcessFetcher) Calls ¶
func (fake *ImageProcessFetcher) Calls(stub func(string, remote.Option) ([]v1alpha1.ProcessType, []int32, error))
func (*ImageProcessFetcher) Invocations ¶
func (fake *ImageProcessFetcher) Invocations() map[string][][]interface{}
func (*ImageProcessFetcher) Returns ¶
func (fake *ImageProcessFetcher) Returns(result1 []v1alpha1.ProcessType, result2 []int32, result3 error)
func (*ImageProcessFetcher) ReturnsOnCall ¶
func (fake *ImageProcessFetcher) ReturnsOnCall(i int, result1 []v1alpha1.ProcessType, result2 []int32, result3 error)
func (*ImageProcessFetcher) Spy ¶
func (fake *ImageProcessFetcher) Spy(arg1 string, arg2 remote.Option) ([]v1alpha1.ProcessType, []int32, error)
type RegistryAuthFetcher ¶
type RegistryAuthFetcher struct {
Stub func(context.Context, string) (remote.Option, error)
// contains filtered or unexported fields
}
func (*RegistryAuthFetcher) ArgsForCall ¶
func (fake *RegistryAuthFetcher) ArgsForCall(i int) (context.Context, string)
func (*RegistryAuthFetcher) CallCount ¶
func (fake *RegistryAuthFetcher) CallCount() int
func (*RegistryAuthFetcher) Invocations ¶
func (fake *RegistryAuthFetcher) Invocations() map[string][][]interface{}
func (*RegistryAuthFetcher) Returns ¶
func (fake *RegistryAuthFetcher) Returns(result1 remote.Option, result2 error)
func (*RegistryAuthFetcher) ReturnsOnCall ¶
func (fake *RegistryAuthFetcher) ReturnsOnCall(i int, result1 remote.Option, result2 error)
Click to show internal directories.
Click to hide internal directories.