Documentation ¶
Overview ¶
Package mock_resource is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) Create(ctx context.Context, obj runtime.Object, opts ...client.CreateOption) error
- func (m *MockClient) Delete(ctx context.Context, obj runtime.Object, opts ...client.DeleteOption) error
- func (m *MockClient) DeleteAllOf(ctx context.Context, obj runtime.Object, opts ...client.DeleteAllOfOption) error
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) Get(ctx context.Context, key client.ObjectKey, obj runtime.Object) error
- func (m *MockClient) List(ctx context.Context, list runtime.Object, opts ...client.ListOption) error
- func (m *MockClient) Patch(ctx context.Context, obj runtime.Object, patch client.Patch, ...) error
- func (m *MockClient) Status() client.StatusWriter
- func (m *MockClient) Update(ctx context.Context, obj runtime.Object, opts ...client.UpdateOption) error
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) Create(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Delete(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteAllOf(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Get(ctx, key, obj interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) List(ctx, list interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Patch(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Status() *gomock.Call
- func (mr *MockClientMockRecorder) Update(ctx, obj interface{}, opts ...interface{}) *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(ctx context.Context, obj runtime.Object, opts ...client.CreateOption) error
Create mocks base method
func (*MockClient) Delete ¶
func (m *MockClient) Delete(ctx context.Context, obj runtime.Object, opts ...client.DeleteOption) error
Delete mocks base method
func (*MockClient) DeleteAllOf ¶
func (m *MockClient) DeleteAllOf(ctx context.Context, obj runtime.Object, opts ...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) List ¶
func (m *MockClient) List(ctx context.Context, list runtime.Object, opts ...client.ListOption) error
List mocks base method
func (*MockClient) Patch ¶
func (m *MockClient) Patch(ctx context.Context, obj runtime.Object, patch client.Patch, opts ...client.PatchOption) error
Patch mocks base method
func (*MockClient) Status ¶
func (m *MockClient) Status() client.StatusWriter
Status mocks base method
func (*MockClient) Update ¶
func (m *MockClient) Update(ctx context.Context, obj runtime.Object, opts ...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(ctx, obj interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create
func (*MockClientMockRecorder) Delete ¶
func (mr *MockClientMockRecorder) Delete(ctx, obj interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockClientMockRecorder) DeleteAllOf ¶
func (mr *MockClientMockRecorder) DeleteAllOf(ctx, obj interface{}, opts ...interface{}) *gomock.Call
DeleteAllOf indicates an expected call of DeleteAllOf
func (*MockClientMockRecorder) Get ¶
func (mr *MockClientMockRecorder) Get(ctx, key, obj interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockClientMockRecorder) List ¶
func (mr *MockClientMockRecorder) List(ctx, list interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List
func (*MockClientMockRecorder) Patch ¶
func (mr *MockClientMockRecorder) Patch(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
Patch indicates an expected call of Patch
func (*MockClientMockRecorder) Status ¶
func (mr *MockClientMockRecorder) Status() *gomock.Call
Status indicates an expected call of Status
func (*MockClientMockRecorder) Update ¶
func (mr *MockClientMockRecorder) Update(ctx, obj interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update