Versions in this module Expand all Collapse all v2 v2.5.5 Aug 7, 2023 Changes in this version + type MockClient struct + func NewMockClient(ctrl *gomock.Controller) *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) 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 struct + 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) 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