Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCatalog
- func (fake *FakeCatalog) Get(arg1 string, arg2 string) *v1alpha1.ProfileDescription
- func (fake *FakeCatalog) GetArgsForCall(i int) (string, string)
- func (fake *FakeCatalog) GetCallCount() int
- func (fake *FakeCatalog) GetCalls(stub func(string, string) *v1alpha1.ProfileDescription)
- func (fake *FakeCatalog) GetReturns(result1 *v1alpha1.ProfileDescription)
- func (fake *FakeCatalog) GetReturnsOnCall(i int, result1 *v1alpha1.ProfileDescription)
- func (fake *FakeCatalog) GetWithVersion(arg1 string, arg2 string, arg3 string) *v1alpha1.ProfileDescription
- func (fake *FakeCatalog) GetWithVersionArgsForCall(i int) (string, string, string)
- func (fake *FakeCatalog) GetWithVersionCallCount() int
- func (fake *FakeCatalog) GetWithVersionCalls(stub func(string, string, string) *v1alpha1.ProfileDescription)
- func (fake *FakeCatalog) GetWithVersionReturns(result1 *v1alpha1.ProfileDescription)
- func (fake *FakeCatalog) GetWithVersionReturnsOnCall(i int, result1 *v1alpha1.ProfileDescription)
- func (fake *FakeCatalog) Invocations() map[string][][]interface{}
- func (fake *FakeCatalog) Search(arg1 string) []v1alpha1.ProfileDescription
- func (fake *FakeCatalog) SearchArgsForCall(i int) string
- func (fake *FakeCatalog) SearchCallCount() int
- func (fake *FakeCatalog) SearchCalls(stub func(string) []v1alpha1.ProfileDescription)
- func (fake *FakeCatalog) SearchReturns(result1 []v1alpha1.ProfileDescription)
- func (fake *FakeCatalog) SearchReturnsOnCall(i int, result1 []v1alpha1.ProfileDescription)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCatalog ¶
type FakeCatalog struct {
GetStub func(string, string) *v1alpha1.ProfileDescription
GetWithVersionStub func(string, string, string) *v1alpha1.ProfileDescription
SearchStub func(string) []v1alpha1.ProfileDescription
// contains filtered or unexported fields
}
func (*FakeCatalog) Get ¶
func (fake *FakeCatalog) Get(arg1 string, arg2 string) *v1alpha1.ProfileDescription
func (*FakeCatalog) GetArgsForCall ¶
func (fake *FakeCatalog) GetArgsForCall(i int) (string, string)
func (*FakeCatalog) GetCallCount ¶
func (fake *FakeCatalog) GetCallCount() int
func (*FakeCatalog) GetCalls ¶
func (fake *FakeCatalog) GetCalls(stub func(string, string) *v1alpha1.ProfileDescription)
func (*FakeCatalog) GetReturns ¶
func (fake *FakeCatalog) GetReturns(result1 *v1alpha1.ProfileDescription)
func (*FakeCatalog) GetReturnsOnCall ¶
func (fake *FakeCatalog) GetReturnsOnCall(i int, result1 *v1alpha1.ProfileDescription)
func (*FakeCatalog) GetWithVersion ¶ added in v0.0.2
func (fake *FakeCatalog) GetWithVersion(arg1 string, arg2 string, arg3 string) *v1alpha1.ProfileDescription
func (*FakeCatalog) GetWithVersionArgsForCall ¶ added in v0.0.2
func (fake *FakeCatalog) GetWithVersionArgsForCall(i int) (string, string, string)
func (*FakeCatalog) GetWithVersionCallCount ¶ added in v0.0.2
func (fake *FakeCatalog) GetWithVersionCallCount() int
func (*FakeCatalog) GetWithVersionCalls ¶ added in v0.0.2
func (fake *FakeCatalog) GetWithVersionCalls(stub func(string, string, string) *v1alpha1.ProfileDescription)
func (*FakeCatalog) GetWithVersionReturns ¶ added in v0.0.2
func (fake *FakeCatalog) GetWithVersionReturns(result1 *v1alpha1.ProfileDescription)
func (*FakeCatalog) GetWithVersionReturnsOnCall ¶ added in v0.0.2
func (fake *FakeCatalog) GetWithVersionReturnsOnCall(i int, result1 *v1alpha1.ProfileDescription)
func (*FakeCatalog) Invocations ¶
func (fake *FakeCatalog) Invocations() map[string][][]interface{}
func (*FakeCatalog) Search ¶
func (fake *FakeCatalog) Search(arg1 string) []v1alpha1.ProfileDescription
func (*FakeCatalog) SearchArgsForCall ¶
func (fake *FakeCatalog) SearchArgsForCall(i int) string
func (*FakeCatalog) SearchCallCount ¶
func (fake *FakeCatalog) SearchCallCount() int
func (*FakeCatalog) SearchCalls ¶
func (fake *FakeCatalog) SearchCalls(stub func(string) []v1alpha1.ProfileDescription)
func (*FakeCatalog) SearchReturns ¶
func (fake *FakeCatalog) SearchReturns(result1 []v1alpha1.ProfileDescription)
func (*FakeCatalog) SearchReturnsOnCall ¶
func (fake *FakeCatalog) SearchReturnsOnCall(i int, result1 []v1alpha1.ProfileDescription)
Click to show internal directories.
Click to hide internal directories.