mockclients

package
v1.15.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2024 License: MIT Imports: 11 Imported by: 0

README

Mock Clients

Run the following command to generate mock clients:

make generate

Documentation

Overview

Package mockclients is a generated GoMock package.

Package mockclients is a generated GoMock package.

Index

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 client.Object, opts ...client.CreateOption) error

Create mocks base method.

func (*MockClient) Delete

func (m *MockClient) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) error

Delete mocks base method.

func (*MockClient) DeleteAllOf

func (m *MockClient) DeleteAllOf(ctx context.Context, obj client.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) Get

func (m *MockClient) Get(ctx context.Context, key client.ObjectKey, obj client.Object, opts ...client.GetOption) error

Get mocks base method.

func (*MockClient) GroupVersionKindFor

func (m *MockClient) GroupVersionKindFor(obj runtime.Object) (schema.GroupVersionKind, error)

GroupVersionKindFor mocks base method.

func (*MockClient) IsObjectNamespaced

func (m *MockClient) IsObjectNamespaced(obj runtime.Object) (bool, error)

IsObjectNamespaced mocks base method.

func (*MockClient) List

func (m *MockClient) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error

List mocks base method.

func (*MockClient) Patch

func (m *MockClient) Patch(ctx context.Context, obj client.Object, patch client.Patch, opts ...client.PatchOption) error

Patch mocks base method.

func (*MockClient) RESTMapper

func (m *MockClient) RESTMapper() meta.RESTMapper

RESTMapper mocks base method.

func (*MockClient) Scheme

func (m *MockClient) Scheme() *runtime.Scheme

Scheme mocks base method.

func (*MockClient) Status

func (m *MockClient) Status() client.SubResourceWriter

Status mocks base method.

func (*MockClient) SubResource

func (m *MockClient) SubResource(subResource string) client.SubResourceClient

SubResource mocks base method.

func (*MockClient) Update

func (m *MockClient) Update(ctx context.Context, obj client.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{}, opts ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockClientMockRecorder) GroupVersionKindFor

func (mr *MockClientMockRecorder) GroupVersionKindFor(obj interface{}) *gomock.Call

GroupVersionKindFor indicates an expected call of GroupVersionKindFor.

func (*MockClientMockRecorder) IsObjectNamespaced

func (mr *MockClientMockRecorder) IsObjectNamespaced(obj interface{}) *gomock.Call

IsObjectNamespaced indicates an expected call of IsObjectNamespaced.

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) 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(subResource interface{}) *gomock.Call

SubResource indicates an expected call of SubResource.

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFieldIndexer) IndexField

func (m *MockFieldIndexer) IndexField(ctx context.Context, obj client.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) Data

func (m *MockPatch) Data(obj client.Object) ([]byte, error)

Data mocks base method.

func (*MockPatch) EXPECT

func (m *MockPatch) EXPECT() *MockPatchMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPatch) Type

func (m *MockPatch) Type() types.PatchType

Type mocks base method.

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) Get

func (m *MockReader) Get(ctx context.Context, key client.ObjectKey, obj client.Object, opts ...client.GetOption) error

Get mocks base method.

func (*MockReader) List

func (m *MockReader) List(ctx context.Context, list client.ObjectList, 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{}, opts ...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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStatusClient) Status

Status mocks base method.

type MockStatusClientMockRecorder

type MockStatusClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockStatusClientMockRecorder is the mock recorder for MockStatusClient.

func (*MockStatusClientMockRecorder) Status

Status indicates an expected call of Status.

type MockSubResourceClient

type MockSubResourceClient struct {
	// contains filtered or unexported fields
}

MockSubResourceClient is a mock of SubResourceClient interface.

func NewMockSubResourceClient

func NewMockSubResourceClient(ctrl *gomock.Controller) *MockSubResourceClient

NewMockSubResourceClient creates a new mock instance.

func (*MockSubResourceClient) Create

func (m *MockSubResourceClient) Create(ctx context.Context, obj, subResource client.Object, opts ...client.SubResourceCreateOption) error

Create mocks base method.

func (*MockSubResourceClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSubResourceClient) Get

