Documentation ¶
Overview ¶
Package mock_client 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 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Delete(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteAllOf(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GroupVersionKindFor(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) IsObjectNamespaced(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) List(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Patch(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *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 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Update(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockInterface
- func (m *MockInterface) Add(arg0 interface{})
- func (m *MockInterface) AddAfter(item interface{}, duration time.Duration)
- func (m *MockInterface) AddRateLimited(item interface{})
- func (m *MockInterface) Done(arg0 interface{})
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) Forget(item interface{})
- func (m *MockInterface) Get() (interface{}, bool)
- func (m *MockInterface) Len() int
- func (m *MockInterface) NumRequeues(item interface{}) int
- func (m *MockInterface) ShutDown()
- func (m *MockInterface) ShutDownWithDrain()
- func (m *MockInterface) ShuttingDown() bool
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) Add(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Done(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Get() *gomock.Call
- func (mr *MockInterfaceMockRecorder) Len() *gomock.Call
- func (mr *MockInterfaceMockRecorder) ShutDown() *gomock.Call
- func (mr *MockInterfaceMockRecorder) ShuttingDown() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) Create ¶
func (m *MockClient) Create(arg0 context.Context, arg1 client.Object, arg2 ...client.CreateOption) error
Create mocks base method.
func (*MockClient) Delete ¶
func (m *MockClient) Delete(arg0 context.Context, arg1 client.Object, arg2 ...client.DeleteOption) error
Delete mocks base method.
func (*MockClient) DeleteAllOf ¶
func (m *MockClient) DeleteAllOf(arg0 context.Context, arg1 client.Object, arg2 ...client.DeleteAllOfOption) error
DeleteAllOf mocks base method.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClient) Get ¶
func (m *MockClient) Get(arg0 context.Context, arg1 types.NamespacedName, arg2 client.Object, arg3 ...client.GetOption) error
Get mocks base method.
func (*MockClient) GroupVersionKindFor ¶
func (m *MockClient) GroupVersionKindFor(arg0 runtime.Object) (schema.GroupVersionKind, error)
GroupVersionKindFor mocks base method.
func (*MockClient) IsObjectNamespaced ¶
func (m *MockClient) IsObjectNamespaced(arg0 runtime.Object) (bool, error)
IsObjectNamespaced mocks base method.
func (*MockClient) List ¶
func (m *MockClient) List(arg0 context.Context, arg1 client.ObjectList, arg2 ...client.ListOption) error
List mocks base method.
func (*MockClient) Patch ¶
func (m *MockClient) Patch(arg0 context.Context, arg1 client.Object, arg2 client.Patch, arg3 ...client.PatchOption) error
Patch mocks base method.
func (*MockClient) RESTMapper ¶
func (m *MockClient) RESTMapper() meta.RESTMapper
RESTMapper mocks base method.
func (*MockClient) Status ¶
func (m *MockClient) Status() client.SubResourceWriter
Status mocks base method.
func (*MockClient) SubResource ¶
func (m *MockClient) SubResource(arg0 string) client.SubResourceClient
SubResource mocks base method.
func (*MockClient) Update ¶
func (m *MockClient) Update(arg0 context.Context, arg1 client.Object, arg2 ...client.UpdateOption) error
Update mocks base method.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) Create ¶
func (mr *MockClientMockRecorder) Create(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockClientMockRecorder) Delete ¶
func (mr *MockClientMockRecorder) Delete(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockClientMockRecorder) DeleteAllOf ¶
func (mr *MockClientMockRecorder) DeleteAllOf(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteAllOf indicates an expected call of DeleteAllOf.
func (*MockClientMockRecorder) Get ¶
func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockClientMockRecorder) GroupVersionKindFor ¶
func (mr *MockClientMockRecorder) GroupVersionKindFor(arg0 interface{}) *gomock.Call
GroupVersionKindFor indicates an expected call of GroupVersionKindFor.
func (*MockClientMockRecorder) IsObjectNamespaced ¶
func (mr *MockClientMockRecorder) IsObjectNamespaced(arg0 interface{}) *gomock.Call
IsObjectNamespaced indicates an expected call of IsObjectNamespaced.
func (*MockClientMockRecorder) List ¶
func (mr *MockClientMockRecorder) List(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockClientMockRecorder) Patch ¶
func (mr *MockClientMockRecorder) Patch(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockClientMockRecorder) RESTMapper ¶
func (mr *MockClientMockRecorder) RESTMapper() *gomock.Call
RESTMapper indicates an expected call of RESTMapper.
func (*MockClientMockRecorder) Scheme ¶
func (mr *MockClientMockRecorder) Scheme() *gomock.Call
Scheme indicates an expected call of Scheme.
func (*MockClientMockRecorder) Status ¶
func (mr *MockClientMockRecorder) Status() *gomock.Call
Status indicates an expected call of Status.
func (*MockClientMockRecorder) SubResource ¶
func (mr *MockClientMockRecorder) SubResource(arg0 interface{}) *gomock.Call
SubResource indicates an expected call of SubResource.
func (*MockClientMockRecorder) Update ¶
func (mr *MockClientMockRecorder) Update(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) AddAfter ¶
func (m *MockInterface) AddAfter(item interface{}, duration time.Duration)
func (*MockInterface) AddRateLimited ¶
func (m *MockInterface) AddRateLimited(item interface{})
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) Forget ¶
func (m *MockInterface) Forget(item interface{})
func (*MockInterface) Get ¶
func (m *MockInterface) Get() (interface{}, bool)
Get mocks base method.
func (*MockInterface) NumRequeues ¶
func (m *MockInterface) NumRequeues(item interface{}) int
func (*MockInterface) ShutDownWithDrain ¶
func (m *MockInterface) ShutDownWithDrain()
func (*MockInterface) ShuttingDown ¶
func (m *MockInterface) ShuttingDown() bool
ShuttingDown mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) Add ¶
func (mr *MockInterfaceMockRecorder) Add(arg0 interface{}) *gomock.Call
Add indicates an expected call of Add.
func (*MockInterfaceMockRecorder) Done ¶
func (mr *MockInterfaceMockRecorder) Done(arg0 interface{}) *gomock.Call
Done indicates an expected call of Done.
func (*MockInterfaceMockRecorder) Get ¶
func (mr *MockInterfaceMockRecorder) Get() *gomock.Call
Get indicates an expected call of Get.
func (*MockInterfaceMockRecorder) Len ¶
func (mr *MockInterfaceMockRecorder) Len() *gomock.Call
Len indicates an expected call of Len.
func (*MockInterfaceMockRecorder) ShutDown ¶
func (mr *MockInterfaceMockRecorder) ShutDown() *gomock.Call
ShutDown indicates an expected call of ShutDown.
func (*MockInterfaceMockRecorder) ShuttingDown ¶
func (mr *MockInterfaceMockRecorder) ShuttingDown() *gomock.Call
ShuttingDown indicates an expected call of ShuttingDown.