Versions in this module Expand all Collapse all v0 v0.5.0 Aug 28, 2020 v0.4.0 May 19, 2020 Changes in this version + type FakeGitHubSourceInterface struct + CreateStub func(*v1alpha1a.GitHubSource) (*v1alpha1a.GitHubSource, error) + DeleteCollectionStub func(*v1.DeleteOptions, v1.ListOptions) error + DeleteStub func(string, *v1.DeleteOptions) error + GetStub func(string, v1.GetOptions) (*v1alpha1a.GitHubSource, error) + ListStub func(v1.ListOptions) (*v1alpha1a.GitHubSourceList, error) + PatchStub func(string, types.PatchType, []byte, ...string) (*v1alpha1a.GitHubSource, error) + UpdateStatusStub func(*v1alpha1a.GitHubSource) (*v1alpha1a.GitHubSource, error) + UpdateStub func(*v1alpha1a.GitHubSource) (*v1alpha1a.GitHubSource, error) + WatchStub func(v1.ListOptions) (watch.Interface, error) + func (fake *FakeGitHubSourceInterface) Create(arg1 *v1alpha1a.GitHubSource) (*v1alpha1a.GitHubSource, error) + func (fake *FakeGitHubSourceInterface) CreateArgsForCall(i int) *v1alpha1a.GitHubSource + func (fake *FakeGitHubSourceInterface) CreateCallCount() int + func (fake *FakeGitHubSourceInterface) CreateCalls(stub func(*v1alpha1a.GitHubSource) (*v1alpha1a.GitHubSource, error)) + func (fake *FakeGitHubSourceInterface) CreateReturns(result1 *v1alpha1a.GitHubSource, result2 error) + func (fake *FakeGitHubSourceInterface) CreateReturnsOnCall(i int, result1 *v1alpha1a.GitHubSource, result2 error) + func (fake *FakeGitHubSourceInterface) Delete(arg1 string, arg2 *v1.DeleteOptions) error + func (fake *FakeGitHubSourceInterface) DeleteArgsForCall(i int) (string, *v1.DeleteOptions) + func (fake *FakeGitHubSourceInterface) DeleteCallCount() int + func (fake *FakeGitHubSourceInterface) DeleteCalls(stub func(string, *v1.DeleteOptions) error) + func (fake *FakeGitHubSourceInterface) DeleteCollection(arg1 *v1.DeleteOptions, arg2 v1.ListOptions) error + func (fake *FakeGitHubSourceInterface) DeleteCollectionArgsForCall(i int) (*v1.DeleteOptions, v1.ListOptions) + func (fake *FakeGitHubSourceInterface) DeleteCollectionCallCount() int + func (fake *FakeGitHubSourceInterface) DeleteCollectionCalls(stub func(*v1.DeleteOptions, v1.ListOptions) error) + func (fake *FakeGitHubSourceInterface) DeleteCollectionReturns(result1 error) + func (fake *FakeGitHubSourceInterface) DeleteCollectionReturnsOnCall(i int, result1 error) + func (fake *FakeGitHubSourceInterface) DeleteReturns(result1 error) + func (fake *FakeGitHubSourceInterface) DeleteReturnsOnCall(i int, result1 error) + func (fake *FakeGitHubSourceInterface) Get(arg1 string, arg2 v1.GetOptions) (*v1alpha1a.GitHubSource, error) + func (fake *FakeGitHubSourceInterface) GetArgsForCall(i int) (string, v1.GetOptions) + func (fake *FakeGitHubSourceInterface) GetCallCount() int + func (fake *FakeGitHubSourceInterface) GetCalls(stub func(string, v1.GetOptions) (*v1alpha1a.GitHubSource, error)) + func (fake *FakeGitHubSourceInterface) GetReturns(result1 *v1alpha1a.GitHubSource, result2 error) + func (fake *FakeGitHubSourceInterface) GetReturnsOnCall(i int, result1 *v1alpha1a.GitHubSource, result2 error) + func (fake *FakeGitHubSourceInterface) Invocations() map[string][][]interface{} + func (fake *FakeGitHubSourceInterface) List(arg1 v1.ListOptions) (*v1alpha1a.GitHubSourceList, error) + func (fake *FakeGitHubSourceInterface) ListArgsForCall(i int) v1.ListOptions + func (fake *FakeGitHubSourceInterface) ListCallCount() int + func (fake *FakeGitHubSourceInterface) ListCalls(stub func(v1.ListOptions) (*v1alpha1a.GitHubSourceList, error)) + func (fake *FakeGitHubSourceInterface) ListReturns(result1 *v1alpha1a.GitHubSourceList, result2 error) + func (fake *FakeGitHubSourceInterface) ListReturnsOnCall(i int, result1 *v1alpha1a.GitHubSourceList, result2 error) + func (fake *FakeGitHubSourceInterface) Patch(arg1 string, arg2 types.PatchType, arg3 []byte, arg4 ...string) (*v1alpha1a.GitHubSource, error) + func (fake *FakeGitHubSourceInterface) PatchArgsForCall(i int) (string, types.PatchType, []byte, []string) + func (fake *FakeGitHubSourceInterface) PatchCallCount() int + func (fake *FakeGitHubSourceInterface) PatchCalls(...) + func (fake *FakeGitHubSourceInterface) PatchReturns(result1 *v1alpha1a.GitHubSource, result2 error) + func (fake *FakeGitHubSourceInterface) PatchReturnsOnCall(i int, result1 *v1alpha1a.GitHubSource, result2 error) + func (fake *FakeGitHubSourceInterface) Update(arg1 *v1alpha1a.GitHubSource) (*v1alpha1a.GitHubSource, error) + func (fake *FakeGitHubSourceInterface) UpdateArgsForCall(i int) *v1alpha1a.GitHubSource + func (fake *FakeGitHubSourceInterface) UpdateCallCount() int + func (fake *FakeGitHubSourceInterface) UpdateCalls(stub func(*v1alpha1a.GitHubSource) (*v1alpha1a.GitHubSource, error)) + func (fake *FakeGitHubSourceInterface) UpdateReturns(result1 *v1alpha1a.GitHubSource, result2 error) + func (fake *FakeGitHubSourceInterface) UpdateReturnsOnCall(i int, result1 *v1alpha1a.GitHubSource, result2 error) + func (fake *FakeGitHubSourceInterface) UpdateStatus(arg1 *v1alpha1a.GitHubSource) (*v1alpha1a.GitHubSource, error) + func (fake *FakeGitHubSourceInterface) UpdateStatusArgsForCall(i int) *v1alpha1a.GitHubSource + func (fake *FakeGitHubSourceInterface) UpdateStatusCallCount() int + func (fake *FakeGitHubSourceInterface) UpdateStatusCalls(stub func(*v1alpha1a.GitHubSource) (*v1alpha1a.GitHubSource, error)) + func (fake *FakeGitHubSourceInterface) UpdateStatusReturns(result1 *v1alpha1a.GitHubSource, result2 error) + func (fake *FakeGitHubSourceInterface) UpdateStatusReturnsOnCall(i int, result1 *v1alpha1a.GitHubSource, result2 error) + func (fake *FakeGitHubSourceInterface) Watch(arg1 v1.ListOptions) (watch.Interface, error) + func (fake *FakeGitHubSourceInterface) WatchArgsForCall(i int) v1.ListOptions + func (fake *FakeGitHubSourceInterface) WatchCallCount() int + func (fake *FakeGitHubSourceInterface) WatchCalls(stub func(v1.ListOptions) (watch.Interface, error)) + func (fake *FakeGitHubSourceInterface) WatchReturns(result1 watch.Interface, result2 error) + func (fake *FakeGitHubSourceInterface) WatchReturnsOnCall(i int, result1 watch.Interface, result2 error) + type FakeGitHubSourcesGetter struct + GitHubSourcesStub func(string) v1alpha1.GitHubSourceInterface + func (fake *FakeGitHubSourcesGetter) GitHubSources(arg1 string) v1alpha1.GitHubSourceInterface + func (fake *FakeGitHubSourcesGetter) GitHubSourcesArgsForCall(i int) string + func (fake *FakeGitHubSourcesGetter) GitHubSourcesCallCount() int + func (fake *FakeGitHubSourcesGetter) GitHubSourcesCalls(stub func(string) v1alpha1.GitHubSourceInterface) + func (fake *FakeGitHubSourcesGetter) GitHubSourcesReturns(result1 v1alpha1.GitHubSourceInterface) + func (fake *FakeGitHubSourcesGetter) GitHubSourcesReturnsOnCall(i int, result1 v1alpha1.GitHubSourceInterface) + func (fake *FakeGitHubSourcesGetter) Invocations() map[string][][]interface{} + type FakeSourcesV1alpha1Interface struct + GitHubSourcesStub func(string) v1alpha1.GitHubSourceInterface + RESTClientStub func() rest.Interface + 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)