Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeSourcesV1alpha1Interface
- func (fake *FakeSourcesV1alpha1Interface) GitHubSources(arg1 string) v1alpha1.GitHubSourceInterface
- func (fake *FakeSourcesV1alpha1Interface) GitHubSourcesArgsForCall(i int) string
- func (fake *FakeSourcesV1alpha1Interface) GitHubSourcesCallCount() int
- func (fake *FakeSourcesV1alpha1Interface) GitHubSourcesCalls(stub func(string) v1alpha1.GitHubSourceInterface)
- func (fake *FakeSourcesV1alpha1Interface) GitHubSourcesReturns(result1 v1alpha1.GitHubSourceInterface)
- func (fake *FakeSourcesV1alpha1Interface) GitHubSourcesReturnsOnCall(i int, result1 v1alpha1.GitHubSourceInterface)
- func (fake *FakeSourcesV1alpha1Interface) Invocations() map[string][][]interface{}
- func (fake *FakeSourcesV1alpha1Interface) RESTClient() rest.Interface
- func (fake *FakeSourcesV1alpha1Interface) RESTClientCallCount() int
- func (fake *FakeSourcesV1alpha1Interface) RESTClientCalls(stub func() rest.Interface)
- func (fake *FakeSourcesV1alpha1Interface) RESTClientReturns(result1 rest.Interface)
- func (fake *FakeSourcesV1alpha1Interface) RESTClientReturnsOnCall(i int, result1 rest.Interface)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSourcesV1alpha1Interface ¶
type FakeSourcesV1alpha1Interface struct {
GitHubSourcesStub func(string) v1alpha1.GitHubSourceInterface
RESTClientStub func() rest.Interface
// contains filtered or unexported fields
}
func (*FakeSourcesV1alpha1Interface) GitHubSources ¶
func (fake *FakeSourcesV1alpha1Interface) GitHubSources(arg1 string) v1alpha1.GitHubSourceInterface
func (*FakeSourcesV1alpha1Interface) GitHubSourcesArgsForCall ¶
func (fake *FakeSourcesV1alpha1Interface) GitHubSourcesArgsForCall(i int) string
func (*FakeSourcesV1alpha1Interface) GitHubSourcesCallCount ¶
func (fake *FakeSourcesV1alpha1Interface) GitHubSourcesCallCount() int
func (*FakeSourcesV1alpha1Interface) GitHubSourcesCalls ¶
func (fake *FakeSourcesV1alpha1Interface) GitHubSourcesCalls(stub func(string) v1alpha1.GitHubSourceInterface)
func (*FakeSourcesV1alpha1Interface) GitHubSourcesReturns ¶
func (fake *FakeSourcesV1alpha1Interface) GitHubSourcesReturns(result1 v1alpha1.GitHubSourceInterface)
func (*FakeSourcesV1alpha1Interface) GitHubSourcesReturnsOnCall ¶
func (fake *FakeSourcesV1alpha1Interface) GitHubSourcesReturnsOnCall(i int, result1 v1alpha1.GitHubSourceInterface)
func (*FakeSourcesV1alpha1Interface) Invocations ¶
func (fake *FakeSourcesV1alpha1Interface) Invocations() map[string][][]interface{}
func (*FakeSourcesV1alpha1Interface) RESTClient ¶
func (fake *FakeSourcesV1alpha1Interface) RESTClient() rest.Interface
func (*FakeSourcesV1alpha1Interface) RESTClientCallCount ¶
func (fake *FakeSourcesV1alpha1Interface) RESTClientCallCount() int
func (*FakeSourcesV1alpha1Interface) RESTClientCalls ¶
func (fake *FakeSourcesV1alpha1Interface) RESTClientCalls(stub func() rest.Interface)
func (*FakeSourcesV1alpha1Interface) RESTClientReturns ¶
func (fake *FakeSourcesV1alpha1Interface) RESTClientReturns(result1 rest.Interface)
func (*FakeSourcesV1alpha1Interface) RESTClientReturnsOnCall ¶
func (fake *FakeSourcesV1alpha1Interface) RESTClientReturnsOnCall(i int, result1 rest.Interface)
Click to show internal directories.
Click to hide internal directories.