Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) Create(arg0 context.Context, arg1 client.Object, arg2 ...client.CreateOption) error
- func (m *MockClient) Delete(arg0 context.Context, arg1 client.Object, arg2 ...client.DeleteOption) error
- func (m *MockClient) DeleteAllOf(arg0 context.Context, arg1 client.Object, arg2 ...client.DeleteAllOfOption) error
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) Get(arg0 context.Context, arg1 types.NamespacedName, arg2 client.Object, ...) error
- func (m *MockClient) GroupVersionKindFor(arg0 runtime.Object) (schema.GroupVersionKind, error)
- func (m *MockClient) IsObjectNamespaced(arg0 runtime.Object) (bool, error)
- func (m *MockClient) List(arg0 context.Context, arg1 client.ObjectList, arg2 ...client.ListOption) error
- func (m *MockClient) Patch(arg0 context.Context, arg1 client.Object, arg2 client.Patch, ...) error
- func (m *MockClient) RESTMapper() meta.RESTMapper
- func (m *MockClient) Scheme() *runtime.Scheme
- func (m *MockClient) Status() client.SubResourceWriter
- func (m *MockClient) SubResource(arg0 string) client.SubResourceClient
- func (m *MockClient) Update(arg0 context.Context, arg1 client.Object, arg2 ...client.UpdateOption) error
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) Create(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientMockRecorder) Delete(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteAllOf(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientMockRecorder) GroupVersionKindFor(arg0 any) *gomock.Call
- func (mr *MockClientMockRecorder) IsObjectNamespaced(arg0 any) *gomock.Call
- func (mr *MockClientMockRecorder) List(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientMockRecorder) Patch(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientMockRecorder) RESTMapper() *gomock.Call
- func (mr *MockClientMockRecorder) Scheme() *gomock.Call
- func (mr *MockClientMockRecorder) Status() *gomock.Call
- func (mr *MockClientMockRecorder) SubResource(arg0 any) *gomock.Call
- func (mr *MockClientMockRecorder) Update(arg0, arg1 any, arg2 ...any) *gomock.Call
- type MockEventRecorder
- func (m *MockEventRecorder) AnnotatedEventf(arg0 runtime.Object, arg1 map[string]string, arg2, arg3, arg4 string, ...)
- func (m *MockEventRecorder) EXPECT() *MockEventRecorderMockRecorder
- func (m *MockEventRecorder) Event(arg0 runtime.Object, arg1, arg2, arg3 string)
- func (m *MockEventRecorder) Eventf(arg0 runtime.Object, arg1, arg2, arg3 string, arg4 ...interface{})
- type MockEventRecorderMockRecorder
- func (mr *MockEventRecorderMockRecorder) AnnotatedEventf(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call
- func (mr *MockEventRecorderMockRecorder) Event(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockEventRecorderMockRecorder) Eventf(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
- type MockHelmDeployer
- func (m *MockHelmDeployer) Delete(arg0 context.Context, arg1 string) error
- func (m *MockHelmDeployer) DeleteRelease(arg0 context.Context, arg1 helmdeployer.DeployedBundle) error
- func (m *MockHelmDeployer) EXPECT() *MockHelmDeployerMockRecorder
- func (m *MockHelmDeployer) ListDeployments(arg0 helmdeployer.ListAction) ([]helmdeployer.DeployedBundle, error)
- func (m *MockHelmDeployer) NewListAction() *action.List
- type MockHelmDeployerMockRecorder
- func (mr *MockHelmDeployerMockRecorder) Delete(arg0, arg1 any) *gomock.Call
- func (mr *MockHelmDeployerMockRecorder) DeleteRelease(arg0, arg1 any) *gomock.Call
- func (mr *MockHelmDeployerMockRecorder) ListDeployments(arg0 any) *gomock.Call
- func (mr *MockHelmDeployerMockRecorder) NewListAction() *gomock.Call
- type MockScheduledJob
- type MockScheduledJobMockRecorder
- type MockScheduler
- func (m *MockScheduler) Clear() error
- func (m *MockScheduler) DeleteJob(arg0 *quartz.JobKey) error
- func (m *MockScheduler) EXPECT() *MockSchedulerMockRecorder
- func (m *MockScheduler) GetJobKeys(arg0 ...quartz.Matcher[quartz.ScheduledJob]) ([]*quartz.JobKey, error)
- func (m *MockScheduler) GetScheduledJob(arg0 *quartz.JobKey) (quartz.ScheduledJob, error)
- func (m *MockScheduler) IsStarted() bool
- func (m *MockScheduler) PauseJob(arg0 *quartz.JobKey) error
- func (m *MockScheduler) ResumeJob(arg0 *quartz.JobKey) error
- func (m *MockScheduler) ScheduleJob(arg0 *quartz.JobDetail, arg1 quartz.Trigger) error
- func (m *MockScheduler) Start(arg0 context.Context)
- func (m *MockScheduler) Stop()
- func (m *MockScheduler) Wait(arg0 context.Context)
- type MockSchedulerMockRecorder
- func (mr *MockSchedulerMockRecorder) Clear() *gomock.Call
- func (mr *MockSchedulerMockRecorder) DeleteJob(arg0 any) *gomock.Call
- func (mr *MockSchedulerMockRecorder) GetJobKeys(arg0 ...any) *gomock.Call
- func (mr *MockSchedulerMockRecorder) GetScheduledJob(arg0 any) *gomock.Call
- func (mr *MockSchedulerMockRecorder) IsStarted() *gomock.Call
- func (mr *MockSchedulerMockRecorder) PauseJob(arg0 any) *gomock.Call
- func (mr *MockSchedulerMockRecorder) ResumeJob(arg0 any) *gomock.Call
- func (mr *MockSchedulerMockRecorder) ScheduleJob(arg0, arg1 any) *gomock.Call
- func (mr *MockSchedulerMockRecorder) Start(arg0 any) *gomock.Call
- func (mr *MockSchedulerMockRecorder) Stop() *gomock.Call
- func (mr *MockSchedulerMockRecorder) Wait(arg0 any) *gomock.Call
- type MockSubResourceWriter
- func (m *MockSubResourceWriter) Create(arg0 context.Context, arg1, arg2 client.Object, ...) error
- func (m *MockSubResourceWriter) EXPECT() *MockSubResourceWriterMockRecorder
- func (m *MockSubResourceWriter) Patch(arg0 context.Context, arg1 client.Object, arg2 client.Patch, ...) error
- func (m *MockSubResourceWriter) Update(arg0 context.Context, arg1 client.Object, ...) error
- type MockSubResourceWriterMockRecorder
- type MockTarget
- func (m *MockTarget) EXPECT() *MockTargetMockRecorder
- func (m *MockTarget) Exists(arg0 context.Context, arg1 v1.Descriptor) (bool, error)
- func (m *MockTarget) Fetch(arg0 context.Context, arg1 v1.Descriptor) (io.ReadCloser, error)
- func (m *MockTarget) Push(arg0 context.Context, arg1 v1.Descriptor, arg2 io.Reader) error
- func (m *MockTarget) Resolve(arg0 context.Context, arg1 string) (v1.Descriptor, error)
- func (m *MockTarget) Tag(arg0 context.Context, arg1 v1.Descriptor, arg2 string) error
- type MockTargetMockRecorder
- func (mr *MockTargetMockRecorder) Exists(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTargetMockRecorder) Fetch(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTargetMockRecorder) Push(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockTargetMockRecorder) Resolve(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTargetMockRecorder) Tag(arg0, arg1, arg2 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶ added in v0.10.0
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶ added in v0.10.0
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) Create ¶ added in v0.10.0
func (m *MockClient) Create(arg0 context.Context, arg1 client.Object, arg2 ...client.CreateOption) error
Create mocks base method.
func (*MockClient) Delete ¶ added in v0.10.0
func (m *MockClient) Delete(arg0 context.Context, arg1 client.Object, arg2 ...client.DeleteOption) error
Delete mocks base method.
func (*MockClient) DeleteAllOf ¶ added in v0.10.0
func (m *MockClient) DeleteAllOf(arg0 context.Context, arg1 client.Object, arg2 ...client.DeleteAllOfOption) error
DeleteAllOf mocks base method.
func (*MockClient) EXPECT ¶ added in v0.10.0
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClient) Get ¶ added in v0.10.0
func (m *MockClient) Get(arg0 context.Context, arg1 types.NamespacedName, arg2 client.Object, arg3 ...client.GetOption) error
Get mocks base method.
func (*MockClient) GroupVersionKindFor ¶ added in v0.10.0
func (m *MockClient) GroupVersionKindFor(arg0 runtime.Object) (schema.GroupVersionKind, error)
GroupVersionKindFor mocks base method.
func (*MockClient) IsObjectNamespaced ¶ added in v0.10.0
func (m *MockClient) IsObjectNamespaced(arg0 runtime.Object) (bool, error)
IsObjectNamespaced mocks base method.
func (*MockClient) List ¶ added in v0.10.0
func (m *MockClient) List(arg0 context.Context, arg1 client.ObjectList, arg2 ...client.ListOption) error
List mocks base method.
func (*MockClient) Patch ¶ added in v0.10.0
func (m *MockClient) Patch(arg0 context.Context, arg1 client.Object, arg2 client.Patch, arg3 ...client.PatchOption) error
Patch mocks base method.
func (*MockClient) RESTMapper ¶ added in v0.10.0
func (m *MockClient) RESTMapper() meta.RESTMapper
RESTMapper mocks base method.
func (*MockClient) Scheme ¶ added in v0.10.0
func (m *MockClient) Scheme() *runtime.Scheme
Scheme mocks base method.
func (*MockClient) Status ¶ added in v0.10.0
func (m *MockClient) Status() client.SubResourceWriter
Status mocks base method.
func (*MockClient) SubResource ¶ added in v0.10.0
func (m *MockClient) SubResource(arg0 string) client.SubResourceClient
SubResource mocks base method.
func (*MockClient) Update ¶ added in v0.10.0
func (m *MockClient) Update(arg0 context.Context, arg1 client.Object, arg2 ...client.UpdateOption) error
Update mocks base method.
type MockClientMockRecorder ¶ added in v0.10.0
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) Create ¶ added in v0.10.0
func (mr *MockClientMockRecorder) Create(arg0, arg1 any, arg2 ...any) *gomock.Call
Create indicates an expected call of Create.
func (*MockClientMockRecorder) Delete ¶ added in v0.10.0
func (mr *MockClientMockRecorder) Delete(arg0, arg1 any, arg2 ...any) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockClientMockRecorder) DeleteAllOf ¶ added in v0.10.0
func (mr *MockClientMockRecorder) DeleteAllOf(arg0, arg1 any, arg2 ...any) *gomock.Call
DeleteAllOf indicates an expected call of DeleteAllOf.
func (*MockClientMockRecorder) Get ¶ added in v0.10.0
func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
Get indicates an expected call of Get.
func (*MockClientMockRecorder) GroupVersionKindFor ¶ added in v0.10.0
func (mr *MockClientMockRecorder) GroupVersionKindFor(arg0 any) *gomock.Call
GroupVersionKindFor indicates an expected call of GroupVersionKindFor.
func (*MockClientMockRecorder) IsObjectNamespaced ¶ added in v0.10.0
func (mr *MockClientMockRecorder) IsObjectNamespaced(arg0 any) *gomock.Call
IsObjectNamespaced indicates an expected call of IsObjectNamespaced.
func (*MockClientMockRecorder) List ¶ added in v0.10.0
func (mr *MockClientMockRecorder) List(arg0, arg1 any, arg2 ...any) *gomock.Call
List indicates an expected call of List.
func (*MockClientMockRecorder) Patch ¶ added in v0.10.0
func (mr *MockClientMockRecorder) Patch(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockClientMockRecorder) RESTMapper ¶ added in v0.10.0
func (mr *MockClientMockRecorder) RESTMapper() *gomock.Call
RESTMapper indicates an expected call of RESTMapper.
func (*MockClientMockRecorder) Scheme ¶ added in v0.10.0
func (mr *MockClientMockRecorder) Scheme() *gomock.Call
Scheme indicates an expected call of Scheme.
func (*MockClientMockRecorder) Status ¶ added in v0.10.0
func (mr *MockClientMockRecorder) Status() *gomock.Call
Status indicates an expected call of Status.
func (*MockClientMockRecorder) SubResource ¶ added in v0.10.0
func (mr *MockClientMockRecorder) SubResource(arg0 any) *gomock.Call
SubResource indicates an expected call of SubResource.
type MockEventRecorder ¶ added in v0.10.1
type MockEventRecorder struct {
// contains filtered or unexported fields
}
MockEventRecorder is a mock of EventRecorder interface.
func NewMockEventRecorder ¶ added in v0.10.1
func NewMockEventRecorder(ctrl *gomock.Controller) *MockEventRecorder
NewMockEventRecorder creates a new mock instance.
func (*MockEventRecorder) AnnotatedEventf ¶ added in v0.10.1
func (m *MockEventRecorder) AnnotatedEventf(arg0 runtime.Object, arg1 map[string]string, arg2, arg3, arg4 string, arg5 ...interface{})
AnnotatedEventf mocks base method.
func (*MockEventRecorder) EXPECT ¶ added in v0.10.1
func (m *MockEventRecorder) EXPECT() *MockEventRecorderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockEventRecorderMockRecorder ¶ added in v0.10.1
type MockEventRecorderMockRecorder struct {
// contains filtered or unexported fields
}
MockEventRecorderMockRecorder is the mock recorder for MockEventRecorder.
func (*MockEventRecorderMockRecorder) AnnotatedEventf ¶ added in v0.10.1
func (mr *MockEventRecorderMockRecorder) AnnotatedEventf(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call
AnnotatedEventf indicates an expected call of AnnotatedEventf.
func (*MockEventRecorderMockRecorder) Event ¶ added in v0.10.1
func (mr *MockEventRecorderMockRecorder) Event(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Event indicates an expected call of Event.
func (*MockEventRecorderMockRecorder) Eventf ¶ added in v0.10.1
func (mr *MockEventRecorderMockRecorder) Eventf(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
Eventf indicates an expected call of Eventf.
type MockHelmDeployer ¶ added in v0.10.2
type MockHelmDeployer struct {
// contains filtered or unexported fields
}
MockHelmDeployer is a mock of HelmDeployer interface.
func NewMockHelmDeployer ¶ added in v0.10.2
func NewMockHelmDeployer(ctrl *gomock.Controller) *MockHelmDeployer
NewMockHelmDeployer creates a new mock instance.
func (*MockHelmDeployer) Delete ¶ added in v0.10.2
func (m *MockHelmDeployer) Delete(arg0 context.Context, arg1 string) error
Delete mocks base method.
func (*MockHelmDeployer) DeleteRelease ¶ added in v0.10.2
func (m *MockHelmDeployer) DeleteRelease(arg0 context.Context, arg1 helmdeployer.DeployedBundle) error
DeleteRelease mocks base method.
func (*MockHelmDeployer) EXPECT ¶ added in v0.10.2
func (m *MockHelmDeployer) EXPECT() *MockHelmDeployerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHelmDeployer) ListDeployments ¶ added in v0.10.2
func (m *MockHelmDeployer) ListDeployments(arg0 helmdeployer.ListAction) ([]helmdeployer.DeployedBundle, error)
ListDeployments mocks base method.
func (*MockHelmDeployer) NewListAction ¶ added in v0.10.2
func (m *MockHelmDeployer) NewListAction() *action.List
NewListAction mocks base method.
type MockHelmDeployerMockRecorder ¶ added in v0.10.2
type MockHelmDeployerMockRecorder struct {
// contains filtered or unexported fields
}
MockHelmDeployerMockRecorder is the mock recorder for MockHelmDeployer.
func (*MockHelmDeployerMockRecorder) Delete ¶ added in v0.10.2
func (mr *MockHelmDeployerMockRecorder) Delete(arg0, arg1 any) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockHelmDeployerMockRecorder) DeleteRelease ¶ added in v0.10.2
func (mr *MockHelmDeployerMockRecorder) DeleteRelease(arg0, arg1 any) *gomock.Call
DeleteRelease indicates an expected call of DeleteRelease.
func (*MockHelmDeployerMockRecorder) ListDeployments ¶ added in v0.10.2
func (mr *MockHelmDeployerMockRecorder) ListDeployments(arg0 any) *gomock.Call
ListDeployments indicates an expected call of ListDeployments.
func (*MockHelmDeployerMockRecorder) NewListAction ¶ added in v0.10.2
func (mr *MockHelmDeployerMockRecorder) NewListAction() *gomock.Call
NewListAction indicates an expected call of NewListAction.
type MockScheduledJob ¶ added in v0.13.0
type MockScheduledJob struct {
// contains filtered or unexported fields
}
MockScheduledJob is a mock of ScheduledJob interface.
func NewMockScheduledJob ¶ added in v0.13.0
func NewMockScheduledJob(ctrl *gomock.Controller) *MockScheduledJob
NewMockScheduledJob creates a new mock instance.
func (*MockScheduledJob) EXPECT ¶ added in v0.13.0
func (m *MockScheduledJob) EXPECT() *MockScheduledJobMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockScheduledJob) JobDetail ¶ added in v0.13.0
func (m *MockScheduledJob) JobDetail() *quartz.JobDetail
JobDetail mocks base method.
func (*MockScheduledJob) NextRunTime ¶ added in v0.13.0
func (m *MockScheduledJob) NextRunTime() int64
NextRunTime mocks base method.
func (*MockScheduledJob) Trigger ¶ added in v0.13.0
func (m *MockScheduledJob) Trigger() quartz.Trigger
Trigger mocks base method.
type MockScheduledJobMockRecorder ¶ added in v0.13.0
type MockScheduledJobMockRecorder struct {
// contains filtered or unexported fields
}
MockScheduledJobMockRecorder is the mock recorder for MockScheduledJob.
func (*MockScheduledJobMockRecorder) JobDetail ¶ added in v0.13.0
func (mr *MockScheduledJobMockRecorder) JobDetail() *gomock.Call
JobDetail indicates an expected call of JobDetail.
func (*MockScheduledJobMockRecorder) NextRunTime ¶ added in v0.13.0
func (mr *MockScheduledJobMockRecorder) NextRunTime() *gomock.Call
NextRunTime indicates an expected call of NextRunTime.
func (*MockScheduledJobMockRecorder) Trigger ¶ added in v0.13.0
func (mr *MockScheduledJobMockRecorder) Trigger() *gomock.Call
Trigger indicates an expected call of Trigger.
type MockScheduler ¶ added in v0.13.0
type MockScheduler struct {
// contains filtered or unexported fields
}
MockScheduler is a mock of Scheduler interface.
func NewMockScheduler ¶ added in v0.13.0
func NewMockScheduler(ctrl *gomock.Controller) *MockScheduler
NewMockScheduler creates a new mock instance.
func (*MockScheduler) Clear ¶ added in v0.13.0
func (m *MockScheduler) Clear() error
Clear mocks base method.
func (*MockScheduler) DeleteJob ¶ added in v0.13.0
func (m *MockScheduler) DeleteJob(arg0 *quartz.JobKey) error
DeleteJob mocks base method.
func (*MockScheduler) EXPECT ¶ added in v0.13.0
func (m *MockScheduler) EXPECT() *MockSchedulerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockScheduler) GetJobKeys ¶ added in v0.13.0
func (m *MockScheduler) GetJobKeys(arg0 ...quartz.Matcher[quartz.ScheduledJob]) ([]*quartz.JobKey, error)
GetJobKeys mocks base method.
func (*MockScheduler) GetScheduledJob ¶ added in v0.13.0
func (m *MockScheduler) GetScheduledJob(arg0 *quartz.JobKey) (quartz.ScheduledJob, error)
GetScheduledJob mocks base method.
func (*MockScheduler) IsStarted ¶ added in v0.13.0
func (m *MockScheduler) IsStarted() bool
IsStarted mocks base method.
func (*MockScheduler) PauseJob ¶ added in v0.13.0
func (m *MockScheduler) PauseJob(arg0 *quartz.JobKey) error
PauseJob mocks base method.
func (*MockScheduler) ResumeJob ¶ added in v0.13.0
func (m *MockScheduler) ResumeJob(arg0 *quartz.JobKey) error
ResumeJob mocks base method.
func (*MockScheduler) ScheduleJob ¶ added in v0.13.0
ScheduleJob mocks base method.
func (*MockScheduler) Start ¶ added in v0.13.0
func (m *MockScheduler) Start(arg0 context.Context)
Start mocks base method.
func (*MockScheduler) Stop ¶ added in v0.13.0
func (m *MockScheduler) Stop()
Stop mocks base method.
func (*MockScheduler) Wait ¶ added in v0.13.0
func (m *MockScheduler) Wait(arg0 context.Context)
Wait mocks base method.
type MockSchedulerMockRecorder ¶ added in v0.13.0
type MockSchedulerMockRecorder struct {
// contains filtered or unexported fields
}
MockSchedulerMockRecorder is the mock recorder for MockScheduler.
func (*MockSchedulerMockRecorder) Clear ¶ added in v0.13.0
func (mr *MockSchedulerMockRecorder) Clear() *gomock.Call
Clear indicates an expected call of Clear.
func (*MockSchedulerMockRecorder) DeleteJob ¶ added in v0.13.0
func (mr *MockSchedulerMockRecorder) DeleteJob(arg0 any) *gomock.Call
DeleteJob indicates an expected call of DeleteJob.
func (*MockSchedulerMockRecorder) GetJobKeys ¶ added in v0.13.0
func (mr *MockSchedulerMockRecorder) GetJobKeys(arg0 ...any) *gomock.Call
GetJobKeys indicates an expected call of GetJobKeys.
func (*MockSchedulerMockRecorder) GetScheduledJob ¶ added in v0.13.0
func (mr *MockSchedulerMockRecorder) GetScheduledJob(arg0 any) *gomock.Call
GetScheduledJob indicates an expected call of GetScheduledJob.
func (*MockSchedulerMockRecorder) IsStarted ¶ added in v0.13.0
func (mr *MockSchedulerMockRecorder) IsStarted() *gomock.Call
IsStarted indicates an expected call of IsStarted.
func (*MockSchedulerMockRecorder) PauseJob ¶ added in v0.13.0
func (mr *MockSchedulerMockRecorder) PauseJob(arg0 any) *gomock.Call
PauseJob indicates an expected call of PauseJob.
func (*MockSchedulerMockRecorder) ResumeJob ¶ added in v0.13.0
func (mr *MockSchedulerMockRecorder) ResumeJob(arg0 any) *gomock.Call
ResumeJob indicates an expected call of ResumeJob.
func (*MockSchedulerMockRecorder) ScheduleJob ¶ added in v0.13.0
func (mr *MockSchedulerMockRecorder) ScheduleJob(arg0, arg1 any) *gomock.Call
ScheduleJob indicates an expected call of ScheduleJob.
func (*MockSchedulerMockRecorder) Start ¶ added in v0.13.0
func (mr *MockSchedulerMockRecorder) Start(arg0 any) *gomock.Call
Start indicates an expected call of Start.
func (*MockSchedulerMockRecorder) Stop ¶ added in v0.13.0
func (mr *MockSchedulerMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop.
type MockSubResourceWriter ¶ added in v0.10.0
type MockSubResourceWriter struct {
// contains filtered or unexported fields
}
MockSubResourceWriter is a mock of SubResourceWriter interface.
func NewMockSubResourceWriter ¶ added in v0.10.0
func NewMockSubResourceWriter(ctrl *gomock.Controller) *MockSubResourceWriter
NewMockSubResourceWriter creates a new mock instance.
func (*MockSubResourceWriter) Create ¶ added in v0.10.0
func (m *MockSubResourceWriter) Create(arg0 context.Context, arg1, arg2 client.Object, arg3 ...client.SubResourceCreateOption) error
Create mocks base method.
func (*MockSubResourceWriter) EXPECT ¶ added in v0.10.0
func (m *MockSubResourceWriter) EXPECT() *MockSubResourceWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSubResourceWriter) Patch ¶ added in v0.10.0
func (m *MockSubResourceWriter) Patch(arg0 context.Context, arg1 client.Object, arg2 client.Patch, arg3 ...client.SubResourcePatchOption) error
Patch mocks base method.
func (*MockSubResourceWriter) Update ¶ added in v0.10.0
func (m *MockSubResourceWriter) Update(arg0 context.Context, arg1 client.Object, arg2 ...client.SubResourceUpdateOption) error
Update mocks base method.
type MockSubResourceWriterMockRecorder ¶ added in v0.10.0
type MockSubResourceWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockSubResourceWriterMockRecorder is the mock recorder for MockSubResourceWriter.
func (*MockSubResourceWriterMockRecorder) Create ¶ added in v0.10.0
func (mr *MockSubResourceWriterMockRecorder) Create(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
Create indicates an expected call of Create.
type MockTarget ¶ added in v0.10.0
type MockTarget struct {
// contains filtered or unexported fields
}
MockTarget is a mock of Target interface.
func NewMockTarget ¶ added in v0.10.0
func NewMockTarget(ctrl *gomock.Controller) *MockTarget
NewMockTarget creates a new mock instance.
func (*MockTarget) EXPECT ¶ added in v0.10.0
func (m *MockTarget) EXPECT() *MockTargetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTarget) Exists ¶ added in v0.10.0
func (m *MockTarget) Exists(arg0 context.Context, arg1 v1.Descriptor) (bool, error)
Exists mocks base method.
func (*MockTarget) Fetch ¶ added in v0.10.0
func (m *MockTarget) Fetch(arg0 context.Context, arg1 v1.Descriptor) (io.ReadCloser, error)
Fetch mocks base method.
func (*MockTarget) Push ¶ added in v0.10.0
func (m *MockTarget) Push(arg0 context.Context, arg1 v1.Descriptor, arg2 io.Reader) error
Push mocks base method.
func (*MockTarget) Resolve ¶ added in v0.10.0
func (m *MockTarget) Resolve(arg0 context.Context, arg1 string) (v1.Descriptor, error)
Resolve mocks base method.
func (*MockTarget) Tag ¶ added in v0.10.0
func (m *MockTarget) Tag(arg0 context.Context, arg1 v1.Descriptor, arg2 string) error
Tag mocks base method.
type MockTargetMockRecorder ¶ added in v0.10.0
type MockTargetMockRecorder struct {
// contains filtered or unexported fields
}
MockTargetMockRecorder is the mock recorder for MockTarget.
func (*MockTargetMockRecorder) Exists ¶ added in v0.10.0
func (mr *MockTargetMockRecorder) Exists(arg0, arg1 interface{}) *gomock.Call
Exists indicates an expected call of Exists.
func (*MockTargetMockRecorder) Fetch ¶ added in v0.10.0
func (mr *MockTargetMockRecorder) Fetch(arg0, arg1 interface{}) *gomock.Call
Fetch indicates an expected call of Fetch.
func (*MockTargetMockRecorder) Push ¶ added in v0.10.0
func (mr *MockTargetMockRecorder) Push(arg0, arg1, arg2 interface{}) *gomock.Call
Push indicates an expected call of Push.
func (*MockTargetMockRecorder) Resolve ¶ added in v0.10.0
func (mr *MockTargetMockRecorder) Resolve(arg0, arg1 interface{}) *gomock.Call
Resolve indicates an expected call of Resolve.
func (*MockTargetMockRecorder) Tag ¶ added in v0.10.0
func (mr *MockTargetMockRecorder) Tag(arg0, arg1, arg2 interface{}) *gomock.Call
Tag indicates an expected call of Tag.