mock_resources

package
v0.0.0-...-e6112dc Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_resources is a generated GoMock package.

Package mock_resources is a generated GoMock package.

Package mock_resources is a generated GoMock package.

Package mock_resources is a generated GoMock package.

Package mock_resources is a generated GoMock package.

Package mock_resources is a generated GoMock package.

Package mock_resources is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBackupsService

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

MockBackupsService is a mock of BackupsService interface.

func NewMockBackupsService

func NewMockBackupsService(ctrl *gomock.Controller) *MockBackupsService

NewMockBackupsService creates a new mock instance.

func (*MockBackupsService) EXPECT

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

func (*MockBackupsService) Get

Get mocks base method.

func (*MockBackupsService) List

List mocks base method.

func (*MockBackupsService) ListBackups

ListBackups mocks base method.

type MockBackupsServiceMockRecorder

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

MockBackupsServiceMockRecorder is the mock recorder for MockBackupsService.

func (*MockBackupsServiceMockRecorder) Get

func (mr *MockBackupsServiceMockRecorder) Get(backupId interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockBackupsServiceMockRecorder) List

List indicates an expected call of List.

func (*MockBackupsServiceMockRecorder) ListBackups

func (mr *MockBackupsServiceMockRecorder) ListBackups(clusterId interface{}) *gomock.Call

ListBackups indicates an expected call of ListBackups.

type MockClientService

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

MockClientService is a mock of ClientService interface.

func NewMockClientService

func NewMockClientService(ctrl *gomock.Controller) *MockClientService

NewMockClientService creates a new mock instance.

func (*MockClientService) EXPECT

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

func (*MockClientService) Get

func (m *MockClientService) Get() *config.Client

Get mocks base method.

type MockClientServiceMockRecorder

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

MockClientServiceMockRecorder is the mock recorder for MockClientService.

func (*MockClientServiceMockRecorder) Get

Get indicates an expected call of Get.

type MockClustersService

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

MockClustersService is a mock of ClustersService interface.

func NewMockClustersService

func NewMockClustersService(ctrl *gomock.Controller) *MockClustersService

NewMockClustersService creates a new mock instance.

func (*MockClustersService) Create

Create mocks base method.

func (*MockClustersService) Delete

func (m *MockClustersService) Delete(clusterId string) (*resources.Response, error)

Delete mocks base method.

func (*MockClustersService) EXPECT

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

func (*MockClustersService) Get

Get mocks base method.

func (*MockClustersService) List

List mocks base method.

func (*MockClustersService) Update

Update mocks base method.

type MockClustersServiceMockRecorder

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

MockClustersServiceMockRecorder is the mock recorder for MockClustersService.

func (*MockClustersServiceMockRecorder) Create

func (mr *MockClustersServiceMockRecorder) Create(input interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockClustersServiceMockRecorder) Delete

func (mr *MockClustersServiceMockRecorder) Delete(clusterId interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockClustersServiceMockRecorder) Get

func (mr *MockClustersServiceMockRecorder) Get(clusterId interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockClustersServiceMockRecorder) List

func (mr *MockClustersServiceMockRecorder) List(filterName interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockClustersServiceMockRecorder) Update

func (mr *MockClustersServiceMockRecorder) Update(clusterId, input interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockInfosService

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

MockInfosService is a mock of InfosService interface.

func NewMockInfosService

func NewMockInfosService(ctrl *gomock.Controller) *MockInfosService

NewMockInfosService creates a new mock instance.

func (*MockInfosService) EXPECT

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

func (*MockInfosService) Get

Get mocks base method.

func (*MockInfosService) List

List mocks base method.

type MockInfosServiceMockRecorder

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

MockInfosServiceMockRecorder is the mock recorder for MockInfosService.

func (*MockInfosServiceMockRecorder) Get

Get indicates an expected call of Get.

func (*MockInfosServiceMockRecorder) List

List indicates an expected call of List.

type MockLogsService

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

MockLogsService is a mock of LogsService interface.

func NewMockLogsService

func NewMockLogsService(ctrl *gomock.Controller) *MockLogsService

NewMockLogsService creates a new mock instance.

func (*MockLogsService) EXPECT

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

func (*MockLogsService) Get

Get mocks base method.

type MockLogsServiceMockRecorder

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

MockLogsServiceMockRecorder is the mock recorder for MockLogsService.

func (*MockLogsServiceMockRecorder) Get

func (mr *MockLogsServiceMockRecorder) Get(clusterId, queryParams interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockRestoresService

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

MockRestoresService is a mock of RestoresService interface.

func NewMockRestoresService

func NewMockRestoresService(ctrl *gomock.Controller) *MockRestoresService

NewMockRestoresService creates a new mock instance.

func (*MockRestoresService) EXPECT

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

func (*MockRestoresService) Restore

Restore mocks base method.

type MockRestoresServiceMockRecorder

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

MockRestoresServiceMockRecorder is the mock recorder for MockRestoresService.

func (*MockRestoresServiceMockRecorder) Restore

func (mr *MockRestoresServiceMockRecorder) Restore(clusterId, input interface{}) *gomock.Call

Restore indicates an expected call of Restore.

type MockVersionsService

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

MockVersionsService is a mock of VersionsService interface.

func NewMockVersionsService

func NewMockVersionsService(ctrl *gomock.Controller) *MockVersionsService

NewMockVersionsService creates a new mock instance.

func (*MockVersionsService) EXPECT

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

func (*MockVersionsService) Get

Get mocks base method.

func (*MockVersionsService) List

List mocks base method.

type MockVersionsServiceMockRecorder

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

MockVersionsServiceMockRecorder is the mock recorder for MockVersionsService.

func (*MockVersionsServiceMockRecorder) Get

func (mr *MockVersionsServiceMockRecorder) Get(clusterId interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockVersionsServiceMockRecorder) List

List indicates an expected call of List.

Jump to

Keyboard shortcuts

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