Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeDeleter
- func (fake *FakeDeleter) Delete(arg1 context.Context, arg2 string) (string, error)
- func (fake *FakeDeleter) DeleteArgsForCall(i int) (context.Context, string)
- func (fake *FakeDeleter) DeleteCallCount() int
- func (fake *FakeDeleter) DeleteCalls(stub func(context.Context, string) (string, error))
- func (fake *FakeDeleter) DeleteReturns(result1 string, result2 error)
- func (fake *FakeDeleter) DeleteReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeDeleter) Invocations() map[string][][]interface{}
- type FakeJobsClient
- func (fake *FakeJobsClient) GetByGUID(arg1 context.Context, arg2 string, arg3 bool) ([]v1.Job, error)
- func (fake *FakeJobsClient) GetByGUIDArgsForCall(i int) (context.Context, string, bool)
- func (fake *FakeJobsClient) GetByGUIDCallCount() int
- func (fake *FakeJobsClient) GetByGUIDCalls(stub func(context.Context, string, bool) ([]v1.Job, error))
- func (fake *FakeJobsClient) GetByGUIDReturns(result1 []v1.Job, result2 error)
- func (fake *FakeJobsClient) GetByGUIDReturnsOnCall(i int, result1 []v1.Job, result2 error)
- func (fake *FakeJobsClient) Invocations() map[string][][]interface{}
- func (fake *FakeJobsClient) SetLabel(arg1 context.Context, arg2 *v1.Job, arg3 string, arg4 string) (*v1.Job, error)
- func (fake *FakeJobsClient) SetLabelArgsForCall(i int) (context.Context, *v1.Job, string, string)
- func (fake *FakeJobsClient) SetLabelCallCount() int
- func (fake *FakeJobsClient) SetLabelCalls(stub func(context.Context, *v1.Job, string, string) (*v1.Job, error))
- func (fake *FakeJobsClient) SetLabelReturns(result1 *v1.Job, result2 error)
- func (fake *FakeJobsClient) SetLabelReturnsOnCall(i int, result1 *v1.Job, result2 error)
- type FakePodsClient
- func (fake *FakePodsClient) Invocations() map[string][][]interface{}
- func (fake *FakePodsClient) SetAndTestAnnotation(arg1 context.Context, arg2 *v1.Pod, arg3 string, arg4 string, arg5 *string) (*v1.Pod, error)
- func (fake *FakePodsClient) SetAndTestAnnotationArgsForCall(i int) (context.Context, *v1.Pod, string, string, *string)
- func (fake *FakePodsClient) SetAndTestAnnotationCallCount() int
- func (fake *FakePodsClient) SetAndTestAnnotationCalls(stub func(context.Context, *v1.Pod, string, string, *string) (*v1.Pod, error))
- func (fake *FakePodsClient) SetAndTestAnnotationReturns(result1 *v1.Pod, result2 error)
- func (fake *FakePodsClient) SetAndTestAnnotationReturnsOnCall(i int, result1 *v1.Pod, result2 error)
- func (fake *FakePodsClient) SetAnnotation(arg1 context.Context, arg2 *v1.Pod, arg3 string, arg4 string) (*v1.Pod, error)
- func (fake *FakePodsClient) SetAnnotationArgsForCall(i int) (context.Context, *v1.Pod, string, string)
- func (fake *FakePodsClient) SetAnnotationCallCount() int
- func (fake *FakePodsClient) SetAnnotationCalls(stub func(context.Context, *v1.Pod, string, string) (*v1.Pod, error))
- func (fake *FakePodsClient) SetAnnotationReturns(result1 *v1.Pod, result2 error)
- func (fake *FakePodsClient) SetAnnotationReturnsOnCall(i int, result1 *v1.Pod, result2 error)
- type FakeReporter
- func (fake *FakeReporter) Invocations() map[string][][]interface{}
- func (fake *FakeReporter) Report(arg1 context.Context, arg2 *v1.Pod) error
- func (fake *FakeReporter) ReportArgsForCall(i int) (context.Context, *v1.Pod)
- func (fake *FakeReporter) ReportCallCount() int
- func (fake *FakeReporter) ReportCalls(stub func(context.Context, *v1.Pod) error)
- func (fake *FakeReporter) ReportReturns(result1 error)
- func (fake *FakeReporter) ReportReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeDeleter ¶
type FakeDeleter struct { DeleteStub func(context.Context, string) (string, error) // contains filtered or unexported fields }
func (*FakeDeleter) DeleteArgsForCall ¶
func (fake *FakeDeleter) DeleteArgsForCall(i int) (context.Context, string)
func (*FakeDeleter) DeleteCallCount ¶
func (fake *FakeDeleter) DeleteCallCount() int
func (*FakeDeleter) DeleteCalls ¶
func (*FakeDeleter) DeleteReturns ¶
func (fake *FakeDeleter) DeleteReturns(result1 string, result2 error)
func (*FakeDeleter) DeleteReturnsOnCall ¶
func (fake *FakeDeleter) DeleteReturnsOnCall(i int, result1 string, result2 error)
func (*FakeDeleter) Invocations ¶
func (fake *FakeDeleter) Invocations() map[string][][]interface{}
type FakeJobsClient ¶
type FakeJobsClient struct { GetByGUIDStub func(context.Context, string, bool) ([]v1.Job, error) SetLabelStub func(context.Context, *v1.Job, string, string) (*v1.Job, error) // contains filtered or unexported fields }
func (*FakeJobsClient) GetByGUIDArgsForCall ¶
func (*FakeJobsClient) GetByGUIDCallCount ¶
func (fake *FakeJobsClient) GetByGUIDCallCount() int
func (*FakeJobsClient) GetByGUIDCalls ¶
func (*FakeJobsClient) GetByGUIDReturns ¶
func (fake *FakeJobsClient) GetByGUIDReturns(result1 []v1.Job, result2 error)
func (*FakeJobsClient) GetByGUIDReturnsOnCall ¶
func (fake *FakeJobsClient) GetByGUIDReturnsOnCall(i int, result1 []v1.Job, result2 error)
func (*FakeJobsClient) Invocations ¶
func (fake *FakeJobsClient) Invocations() map[string][][]interface{}
func (*FakeJobsClient) SetLabelArgsForCall ¶
func (*FakeJobsClient) SetLabelCallCount ¶
func (fake *FakeJobsClient) SetLabelCallCount() int
func (*FakeJobsClient) SetLabelCalls ¶
func (*FakeJobsClient) SetLabelReturns ¶
func (fake *FakeJobsClient) SetLabelReturns(result1 *v1.Job, result2 error)
func (*FakeJobsClient) SetLabelReturnsOnCall ¶
func (fake *FakeJobsClient) SetLabelReturnsOnCall(i int, result1 *v1.Job, result2 error)
type FakePodsClient ¶
type FakePodsClient struct { SetAndTestAnnotationStub func(context.Context, *v1.Pod, string, string, *string) (*v1.Pod, error) SetAnnotationStub func(context.Context, *v1.Pod, string, string) (*v1.Pod, error) // contains filtered or unexported fields }
func (*FakePodsClient) Invocations ¶
func (fake *FakePodsClient) Invocations() map[string][][]interface{}
func (*FakePodsClient) SetAndTestAnnotation ¶
func (*FakePodsClient) SetAndTestAnnotationArgsForCall ¶
func (*FakePodsClient) SetAndTestAnnotationCallCount ¶
func (fake *FakePodsClient) SetAndTestAnnotationCallCount() int
func (*FakePodsClient) SetAndTestAnnotationCalls ¶
func (*FakePodsClient) SetAndTestAnnotationReturns ¶
func (fake *FakePodsClient) SetAndTestAnnotationReturns(result1 *v1.Pod, result2 error)
func (*FakePodsClient) SetAndTestAnnotationReturnsOnCall ¶
func (fake *FakePodsClient) SetAndTestAnnotationReturnsOnCall(i int, result1 *v1.Pod, result2 error)
func (*FakePodsClient) SetAnnotation ¶
func (*FakePodsClient) SetAnnotationArgsForCall ¶
func (*FakePodsClient) SetAnnotationCallCount ¶
func (fake *FakePodsClient) SetAnnotationCallCount() int
func (*FakePodsClient) SetAnnotationCalls ¶
func (*FakePodsClient) SetAnnotationReturns ¶
func (fake *FakePodsClient) SetAnnotationReturns(result1 *v1.Pod, result2 error)
func (*FakePodsClient) SetAnnotationReturnsOnCall ¶
func (fake *FakePodsClient) SetAnnotationReturnsOnCall(i int, result1 *v1.Pod, result2 error)
type FakeReporter ¶
type FakeReporter struct { ReportStub func(context.Context, *v1.Pod) error // contains filtered or unexported fields }
func (*FakeReporter) Invocations ¶
func (fake *FakeReporter) Invocations() map[string][][]interface{}
func (*FakeReporter) ReportArgsForCall ¶
func (*FakeReporter) ReportCallCount ¶
func (fake *FakeReporter) ReportCallCount() int
func (*FakeReporter) ReportCalls ¶
func (*FakeReporter) ReportReturns ¶
func (fake *FakeReporter) ReportReturns(result1 error)
func (*FakeReporter) ReportReturnsOnCall ¶
func (fake *FakeReporter) ReportReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.