func (m *MockSubResourceClient) Get(ctx context.Context, obj, subResource client.Object, opts ...client.SubResourceGetOption) error

Get mocks base method.

func (*MockSubResourceClient) Patch

Patch mocks base method.

func (*MockSubResourceClient) Update

Update mocks base method.

type MockSubResourceClientConstructor

type MockSubResourceClientConstructor struct {
	// contains filtered or unexported fields
}

MockSubResourceClientConstructor is a mock of SubResourceClientConstructor interface.

func NewMockSubResourceClientConstructor

func NewMockSubResourceClientConstructor(ctrl *gomock.Controller) *MockSubResourceClientConstructor

NewMockSubResourceClientConstructor creates a new mock instance.

func (*MockSubResourceClientConstructor) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSubResourceClientConstructor) SubResource

SubResource mocks base method.

type MockSubResourceClientConstructorMockRecorder

type MockSubResourceClientConstructorMockRecorder struct {
	// contains filtered or unexported fields
}

MockSubResourceClientConstructorMockRecorder is the mock recorder for MockSubResourceClientConstructor.

func (*MockSubResourceClientConstructorMockRecorder) SubResource

func (mr *MockSubResourceClientConstructorMockRecorder) SubResource(subResource interface{}) *gomock.Call

SubResource indicates an expected call of SubResource.

type MockSubResourceClientMockRecorder

type MockSubResourceClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSubResourceClientMockRecorder is the mock recorder for MockSubResourceClient.

func (*MockSubResourceClientMockRecorder) Create

func (mr *MockSubResourceClientMockRecorder) Create(ctx, obj, subResource interface{}, opts ...interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockSubResourceClientMockRecorder) Get

func (mr *MockSubResourceClientMockRecorder) Get(ctx, obj, subResource interface{}, opts ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockSubResourceClientMockRecorder) Patch

func (mr *MockSubResourceClientMockRecorder) Patch(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockSubResourceClientMockRecorder) Update

func (mr *MockSubResourceClientMockRecorder) Update(ctx, obj interface{}, opts ...interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockSubResourceReader

type MockSubResourceReader struct {
	// contains filtered or unexported fields
}

MockSubResourceReader is a mock of SubResourceReader interface.

func NewMockSubResourceReader

func NewMockSubResourceReader(ctrl *gomock.Controller) *MockSubResourceReader

NewMockSubResourceReader creates a new mock instance.

func (*MockSubResourceReader) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSubResourceReader) Get

func (m *MockSubResourceReader) Get(ctx context.Context, obj, subResource client.Object, opts ...client.SubResourceGetOption) error

Get mocks base method.

type MockSubResourceReaderMockRecorder

type MockSubResourceReaderMockRecorder struct {
	// contains filtered or unexported fields
}

MockSubResourceReaderMockRecorder is the mock recorder for MockSubResourceReader.

func (*MockSubResourceReaderMockRecorder) Get

func (mr *MockSubResourceReaderMockRecorder) Get(ctx, obj, subResource interface{}, opts ...interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockSubResourceWriter

type MockSubResourceWriter struct {
	// contains filtered or unexported fields
}

MockSubResourceWriter is a mock of SubResourceWriter interface.

func NewMockSubResourceWriter

func NewMockSubResourceWriter(ctrl *gomock.Controller) *MockSubResourceWriter

NewMockSubResourceWriter creates a new mock instance.

func (*MockSubResourceWriter) Create

func (m *MockSubResourceWriter) Create(ctx context.Context, obj, subResource client.Object, opts ...client.SubResourceCreateOption) error

Create mocks base method.

func (*MockSubResourceWriter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSubResourceWriter) Patch

Patch mocks base method.

func (*MockSubResourceWriter) Update

Update mocks base method.

type MockSubResourceWriterMockRecorder

type MockSubResourceWriterMockRecorder struct {
	// contains filtered or unexported fields
}

MockSubResourceWriterMockRecorder is the mock recorder for MockSubResourceWriter.

func (*MockSubResourceWriterMockRecorder) Create

func (mr *MockSubResourceWriterMockRecorder) Create(ctx, obj, subResource interface{}, opts ...interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockSubResourceWriterMockRecorder) Patch

func (mr *MockSubResourceWriterMockRecorder) Patch(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockSubResourceWriterMockRecorder) Update

func (mr *MockSubResourceWriterMockRecorder) Update(ctx, obj interface{}, opts ...interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockWithWatch

type MockWithWatch struct {
	// contains filtered or unexported fields
}

MockWithWatch is a mock of WithWatch interface.

func NewMockWithWatch

func NewMockWithWatch(ctrl *gomock.Controller) *MockWithWatch

NewMockWithWatch creates a new mock instance.

func (*MockWithWatch) Create

func (m *MockWithWatch) Create(ctx context.Context, obj client.Object, opts ...client.CreateOption) error

Create mocks base method.

func (*MockWithWatch) Delete

func (m *MockWithWatch) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) error

Delete mocks base method.

func (*MockWithWatch) DeleteAllOf

func (m *MockWithWatch) DeleteAllOf(ctx context.Context, obj client.Object, opts ...client.DeleteAllOfOption) error

DeleteAllOf mocks base method.

func (*MockWithWatch) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWithWatch) Get

