fakes

package
v0.11.0 Latest Latest
Warning

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

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

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

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 FakeCatalogClient

type FakeCatalogClient struct {
	DoRequestStub func(string, map[string]string) ([]byte, int, error)
	// contains filtered or unexported fields
}

func (*FakeCatalogClient) DoRequest

func (fake *FakeCatalogClient) DoRequest(arg1 string, arg2 map[string]string) ([]byte, int, error)

func (*FakeCatalogClient) DoRequestArgsForCall

func (fake *FakeCatalogClient) DoRequestArgsForCall(i int) (string, map[string]string)

func (*FakeCatalogClient) DoRequestCallCount

func (fake *FakeCatalogClient) DoRequestCallCount() int

func (*FakeCatalogClient) DoRequestCalls

func (fake *FakeCatalogClient) DoRequestCalls(stub func(string, map[string]string) ([]byte, int, error))

func (*FakeCatalogClient) DoRequestReturns

func (fake *FakeCatalogClient) DoRequestReturns(result1 []byte, result2 int, result3 error)

func (*FakeCatalogClient) DoRequestReturnsOnCall

func (fake *FakeCatalogClient) DoRequestReturnsOnCall(i int, result1 []byte, result2 int, result3 error)

func (*FakeCatalogClient) Invocations

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

type FakeCatalogManager added in v0.2.0

type FakeCatalogManager struct {
	InstallStub func(catalog.InstallConfig) error

	ListStub func(client.Client, catalog.CatalogClient, string) ([]catalog.ProfileData, error)

	SearchStub func(catalog.CatalogClient, string) ([]v1alpha1.ProfileCatalogEntry, error)

	ShowStub func(catalog.CatalogClient, string, string, string) (v1alpha1.ProfileCatalogEntry, error)
	// contains filtered or unexported fields
}

func (*FakeCatalogManager) Install added in v0.2.0

func (fake *FakeCatalogManager) Install(arg1 catalog.InstallConfig) error

func (*FakeCatalogManager) InstallArgsForCall added in v0.2.0

func (fake *FakeCatalogManager) InstallArgsForCall(i int) catalog.InstallConfig

func (*FakeCatalogManager) InstallCallCount added in v0.2.0

func (fake *FakeCatalogManager) InstallCallCount() int

func (*FakeCatalogManager) InstallCalls added in v0.2.0

func (fake *FakeCatalogManager) InstallCalls(stub func(catalog.InstallConfig) error)

func (*FakeCatalogManager) InstallReturns added in v0.2.0

func (fake *FakeCatalogManager) InstallReturns(result1 error)

func (*FakeCatalogManager) InstallReturnsOnCall added in v0.2.0

func (fake *FakeCatalogManager) InstallReturnsOnCall(i int, result1 error)

func (*FakeCatalogManager) Invocations added in v0.2.0

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

func (*FakeCatalogManager) List added in v0.2.0

func (*FakeCatalogManager) ListArgsForCall added in v0.2.0

func (fake *FakeCatalogManager) ListArgsForCall(i int) (client.Client, catalog.CatalogClient, string)

func (*FakeCatalogManager) ListCallCount added in v0.2.0

func (fake *FakeCatalogManager) ListCallCount() int

func (*FakeCatalogManager) ListCalls added in v0.2.0

func (*FakeCatalogManager) ListReturns added in v0.2.0

func (fake *FakeCatalogManager) ListReturns(result1 []catalog.ProfileData, result2 error)

func (*FakeCatalogManager) ListReturnsOnCall added in v0.2.0

func (fake *FakeCatalogManager) ListReturnsOnCall(i int, result1 []catalog.ProfileData, result2 error)

func (*FakeCatalogManager) Search added in v0.2.0

func (*FakeCatalogManager) SearchArgsForCall added in v0.2.0

func (fake *FakeCatalogManager) SearchArgsForCall(i int) (catalog.CatalogClient, string)

func (*FakeCatalogManager) SearchCallCount added in v0.2.0

func (fake *FakeCatalogManager) SearchCallCount() int

func (*FakeCatalogManager) SearchCalls added in v0.2.0

func (fake *FakeCatalogManager) SearchCalls(stub func(catalog.CatalogClient, string) ([]v1alpha1.ProfileCatalogEntry, error))

func (*FakeCatalogManager) SearchReturns added in v0.2.0

func (fake *FakeCatalogManager) SearchReturns(result1 []v1alpha1.ProfileCatalogEntry, result2 error)

func (*FakeCatalogManager) SearchReturnsOnCall added in v0.2.0

func (fake *FakeCatalogManager) SearchReturnsOnCall(i int, result1 []v1alpha1.ProfileCatalogEntry, result2 error)

func (*FakeCatalogManager) Show added in v0.2.0

func (*FakeCatalogManager) ShowArgsForCall added in v0.2.0

func (fake *FakeCatalogManager) ShowArgsForCall(i int) (catalog.CatalogClient, string, string, string)

func (*FakeCatalogManager) ShowCallCount added in v0.2.0

func (fake *FakeCatalogManager) ShowCallCount() int

func (*FakeCatalogManager) ShowCalls added in v0.2.0

func (*FakeCatalogManager) ShowReturns added in v0.2.0

func (fake *FakeCatalogManager) ShowReturns(result1 v1alpha1.ProfileCatalogEntry, result2 error)

func (*FakeCatalogManager) ShowReturnsOnCall added in v0.2.0

func (fake *FakeCatalogManager) ShowReturnsOnCall(i int, result1 v1alpha1.ProfileCatalogEntry, result2 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