Documentation ¶
Overview ¶
Package mock_client 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
- type MockFieldIndexer
- type MockFieldIndexerMockRecorder
- type MockPatch
- type MockPatchMockRecorder
- type MockReader
- type MockReaderMockRecorder
- type MockStatusClient
- type MockStatusClientMockRecorder
- type MockStatusWriter
- type MockStatusWriterMockRecorder
- type MockWriter
- func (m *MockWriter) Create(ctx context.Context, obj runtime.Object, opts ...client.CreateOption) error
- func (m *MockWriter) Delete(ctx context.Context, obj runtime.Object, opts ...client.DeleteOption) error
- func (m *MockWriter) DeleteAllOf(ctx context.Context, obj runtime.Object, opts ...client.DeleteAllOfOption) error
- func (m *MockWriter) EXPECT() *MockWriterMockRecorder
- func (m *MockWriter) Patch(ctx context.Context, obj runtime.Object, patch client.Patch, ...) error
- func (m *MockWriter) Update(ctx context.Context, obj runtime.Object, opts ...client.UpdateOption) error
- type MockWriterMockRecorder
- func (mr *MockWriterMockRecorder) Create(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWriterMockRecorder) Delete(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWriterMockRecorder) DeleteAllOf(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWriterMockRecorder) Patch(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWriterMockRecorder) 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
type MockFieldIndexer ¶
type MockFieldIndexer struct {
// contains filtered or unexported fields
}
MockFieldIndexer is a mock of FieldIndexer interface
func NewMockFieldIndexer ¶
func NewMockFieldIndexer(ctrl *gomock.Controller) *MockFieldIndexer
NewMockFieldIndexer creates a new mock instance
func (*MockFieldIndexer) EXPECT ¶
func (m *MockFieldIndexer) EXPECT() *MockFieldIndexerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFieldIndexer) IndexField ¶
func (m *MockFieldIndexer) IndexField(ctx context.Context, obj runtime.Object, field string, extractValue client.IndexerFunc) error
IndexField mocks base method
type MockFieldIndexerMockRecorder ¶
type MockFieldIndexerMockRecorder struct {
// contains filtered or unexported fields
}
MockFieldIndexerMockRecorder is the mock recorder for MockFieldIndexer
func (*MockFieldIndexerMockRecorder) IndexField ¶
func (mr *MockFieldIndexerMockRecorder) IndexField(ctx, obj, field, extractValue interface{}) *gomock.Call
IndexField indicates an expected call of IndexField
type MockPatch ¶
type MockPatch struct {
// contains filtered or unexported fields
}
MockPatch is a mock of Patch interface
func NewMockPatch ¶
func NewMockPatch(ctrl *gomock.Controller) *MockPatch
NewMockPatch creates a new mock instance
func (*MockPatch) EXPECT ¶
func (m *MockPatch) EXPECT() *MockPatchMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockPatchMockRecorder ¶
type MockPatchMockRecorder struct {
// contains filtered or unexported fields
}
MockPatchMockRecorder is the mock recorder for MockPatch
func (*MockPatchMockRecorder) Data ¶
func (mr *MockPatchMockRecorder) Data(obj interface{}) *gomock.Call
Data indicates an expected call of Data
func (*MockPatchMockRecorder) Type ¶
func (mr *MockPatchMockRecorder) Type() *gomock.Call
Type indicates an expected call of Type
type MockReader ¶
type MockReader struct {
// contains filtered or unexported fields
}
MockReader is a mock of Reader interface
func NewMockReader ¶
func NewMockReader(ctrl *gomock.Controller) *MockReader
NewMockReader creates a new mock instance
func (*MockReader) EXPECT ¶
func (m *MockReader) EXPECT() *MockReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockReader) List ¶
func (m *MockReader) List(ctx context.Context, list runtime.Object, opts ...client.ListOption) error
List mocks base method
type MockReaderMockRecorder ¶
type MockReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockReaderMockRecorder is the mock recorder for MockReader
func (*MockReaderMockRecorder) Get ¶
func (mr *MockReaderMockRecorder) Get(ctx, key, obj interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockReaderMockRecorder) List ¶
func (mr *MockReaderMockRecorder) List(ctx, list interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List
type MockStatusClient ¶
type MockStatusClient struct {
// contains filtered or unexported fields
}
MockStatusClient is a mock of StatusClient interface
func NewMockStatusClient ¶
func NewMockStatusClient(ctrl *gomock.Controller) *MockStatusClient
NewMockStatusClient creates a new mock instance
func (*MockStatusClient) EXPECT ¶
func (m *MockStatusClient) EXPECT() *MockStatusClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockStatusClient) Status ¶
func (m *MockStatusClient) Status() client.StatusWriter
Status mocks base method
type MockStatusClientMockRecorder ¶
type MockStatusClientMockRecorder struct {
// contains filtered or unexported fields
}
MockStatusClientMockRecorder is the mock recorder for MockStatusClient
func (*MockStatusClientMockRecorder) Status ¶
func (mr *MockStatusClientMockRecorder) Status() *gomock.Call
Status indicates an expected call of Status
type MockStatusWriter ¶
type MockStatusWriter struct {
// contains filtered or unexported fields
}
MockStatusWriter is a mock of StatusWriter interface
func NewMockStatusWriter ¶
func NewMockStatusWriter(ctrl *gomock.Controller) *MockStatusWriter
NewMockStatusWriter creates a new mock instance
func (*MockStatusWriter) EXPECT ¶
func (m *MockStatusWriter) EXPECT() *MockStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockStatusWriter) Patch ¶
func (m *MockStatusWriter) Patch(ctx context.Context, obj runtime.Object, patch client.Patch, opts ...client.PatchOption) error
Patch mocks base method
func (*MockStatusWriter) Update ¶
func (m *MockStatusWriter) Update(ctx context.Context, obj runtime.Object, opts ...client.UpdateOption) error
Update mocks base method
type MockStatusWriterMockRecorder ¶
type MockStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockStatusWriterMockRecorder is the mock recorder for MockStatusWriter
func (*MockStatusWriterMockRecorder) Patch ¶
func (mr *MockStatusWriterMockRecorder) Patch(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
Patch indicates an expected call of Patch
func (*MockStatusWriterMockRecorder) Update ¶
func (mr *MockStatusWriterMockRecorder) Update(ctx, obj interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update
type MockWriter ¶
type MockWriter struct {
// contains filtered or unexported fields
}
MockWriter is a mock of Writer interface
func NewMockWriter ¶
func NewMockWriter(ctrl *gomock.Controller) *MockWriter
NewMockWriter creates a new mock instance
func (*MockWriter) Create ¶
func (m *MockWriter) Create(ctx context.Context, obj runtime.Object, opts ...client.CreateOption) error
Create mocks base method
func (*MockWriter) Delete ¶
func (m *MockWriter) Delete(ctx context.Context, obj runtime.Object, opts ...client.DeleteOption) error
Delete mocks base method
func (*MockWriter) DeleteAllOf ¶
func (m *MockWriter) DeleteAllOf(ctx context.Context, obj runtime.Object, opts ...client.DeleteAllOfOption) error
DeleteAllOf mocks base method
func (*MockWriter) EXPECT ¶
func (m *MockWriter) EXPECT() *MockWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockWriter) Patch ¶
func (m *MockWriter) Patch(ctx context.Context, obj runtime.Object, patch client.Patch, opts ...client.PatchOption) error
Patch mocks base method
func (*MockWriter) Update ¶
func (m *MockWriter) Update(ctx context.Context, obj runtime.Object, opts ...client.UpdateOption) error
Update mocks base method
type MockWriterMockRecorder ¶
type MockWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockWriterMockRecorder is the mock recorder for MockWriter
func (*MockWriterMockRecorder) Create ¶
func (mr *MockWriterMockRecorder) Create(ctx, obj interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create
func (*MockWriterMockRecorder) Delete ¶
func (mr *MockWriterMockRecorder) Delete(ctx, obj interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockWriterMockRecorder) DeleteAllOf ¶
func (mr *MockWriterMockRecorder) DeleteAllOf(ctx, obj interface{}, opts ...interface{}) *gomock.Call
DeleteAllOf indicates an expected call of DeleteAllOf
func (*MockWriterMockRecorder) Patch ¶
func (mr *MockWriterMockRecorder) Patch(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
Patch indicates an expected call of Patch
func (*MockWriterMockRecorder) Update ¶
func (mr *MockWriterMockRecorder) Update(ctx, obj interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update