Get mocks base method.

func (*MockWithWatch) GroupVersionKindFor

func (m *MockWithWatch) GroupVersionKindFor(obj runtime.Object) (schema.GroupVersionKind, error)

GroupVersionKindFor mocks base method.

func (*MockWithWatch) IsObjectNamespaced

func (m *MockWithWatch) IsObjectNamespaced(obj runtime.Object) (bool, error)

IsObjectNamespaced mocks base method.

func (*MockWithWatch) List

func (m *MockWithWatch) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error

List mocks base method.

func (*MockWithWatch) Patch

func (m *MockWithWatch) Patch(ctx context.Context, obj client.Object, patch client.Patch, opts ...client.PatchOption) error

Patch mocks base method.

func (*MockWithWatch) RESTMapper

func (m *MockWithWatch) RESTMapper() meta.RESTMapper

RESTMapper mocks base method.

func (*MockWithWatch) Scheme

func (m *MockWithWatch) Scheme() *runtime.Scheme

Scheme mocks base method.

func (*MockWithWatch) Status

Status mocks base method.

func (*MockWithWatch) SubResource

func (m *MockWithWatch) SubResource(subResource string) client.SubResourceClient

SubResource mocks base method.

func (*MockWithWatch) Update

func (m *MockWithWatch) Update(ctx context.Context, obj client.Object, opts ...client.UpdateOption) error

Update mocks base method.

func (*MockWithWatch) Watch

Watch mocks base method.

type MockWithWatchMockRecorder

type MockWithWatchMockRecorder struct {
	// contains filtered or unexported fields
}

MockWithWatchMockRecorder is the mock recorder for MockWithWatch.

func (*MockWithWatchMockRecorder) Create

func (mr *MockWithWatchMockRecorder) Create(ctx, obj interface{}, opts ...interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockWithWatchMockRecorder) Delete

func (mr *MockWithWatchMockRecorder) Delete(ctx, obj interface{}, opts ...interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockWithWatchMockRecorder) DeleteAllOf

func (mr *MockWithWatchMockRecorder) DeleteAllOf(ctx, obj interface{}, opts ...interface{}) *gomock.Call

DeleteAllOf indicates an expected call of DeleteAllOf.

func (*MockWithWatchMockRecorder) Get

func (mr *MockWithWatchMockRecorder) Get(ctx, key, obj interface{}, opts ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockWithWatchMockRecorder) GroupVersionKindFor

func (mr *MockWithWatchMockRecorder) GroupVersionKindFor(obj interface{}) *gomock.Call

GroupVersionKindFor indicates an expected call of GroupVersionKindFor.

func (*MockWithWatchMockRecorder) IsObjectNamespaced

func (mr *MockWithWatchMockRecorder) IsObjectNamespaced(obj interface{}) *gomock.Call

IsObjectNamespaced indicates an expected call of IsObjectNamespaced.

func (*MockWithWatchMockRecorder) List

func (mr *MockWithWatchMockRecorder) List(ctx, list interface{}, opts ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockWithWatchMockRecorder) Patch

func (mr *MockWithWatchMockRecorder) Patch(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockWithWatchMockRecorder) RESTMapper

func (mr *MockWithWatchMockRecorder) RESTMapper() *gomock.Call

RESTMapper indicates an expected call of RESTMapper.

func (*MockWithWatchMockRecorder) Scheme

func (mr *MockWithWatchMockRecorder) Scheme() *gomock.Call

Scheme indicates an expected call of Scheme.

func (*MockWithWatchMockRecorder) Status

func (mr *MockWithWatchMockRecorder) Status() *gomock.Call

Status indicates an expected call of Status.

func (*MockWithWatchMockRecorder) SubResource

func (mr *MockWithWatchMockRecorder) SubResource(subResource interface{}) *gomock.Call

SubResource indicates an expected call of SubResource.

func (*MockWithWatchMockRecorder) Update

func (mr *MockWithWatchMockRecorder) Update(ctx, obj interface{}, opts ...interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockWithWatchMockRecorder) Watch

func (mr *MockWithWatchMockRecorder) Watch(ctx, obj interface{}, opts ...interface{}) *gomock.Call

Watch indicates an expected call of Watch.

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 client.Object, opts ...client.CreateOption) error

Create mocks base method.

func (*MockWriter) Delete

func (m *MockWriter) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) error

Delete mocks base method.

func (*MockWriter) DeleteAllOf

func (m *MockWriter) DeleteAllOf(ctx context.Context, obj client.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 client.Object, patch client.Patch, opts ...client.PatchOption) error

Patch mocks base method.

func (*MockWriter) Update

func (m *MockWriter) Update(ctx context.Context, obj client.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.

type MockcnsRESTservice

type MockcnsRESTservice struct {
	// contains filtered or unexported fields
}

MockcnsRESTservice is a mock of cnsRESTservice interface.

func NewMockcnsRESTservice

func NewMockcnsRESTservice(ctrl *gomock.Controller) *MockcnsRESTservice

NewMockcnsRESTservice creates a new mock instance.

func (*MockcnsRESTservice) CreateOrUpdateNetworkContainerInternal

func (m *MockcnsRESTservice) CreateOrUpdateNetworkContainerInternal(arg0 *cns.CreateNetworkContainerRequest) types.ResponseCode

CreateOrUpdateNetworkContainerInternal mocks base method.

func (*MockcnsRESTservice) DeleteNetworkContainerInternal

func (m *MockcnsRESTservice) DeleteNetworkContainerInternal(arg0 cns.DeleteNetworkContainerRequest) types.ResponseCode

DeleteNetworkContainerInternal mocks base method.

func (*MockcnsRESTservice) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockcnsRESTservice) GetNetworkContainerInternal

GetNetworkContainerInternal mocks base method.

type MockcnsRESTserviceMockRecorder

type MockcnsRESTserviceMockRecorder struct {
	// contains filtered or unexported fields
}

MockcnsRESTserviceMockRecorder is the mock recorder for MockcnsRESTservice.

func (*MockcnsRESTserviceMockRecorder) CreateOrUpdateNetworkContainerInternal

func (mr *MockcnsRESTserviceMockRecorder) CreateOrUpdateNetworkContainerInternal(arg0 interface{}) *gomock.Call

CreateOrUpdateNetworkContainerInternal indicates an expected call of CreateOrUpdateNetworkContainerInternal.

func (*MockcnsRESTserviceMockRecorder) DeleteNetworkContainerInternal

func (mr *MockcnsRESTserviceMockRecorder) DeleteNetworkContainerInternal(arg0 interface{}) *gomock.Call

DeleteNetworkContainerInternal indicates an expected call of DeleteNetworkContainerInternal.

func (*MockcnsRESTserviceMockRecorder) GetNetworkContainerInternal

func (mr *MockcnsRESTserviceMockRecorder) GetNetworkContainerInternal(arg0 interface{}) *gomock.Call

GetNetworkContainerInternal indicates an expected call of GetNetworkContainerInternal.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL