mocks

package
v1.56.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAWSPeeringConnectionCreator

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

MockAWSPeeringConnectionCreator is a mock of AWSPeeringConnectionCreator interface.

func NewMockAWSPeeringConnectionCreator

func NewMockAWSPeeringConnectionCreator(ctrl *gomock.Controller) *MockAWSPeeringConnectionCreator

NewMockAWSPeeringConnectionCreator creates a new mock instance.

func (*MockAWSPeeringConnectionCreator) AWSContainers

AWSContainers mocks base method.

func (*MockAWSPeeringConnectionCreator) CreateContainer

CreateContainer mocks base method.

func (*MockAWSPeeringConnectionCreator) CreatePeeringConnection

CreatePeeringConnection mocks base method.

func (*MockAWSPeeringConnectionCreator) EXPECT

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

type MockAWSPeeringConnectionCreatorMockRecorder

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

MockAWSPeeringConnectionCreatorMockRecorder is the mock recorder for MockAWSPeeringConnectionCreator.

func (*MockAWSPeeringConnectionCreatorMockRecorder) AWSContainers

func (mr *MockAWSPeeringConnectionCreatorMockRecorder) AWSContainers(arg0 interface{}) *gomock.Call

AWSContainers indicates an expected call of AWSContainers.

func (*MockAWSPeeringConnectionCreatorMockRecorder) CreateContainer

func (mr *MockAWSPeeringConnectionCreatorMockRecorder) CreateContainer(arg0, arg1 interface{}) *gomock.Call

CreateContainer indicates an expected call of CreateContainer.

func (*MockAWSPeeringConnectionCreatorMockRecorder) CreatePeeringConnection

func (mr *MockAWSPeeringConnectionCreatorMockRecorder) CreatePeeringConnection(arg0, arg1 interface{}) *gomock.Call

CreatePeeringConnection indicates an expected call of CreatePeeringConnection.

type MockAccessLogsLister

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

MockAccessLogsLister is a mock of AccessLogsLister interface.

func NewMockAccessLogsLister

func NewMockAccessLogsLister(ctrl *gomock.Controller) *MockAccessLogsLister

NewMockAccessLogsLister creates a new mock instance.

func (*MockAccessLogsLister) AccessLogsByClusterName

func (m *MockAccessLogsLister) AccessLogsByClusterName(arg0, arg1 string, arg2 *mongodbatlas.AccessLogOptions) (*admin.MongoDBAccessLogsList, error)

AccessLogsByClusterName mocks base method.

func (*MockAccessLogsLister) AccessLogsByHostname

func (m *MockAccessLogsLister) AccessLogsByHostname(arg0, arg1 string, arg2 *mongodbatlas.AccessLogOptions) (*admin.MongoDBAccessLogsList, error)

AccessLogsByHostname mocks base method.

func (*MockAccessLogsLister) EXPECT

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

type MockAccessLogsListerByClusterName

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

MockAccessLogsListerByClusterName is a mock of AccessLogsListerByClusterName interface.

func NewMockAccessLogsListerByClusterName

func NewMockAccessLogsListerByClusterName(ctrl *gomock.Controller) *MockAccessLogsListerByClusterName

NewMockAccessLogsListerByClusterName creates a new mock instance.

func (*MockAccessLogsListerByClusterName) AccessLogsByClusterName

AccessLogsByClusterName mocks base method.

func (*MockAccessLogsListerByClusterName) EXPECT

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

type MockAccessLogsListerByClusterNameMockRecorder

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

MockAccessLogsListerByClusterNameMockRecorder is the mock recorder for MockAccessLogsListerByClusterName.

func (*MockAccessLogsListerByClusterNameMockRecorder) AccessLogsByClusterName

func (mr *MockAccessLogsListerByClusterNameMockRecorder) AccessLogsByClusterName(arg0, arg1, arg2 interface{}) *gomock.Call

AccessLogsByClusterName indicates an expected call of AccessLogsByClusterName.

type MockAccessLogsListerByHostname

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

MockAccessLogsListerByHostname is a mock of AccessLogsListerByHostname interface.

func NewMockAccessLogsListerByHostname

func NewMockAccessLogsListerByHostname(ctrl *gomock.Controller) *MockAccessLogsListerByHostname

NewMockAccessLogsListerByHostname creates a new mock instance.

func (*MockAccessLogsListerByHostname) AccessLogsByHostname

AccessLogsByHostname mocks base method.

func (*MockAccessLogsListerByHostname) EXPECT

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

type MockAccessLogsListerByHostnameMockRecorder

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

MockAccessLogsListerByHostnameMockRecorder is the mock recorder for MockAccessLogsListerByHostname.

func (*MockAccessLogsListerByHostnameMockRecorder) AccessLogsByHostname

func (mr *MockAccessLogsListerByHostnameMockRecorder) AccessLogsByHostname(arg0, arg1, arg2 interface{}) *gomock.Call

AccessLogsByHostname indicates an expected call of AccessLogsByHostname.

type MockAccessLogsListerMockRecorder

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

MockAccessLogsListerMockRecorder is the mock recorder for MockAccessLogsLister.

func (*MockAccessLogsListerMockRecorder) AccessLogsByClusterName

func (mr *MockAccessLogsListerMockRecorder) AccessLogsByClusterName(arg0, arg1, arg2 interface{}) *gomock.Call

AccessLogsByClusterName indicates an expected call of AccessLogsByClusterName.

func (*MockAccessLogsListerMockRecorder) AccessLogsByHostname

func (mr *MockAccessLogsListerMockRecorder) AccessLogsByHostname(arg0, arg1, arg2 interface{}) *gomock.Call

AccessLogsByHostname indicates an expected call of AccessLogsByHostname.

type MockAgentAPIKeyCreator

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

MockAgentAPIKeyCreator is a mock of AgentAPIKeyCreator interface.

func NewMockAgentAPIKeyCreator

func NewMockAgentAPIKeyCreator(ctrl *gomock.Controller) *MockAgentAPIKeyCreator

NewMockAgentAPIKeyCreator creates a new mock instance.

func (*MockAgentAPIKeyCreator) CreateAgentAPIKey

func (m *MockAgentAPIKeyCreator) CreateAgentAPIKey(arg0 string, arg1 *opsmngr.AgentAPIKeysRequest) (*opsmngr.AgentAPIKey, error)

CreateAgentAPIKey mocks base method.

func (*MockAgentAPIKeyCreator) EXPECT

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

type MockAgentAPIKeyCreatorMockRecorder

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

MockAgentAPIKeyCreatorMockRecorder is the mock recorder for MockAgentAPIKeyCreator.

func (*MockAgentAPIKeyCreatorMockRecorder) CreateAgentAPIKey

func (mr *MockAgentAPIKeyCreatorMockRecorder) CreateAgentAPIKey(arg0, arg1 interface{}) *gomock.Call

CreateAgentAPIKey indicates an expected call of CreateAgentAPIKey.

type MockAgentAPIKeyDeleter

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

MockAgentAPIKeyDeleter is a mock of AgentAPIKeyDeleter interface.

func NewMockAgentAPIKeyDeleter

func NewMockAgentAPIKeyDeleter(ctrl *gomock.Controller) *MockAgentAPIKeyDeleter

NewMockAgentAPIKeyDeleter creates a new mock instance.

func (*MockAgentAPIKeyDeleter) DeleteAgentAPIKey

func (m *MockAgentAPIKeyDeleter) DeleteAgentAPIKey(arg0, arg1 string) error

DeleteAgentAPIKey mocks base method.

func (*MockAgentAPIKeyDeleter) EXPECT

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

type MockAgentAPIKeyDeleterMockRecorder

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

MockAgentAPIKeyDeleterMockRecorder is the mock recorder for MockAgentAPIKeyDeleter.

func (*MockAgentAPIKeyDeleterMockRecorder) DeleteAgentAPIKey

func (mr *MockAgentAPIKeyDeleterMockRecorder) DeleteAgentAPIKey(arg0, arg1 interface{}) *gomock.Call

DeleteAgentAPIKey indicates an expected call of DeleteAgentAPIKey.

type MockAgentAPIKeyLister

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

MockAgentAPIKeyLister is a mock of AgentAPIKeyLister interface.

func NewMockAgentAPIKeyLister

func NewMockAgentAPIKeyLister(ctrl *gomock.Controller) *MockAgentAPIKeyLister

NewMockAgentAPIKeyLister creates a new mock instance.

func (*MockAgentAPIKeyLister) AgentAPIKeys

func (m *MockAgentAPIKeyLister) AgentAPIKeys(arg0 string) ([]*opsmngr.AgentAPIKey, error)

AgentAPIKeys mocks base method.

func (*MockAgentAPIKeyLister) EXPECT

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

type MockAgentAPIKeyListerMockRecorder

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

MockAgentAPIKeyListerMockRecorder is the mock recorder for MockAgentAPIKeyLister.

func (*MockAgentAPIKeyListerMockRecorder) AgentAPIKeys

func (mr *MockAgentAPIKeyListerMockRecorder) AgentAPIKeys(arg0 interface{}) *gomock.Call

AgentAPIKeys indicates an expected call of AgentAPIKeys.

type MockAgentGlobalVersionsLister

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

MockAgentGlobalVersionsLister is a mock of AgentGlobalVersionsLister interface.

func NewMockAgentGlobalVersionsLister

func NewMockAgentGlobalVersionsLister(ctrl *gomock.Controller) *MockAgentGlobalVersionsLister

NewMockAgentGlobalVersionsLister creates a new mock instance.

func (*MockAgentGlobalVersionsLister) AgentGlobalVersions

func (m *MockAgentGlobalVersionsLister) AgentGlobalVersions() (*opsmngr.SoftwareVersions, error)

AgentGlobalVersions mocks base method.

func (*MockAgentGlobalVersionsLister) EXPECT

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

type MockAgentGlobalVersionsListerMockRecorder

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

MockAgentGlobalVersionsListerMockRecorder is the mock recorder for MockAgentGlobalVersionsLister.

func (*MockAgentGlobalVersionsListerMockRecorder) AgentGlobalVersions

func (mr *MockAgentGlobalVersionsListerMockRecorder) AgentGlobalVersions() *gomock.Call

AgentGlobalVersions indicates an expected call of AgentGlobalVersions.

type MockAgentLister

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

MockAgentLister is a mock of AgentLister interface.

func NewMockAgentLister

func NewMockAgentLister(ctrl *gomock.Controller) *MockAgentLister

NewMockAgentLister creates a new mock instance.

func (*MockAgentLister) Agents

func (m *MockAgentLister) Agents(arg0, arg1 string, arg2 *mongodbatlas.ListOptions) (*opsmngr.Agents, error)

Agents mocks base method.

func (*MockAgentLister) EXPECT

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

type MockAgentListerMockRecorder

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

MockAgentListerMockRecorder is the mock recorder for MockAgentLister.

func (*MockAgentListerMockRecorder) Agents

func (mr *MockAgentListerMockRecorder) Agents(arg0, arg1, arg2 interface{}) *gomock.Call

Agents indicates an expected call of Agents.

type MockAgentProjectVersionsLister

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

MockAgentProjectVersionsLister is a mock of AgentProjectVersionsLister interface.

func NewMockAgentProjectVersionsLister

func NewMockAgentProjectVersionsLister(ctrl *gomock.Controller) *MockAgentProjectVersionsLister

NewMockAgentProjectVersionsLister creates a new mock instance.

func (*MockAgentProjectVersionsLister) AgentProjectVersions

func (m *MockAgentProjectVersionsLister) AgentProjectVersions(arg0 string) (*opsmngr.AgentVersions, error)

AgentProjectVersions mocks base method.

func (*MockAgentProjectVersionsLister) EXPECT

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

type MockAgentProjectVersionsListerMockRecorder

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

MockAgentProjectVersionsListerMockRecorder is the mock recorder for MockAgentProjectVersionsLister.

func (*MockAgentProjectVersionsListerMockRecorder) AgentProjectVersions

func (mr *MockAgentProjectVersionsListerMockRecorder) AgentProjectVersions(arg0 interface{}) *gomock.Call

AgentProjectVersions indicates an expected call of AgentProjectVersions.

type MockAgentUpgrader

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

MockAgentUpgrader is a mock of AgentUpgrader interface.

func NewMockAgentUpgrader

func NewMockAgentUpgrader(ctrl *gomock.Controller) *MockAgentUpgrader

NewMockAgentUpgrader creates a new mock instance.

func (*MockAgentUpgrader) EXPECT

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

func (*MockAgentUpgrader) UpgradeAgent

func (m *MockAgentUpgrader) UpgradeAgent(arg0 string) (*opsmngr.AutomationConfigAgent, error)

UpgradeAgent mocks base method.

type MockAgentUpgraderMockRecorder

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

MockAgentUpgraderMockRecorder is the mock recorder for MockAgentUpgrader.

func (*MockAgentUpgraderMockRecorder) UpgradeAgent

func (mr *MockAgentUpgraderMockRecorder) UpgradeAgent(arg0 interface{}) *gomock.Call

UpgradeAgent indicates an expected call of UpgradeAgent.

type MockAlertAcknowledger

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

MockAlertAcknowledger is a mock of AlertAcknowledger interface.

func NewMockAlertAcknowledger

func NewMockAlertAcknowledger(ctrl *gomock.Controller) *MockAlertAcknowledger

NewMockAlertAcknowledger creates a new mock instance.

func (*MockAlertAcknowledger) AcknowledgeAlert

func (m *MockAlertAcknowledger) AcknowledgeAlert(arg0, arg1 string, arg2 *mongodbatlas.AcknowledgeRequest) (*mongodbatlas.Alert, error)

AcknowledgeAlert mocks base method.

func (*MockAlertAcknowledger) EXPECT

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

type MockAlertAcknowledgerMockRecorder

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

MockAlertAcknowledgerMockRecorder is the mock recorder for MockAlertAcknowledger.

func (*MockAlertAcknowledgerMockRecorder) AcknowledgeAlert

func (mr *MockAlertAcknowledgerMockRecorder) AcknowledgeAlert(arg0, arg1, arg2 interface{}) *gomock.Call

AcknowledgeAlert indicates an expected call of AcknowledgeAlert.

type MockAlertConfigurationCreator

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

MockAlertConfigurationCreator is a mock of AlertConfigurationCreator interface.

func NewMockAlertConfigurationCreator

func NewMockAlertConfigurationCreator(ctrl *gomock.Controller) *MockAlertConfigurationCreator

NewMockAlertConfigurationCreator creates a new mock instance.

func (*MockAlertConfigurationCreator) CreateAlertConfiguration

CreateAlertConfiguration mocks base method.

func (*MockAlertConfigurationCreator) EXPECT

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

type MockAlertConfigurationCreatorMockRecorder

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

MockAlertConfigurationCreatorMockRecorder is the mock recorder for MockAlertConfigurationCreator.

func (*MockAlertConfigurationCreatorMockRecorder) CreateAlertConfiguration

func (mr *MockAlertConfigurationCreatorMockRecorder) CreateAlertConfiguration(arg0 interface{}) *gomock.Call

CreateAlertConfiguration indicates an expected call of CreateAlertConfiguration.

type MockAlertConfigurationDeleter

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

MockAlertConfigurationDeleter is a mock of AlertConfigurationDeleter interface.

func NewMockAlertConfigurationDeleter

func NewMockAlertConfigurationDeleter(ctrl *gomock.Controller) *MockAlertConfigurationDeleter

NewMockAlertConfigurationDeleter creates a new mock instance.

func (*MockAlertConfigurationDeleter) DeleteAlertConfiguration

func (m *MockAlertConfigurationDeleter) DeleteAlertConfiguration(arg0, arg1 string) error

DeleteAlertConfiguration mocks base method.

func (*MockAlertConfigurationDeleter) EXPECT

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

type MockAlertConfigurationDeleterMockRecorder

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

MockAlertConfigurationDeleterMockRecorder is the mock recorder for MockAlertConfigurationDeleter.

func (*MockAlertConfigurationDeleterMockRecorder) DeleteAlertConfiguration

func (mr *MockAlertConfigurationDeleterMockRecorder) DeleteAlertConfiguration(arg0, arg1 interface{}) *gomock.Call

DeleteAlertConfiguration indicates an expected call of DeleteAlertConfiguration.

type MockAlertConfigurationDisabler

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

MockAlertConfigurationDisabler is a mock of AlertConfigurationDisabler interface.

func NewMockAlertConfigurationDisabler

func NewMockAlertConfigurationDisabler(ctrl *gomock.Controller) *MockAlertConfigurationDisabler

NewMockAlertConfigurationDisabler creates a new mock instance.

func (*MockAlertConfigurationDisabler) DisableAlertConfiguration

func (m *MockAlertConfigurationDisabler) DisableAlertConfiguration(arg0, arg1 string) (*mongodbatlas.AlertConfiguration, error)

DisableAlertConfiguration mocks base method.

func (*MockAlertConfigurationDisabler) EXPECT

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

type MockAlertConfigurationDisablerMockRecorder

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

MockAlertConfigurationDisablerMockRecorder is the mock recorder for MockAlertConfigurationDisabler.

func (*MockAlertConfigurationDisablerMockRecorder) DisableAlertConfiguration

func (mr *MockAlertConfigurationDisablerMockRecorder) DisableAlertConfiguration(arg0, arg1 interface{}) *gomock.Call

DisableAlertConfiguration indicates an expected call of DisableAlertConfiguration.

type MockAlertConfigurationEnabler

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

MockAlertConfigurationEnabler is a mock of AlertConfigurationEnabler interface.

func NewMockAlertConfigurationEnabler

func NewMockAlertConfigurationEnabler(ctrl *gomock.Controller) *MockAlertConfigurationEnabler

NewMockAlertConfigurationEnabler creates a new mock instance.

func (*MockAlertConfigurationEnabler) EXPECT

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

func (*MockAlertConfigurationEnabler) EnableAlertConfiguration

func (m *MockAlertConfigurationEnabler) EnableAlertConfiguration(arg0, arg1 string) (*mongodbatlas.AlertConfiguration, error)

EnableAlertConfiguration mocks base method.

type MockAlertConfigurationEnablerMockRecorder

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

MockAlertConfigurationEnablerMockRecorder is the mock recorder for MockAlertConfigurationEnabler.

func (*MockAlertConfigurationEnablerMockRecorder) EnableAlertConfiguration

func (mr *MockAlertConfigurationEnablerMockRecorder) EnableAlertConfiguration(arg0, arg1 interface{}) *gomock.Call

EnableAlertConfiguration indicates an expected call of EnableAlertConfiguration.

type MockAlertConfigurationLister

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

MockAlertConfigurationLister is a mock of AlertConfigurationLister interface.

func NewMockAlertConfigurationLister

func NewMockAlertConfigurationLister(ctrl *gomock.Controller) *MockAlertConfigurationLister

NewMockAlertConfigurationLister creates a new mock instance.

func (*MockAlertConfigurationLister) AlertConfigurations

AlertConfigurations mocks base method.

func (*MockAlertConfigurationLister) EXPECT

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

type MockAlertConfigurationListerMockRecorder

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

MockAlertConfigurationListerMockRecorder is the mock recorder for MockAlertConfigurationLister.

func (*MockAlertConfigurationListerMockRecorder) AlertConfigurations

func (mr *MockAlertConfigurationListerMockRecorder) AlertConfigurations(arg0, arg1 interface{}) *gomock.Call

AlertConfigurations indicates an expected call of AlertConfigurations.

type MockAlertConfigurationUpdater

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

MockAlertConfigurationUpdater is a mock of AlertConfigurationUpdater interface.

func NewMockAlertConfigurationUpdater

func NewMockAlertConfigurationUpdater(ctrl *gomock.Controller) *MockAlertConfigurationUpdater

NewMockAlertConfigurationUpdater creates a new mock instance.

func (*MockAlertConfigurationUpdater) EXPECT

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

func (*MockAlertConfigurationUpdater) UpdateAlertConfiguration

UpdateAlertConfiguration mocks base method.

type MockAlertConfigurationUpdaterMockRecorder

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

MockAlertConfigurationUpdaterMockRecorder is the mock recorder for MockAlertConfigurationUpdater.

func (*MockAlertConfigurationUpdaterMockRecorder) UpdateAlertConfiguration

func (mr *MockAlertConfigurationUpdaterMockRecorder) UpdateAlertConfiguration(arg0 interface{}) *gomock.Call

UpdateAlertConfiguration indicates an expected call of UpdateAlertConfiguration.

type MockAlertDescriber

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

MockAlertDescriber is a mock of AlertDescriber interface.

func NewMockAlertDescriber

func NewMockAlertDescriber(ctrl *gomock.Controller) *MockAlertDescriber

NewMockAlertDescriber creates a new mock instance.

func (*MockAlertDescriber) Alert

func (m *MockAlertDescriber) Alert(arg0, arg1 string) (*mongodbatlas.Alert, error)

Alert mocks base method.

func (*MockAlertDescriber) EXPECT

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

type MockAlertDescriberMockRecorder

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

MockAlertDescriberMockRecorder is the mock recorder for MockAlertDescriber.

func (*MockAlertDescriberMockRecorder) Alert

func (mr *MockAlertDescriberMockRecorder) Alert(arg0, arg1 interface{}) *gomock.Call

Alert indicates an expected call of Alert.

type MockAlertLister

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

MockAlertLister is a mock of AlertLister interface.

func NewMockAlertLister

func NewMockAlertLister(ctrl *gomock.Controller) *MockAlertLister

NewMockAlertLister creates a new mock instance.

func (*MockAlertLister) Alerts

Alerts mocks base method.

func (*MockAlertLister) EXPECT

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

type MockAlertListerMockRecorder

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

MockAlertListerMockRecorder is the mock recorder for MockAlertLister.

func (*MockAlertListerMockRecorder) Alerts

func (mr *MockAlertListerMockRecorder) Alerts(arg0, arg1 interface{}) *gomock.Call

Alerts indicates an expected call of Alerts.

type MockArchivesDownloader

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

MockArchivesDownloader is a mock of ArchivesDownloader interface.

func NewMockArchivesDownloader

func NewMockArchivesDownloader(ctrl *gomock.Controller) *MockArchivesDownloader

NewMockArchivesDownloader creates a new mock instance.

func (*MockArchivesDownloader) DownloadArchive

func (m *MockArchivesDownloader) DownloadArchive(arg0 string, arg1 *opsmngr.DiagnosticsListOpts, arg2 io.Writer) error

DownloadArchive mocks base method.

func (*MockArchivesDownloader) EXPECT

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

type MockArchivesDownloaderMockRecorder

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

MockArchivesDownloaderMockRecorder is the mock recorder for MockArchivesDownloader.

func (*MockArchivesDownloaderMockRecorder) DownloadArchive

func (mr *MockArchivesDownloaderMockRecorder) DownloadArchive(arg0, arg1, arg2 interface{}) *gomock.Call

DownloadArchive indicates an expected call of DownloadArchive.

type MockAtlasClusterConfigurationOptionsDescriber

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

MockAtlasClusterConfigurationOptionsDescriber is a mock of AtlasClusterConfigurationOptionsDescriber interface.

func NewMockAtlasClusterConfigurationOptionsDescriber

func NewMockAtlasClusterConfigurationOptionsDescriber(ctrl *gomock.Controller) *MockAtlasClusterConfigurationOptionsDescriber

NewMockAtlasClusterConfigurationOptionsDescriber creates a new mock instance.

func (*MockAtlasClusterConfigurationOptionsDescriber) AtlasClusterConfigurationOptions

func (m *MockAtlasClusterConfigurationOptionsDescriber) AtlasClusterConfigurationOptions(arg0, arg1 string) (*admin.ClusterDescriptionProcessArgs, error)

AtlasClusterConfigurationOptions mocks base method.

func (*MockAtlasClusterConfigurationOptionsDescriber) EXPECT

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

type MockAtlasClusterConfigurationOptionsDescriberMockRecorder

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

MockAtlasClusterConfigurationOptionsDescriberMockRecorder is the mock recorder for MockAtlasClusterConfigurationOptionsDescriber.

func (*MockAtlasClusterConfigurationOptionsDescriberMockRecorder) AtlasClusterConfigurationOptions

func (mr *MockAtlasClusterConfigurationOptionsDescriberMockRecorder) AtlasClusterConfigurationOptions(arg0, arg1 interface{}) *gomock.Call

AtlasClusterConfigurationOptions indicates an expected call of AtlasClusterConfigurationOptions.

type MockAtlasClusterConfigurationOptionsUpdater

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

MockAtlasClusterConfigurationOptionsUpdater is a mock of AtlasClusterConfigurationOptionsUpdater interface.

func NewMockAtlasClusterConfigurationOptionsUpdater

func NewMockAtlasClusterConfigurationOptionsUpdater(ctrl *gomock.Controller) *MockAtlasClusterConfigurationOptionsUpdater

NewMockAtlasClusterConfigurationOptionsUpdater creates a new mock instance.

func (*MockAtlasClusterConfigurationOptionsUpdater) EXPECT

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

func (*MockAtlasClusterConfigurationOptionsUpdater) UpdateAtlasClusterConfigurationOptions

UpdateAtlasClusterConfigurationOptions mocks base method.

type MockAtlasClusterConfigurationOptionsUpdaterMockRecorder

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

MockAtlasClusterConfigurationOptionsUpdaterMockRecorder is the mock recorder for MockAtlasClusterConfigurationOptionsUpdater.

func (*MockAtlasClusterConfigurationOptionsUpdaterMockRecorder) UpdateAtlasClusterConfigurationOptions

func (mr *MockAtlasClusterConfigurationOptionsUpdaterMockRecorder) UpdateAtlasClusterConfigurationOptions(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateAtlasClusterConfigurationOptions indicates an expected call of UpdateAtlasClusterConfigurationOptions.

type MockAtlasClusterDescriber

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

MockAtlasClusterDescriber is a mock of AtlasClusterDescriber interface.

func NewMockAtlasClusterDescriber

func NewMockAtlasClusterDescriber(ctrl *gomock.Controller) *MockAtlasClusterDescriber

NewMockAtlasClusterDescriber creates a new mock instance.

func (*MockAtlasClusterDescriber) AtlasCluster

func (m *MockAtlasClusterDescriber) AtlasCluster(arg0, arg1 string) (*admin.AdvancedClusterDescription, error)

AtlasCluster mocks base method.

func (*MockAtlasClusterDescriber) EXPECT

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

type MockAtlasClusterDescriberMockRecorder

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

MockAtlasClusterDescriberMockRecorder is the mock recorder for MockAtlasClusterDescriber.

func (*MockAtlasClusterDescriberMockRecorder) AtlasCluster

func (mr *MockAtlasClusterDescriberMockRecorder) AtlasCluster(arg0, arg1 interface{}) *gomock.Call

AtlasCluster indicates an expected call of AtlasCluster.

type MockAtlasClusterGetterUpdater

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

MockAtlasClusterGetterUpdater is a mock of AtlasClusterGetterUpdater interface.

func NewMockAtlasClusterGetterUpdater

func NewMockAtlasClusterGetterUpdater(ctrl *gomock.Controller) *MockAtlasClusterGetterUpdater

NewMockAtlasClusterGetterUpdater creates a new mock instance.

func (*MockAtlasClusterGetterUpdater) AtlasCluster

AtlasCluster mocks base method.

func (*MockAtlasClusterGetterUpdater) EXPECT

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

func (*MockAtlasClusterGetterUpdater) UpdateCluster

UpdateCluster mocks base method.

type MockAtlasClusterGetterUpdaterMockRecorder

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

MockAtlasClusterGetterUpdaterMockRecorder is the mock recorder for MockAtlasClusterGetterUpdater.

func (*MockAtlasClusterGetterUpdaterMockRecorder) AtlasCluster

func (mr *MockAtlasClusterGetterUpdaterMockRecorder) AtlasCluster(arg0, arg1 interface{}) *gomock.Call

AtlasCluster indicates an expected call of AtlasCluster.

func (*MockAtlasClusterGetterUpdaterMockRecorder) UpdateCluster

func (mr *MockAtlasClusterGetterUpdaterMockRecorder) UpdateCluster(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateCluster indicates an expected call of UpdateCluster.

type MockAtlasClusterQuickStarter

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

MockAtlasClusterQuickStarter is a mock of AtlasClusterQuickStarter interface.

func NewMockAtlasClusterQuickStarter

func NewMockAtlasClusterQuickStarter(ctrl *gomock.Controller) *MockAtlasClusterQuickStarter

NewMockAtlasClusterQuickStarter creates a new mock instance.

func (*MockAtlasClusterQuickStarter) AddSampleData

func (m *MockAtlasClusterQuickStarter) AddSampleData(arg0, arg1 string) (*admin.SampleDatasetStatus, error)

AddSampleData mocks base method.

func (*MockAtlasClusterQuickStarter) AtlasCluster

AtlasCluster mocks base method.

func (*MockAtlasClusterQuickStarter) CloudProviderRegions

func (m *MockAtlasClusterQuickStarter) CloudProviderRegions(arg0, arg1 string, arg2 []string) (*admin.PaginatedApiAtlasProviderRegions, error)

CloudProviderRegions mocks base method.

func (*MockAtlasClusterQuickStarter) CreateCluster

CreateCluster mocks base method.

func (*MockAtlasClusterQuickStarter) CreateDatabaseUser

CreateDatabaseUser mocks base method.

func (*MockAtlasClusterQuickStarter) CreateProjectIPAccessList

CreateProjectIPAccessList mocks base method.

func (*MockAtlasClusterQuickStarter) DatabaseUser

func (m *MockAtlasClusterQuickStarter) DatabaseUser(arg0, arg1, arg2 string) (*admin.CloudDatabaseUser, error)

DatabaseUser mocks base method.

func (*MockAtlasClusterQuickStarter) EXPECT

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

func (*MockAtlasClusterQuickStarter) ProjectClusters

func (m *MockAtlasClusterQuickStarter) ProjectClusters(arg0 string, arg1 *mongodbatlas.ListOptions) (interface{}, error)

ProjectClusters mocks base method.

func (*MockAtlasClusterQuickStarter) SampleDataStatus

func (m *MockAtlasClusterQuickStarter) SampleDataStatus(arg0, arg1 string) (*admin.SampleDatasetStatus, error)

SampleDataStatus mocks base method.

type MockAtlasClusterQuickStarterMockRecorder

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

MockAtlasClusterQuickStarterMockRecorder is the mock recorder for MockAtlasClusterQuickStarter.

func (*MockAtlasClusterQuickStarterMockRecorder) AddSampleData

func (mr *MockAtlasClusterQuickStarterMockRecorder) AddSampleData(arg0, arg1 interface{}) *gomock.Call

AddSampleData indicates an expected call of AddSampleData.

func (*MockAtlasClusterQuickStarterMockRecorder) AtlasCluster

func (mr *MockAtlasClusterQuickStarterMockRecorder) AtlasCluster(arg0, arg1 interface{}) *gomock.Call

AtlasCluster indicates an expected call of AtlasCluster.

func (*MockAtlasClusterQuickStarterMockRecorder) CloudProviderRegions

func (mr *MockAtlasClusterQuickStarterMockRecorder) CloudProviderRegions(arg0, arg1, arg2 interface{}) *gomock.Call

CloudProviderRegions indicates an expected call of CloudProviderRegions.

func (*MockAtlasClusterQuickStarterMockRecorder) CreateCluster

func (mr *MockAtlasClusterQuickStarterMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call

CreateCluster indicates an expected call of CreateCluster.

func (*MockAtlasClusterQuickStarterMockRecorder) CreateDatabaseUser

func (mr *MockAtlasClusterQuickStarterMockRecorder) CreateDatabaseUser(arg0 interface{}) *gomock.Call

CreateDatabaseUser indicates an expected call of CreateDatabaseUser.

func (*MockAtlasClusterQuickStarterMockRecorder) CreateProjectIPAccessList

func (mr *MockAtlasClusterQuickStarterMockRecorder) CreateProjectIPAccessList(arg0 interface{}) *gomock.Call

CreateProjectIPAccessList indicates an expected call of CreateProjectIPAccessList.

func (*MockAtlasClusterQuickStarterMockRecorder) DatabaseUser

func (mr *MockAtlasClusterQuickStarterMockRecorder) DatabaseUser(arg0, arg1, arg2 interface{}) *gomock.Call

DatabaseUser indicates an expected call of DatabaseUser.

func (*MockAtlasClusterQuickStarterMockRecorder) ProjectClusters

func (mr *MockAtlasClusterQuickStarterMockRecorder) ProjectClusters(arg0, arg1 interface{}) *gomock.Call

ProjectClusters indicates an expected call of ProjectClusters.

func (*MockAtlasClusterQuickStarterMockRecorder) SampleDataStatus

func (mr *MockAtlasClusterQuickStarterMockRecorder) SampleDataStatus(arg0, arg1 interface{}) *gomock.Call

SampleDataStatus indicates an expected call of SampleDataStatus.

type MockAtlasOperatorCRDProvider

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

MockAtlasOperatorCRDProvider is a mock of AtlasOperatorCRDProvider interface.

func NewMockAtlasOperatorCRDProvider

func NewMockAtlasOperatorCRDProvider(ctrl *gomock.Controller) *MockAtlasOperatorCRDProvider

NewMockAtlasOperatorCRDProvider creates a new mock instance.

func (*MockAtlasOperatorCRDProvider) EXPECT

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

func (*MockAtlasOperatorCRDProvider) GetAtlasOperatorResource

func (m *MockAtlasOperatorCRDProvider) GetAtlasOperatorResource(arg0, arg1 string) (*v1.CustomResourceDefinition, error)

GetAtlasOperatorResource mocks base method.

type MockAtlasOperatorCRDProviderMockRecorder

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

MockAtlasOperatorCRDProviderMockRecorder is the mock recorder for MockAtlasOperatorCRDProvider.

func (*MockAtlasOperatorCRDProviderMockRecorder) GetAtlasOperatorResource

func (mr *MockAtlasOperatorCRDProviderMockRecorder) GetAtlasOperatorResource(arg0, arg1 interface{}) *gomock.Call

GetAtlasOperatorResource indicates an expected call of GetAtlasOperatorResource.

type MockAtlasOrganizationCreator

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

MockAtlasOrganizationCreator is a mock of AtlasOrganizationCreator interface.

func NewMockAtlasOrganizationCreator

func NewMockAtlasOrganizationCreator(ctrl *gomock.Controller) *MockAtlasOrganizationCreator

NewMockAtlasOrganizationCreator creates a new mock instance.

func (*MockAtlasOrganizationCreator) CreateAtlasOrganization

CreateAtlasOrganization mocks base method.

func (*MockAtlasOrganizationCreator) EXPECT

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

type MockAtlasOrganizationCreatorMockRecorder

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

MockAtlasOrganizationCreatorMockRecorder is the mock recorder for MockAtlasOrganizationCreator.

func (*MockAtlasOrganizationCreatorMockRecorder) CreateAtlasOrganization

func (mr *MockAtlasOrganizationCreatorMockRecorder) CreateAtlasOrganization(arg0 interface{}) *gomock.Call

CreateAtlasOrganization indicates an expected call of CreateAtlasOrganization.

type MockAtlasSharedClusterDescriber

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

MockAtlasSharedClusterDescriber is a mock of AtlasSharedClusterDescriber interface.

func NewMockAtlasSharedClusterDescriber

func NewMockAtlasSharedClusterDescriber(ctrl *gomock.Controller) *MockAtlasSharedClusterDescriber

NewMockAtlasSharedClusterDescriber creates a new mock instance.

func (*MockAtlasSharedClusterDescriber) AtlasSharedCluster

func (m *MockAtlasSharedClusterDescriber) AtlasSharedCluster(arg0, arg1 string) (*mongodbatlas.Cluster, error)

AtlasSharedCluster mocks base method.

func (*MockAtlasSharedClusterDescriber) EXPECT

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

type MockAtlasSharedClusterDescriberMockRecorder

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

MockAtlasSharedClusterDescriberMockRecorder is the mock recorder for MockAtlasSharedClusterDescriber.

func (*MockAtlasSharedClusterDescriberMockRecorder) AtlasSharedCluster

func (mr *MockAtlasSharedClusterDescriberMockRecorder) AtlasSharedCluster(arg0, arg1 interface{}) *gomock.Call

AtlasSharedCluster indicates an expected call of AtlasSharedCluster.

type MockAtlasSharedClusterGetterUpgrader

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

MockAtlasSharedClusterGetterUpgrader is a mock of AtlasSharedClusterGetterUpgrader interface.

func NewMockAtlasSharedClusterGetterUpgrader

func NewMockAtlasSharedClusterGetterUpgrader(ctrl *gomock.Controller) *MockAtlasSharedClusterGetterUpgrader

NewMockAtlasSharedClusterGetterUpgrader creates a new mock instance.

func (*MockAtlasSharedClusterGetterUpgrader) AtlasSharedCluster

func (m *MockAtlasSharedClusterGetterUpgrader) AtlasSharedCluster(arg0, arg1 string) (*mongodbatlas.Cluster, error)

AtlasSharedCluster mocks base method.

func (*MockAtlasSharedClusterGetterUpgrader) EXPECT

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

func (*MockAtlasSharedClusterGetterUpgrader) UpgradeCluster

UpgradeCluster mocks base method.

type MockAtlasSharedClusterGetterUpgraderMockRecorder

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

MockAtlasSharedClusterGetterUpgraderMockRecorder is the mock recorder for MockAtlasSharedClusterGetterUpgrader.

func (*MockAtlasSharedClusterGetterUpgraderMockRecorder) AtlasSharedCluster

func (mr *MockAtlasSharedClusterGetterUpgraderMockRecorder) AtlasSharedCluster(arg0, arg1 interface{}) *gomock.Call

AtlasSharedCluster indicates an expected call of AtlasSharedCluster.

func (*MockAtlasSharedClusterGetterUpgraderMockRecorder) UpgradeCluster

func (mr *MockAtlasSharedClusterGetterUpgraderMockRecorder) UpgradeCluster(arg0, arg1 interface{}) *gomock.Call

UpgradeCluster indicates an expected call of UpgradeCluster.

type MockAuditingDescriber

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

MockAuditingDescriber is a mock of AuditingDescriber interface.

func NewMockAuditingDescriber

func NewMockAuditingDescriber(ctrl *gomock.Controller) *MockAuditingDescriber

NewMockAuditingDescriber creates a new mock instance.

func (*MockAuditingDescriber) Auditing

func (m *MockAuditingDescriber) Auditing(arg0 string) (*admin.AuditLog, error)

Auditing mocks base method.

func (*MockAuditingDescriber) EXPECT

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

type MockAuditingDescriberMockRecorder

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

MockAuditingDescriberMockRecorder is the mock recorder for MockAuditingDescriber.

func (*MockAuditingDescriberMockRecorder) Auditing

func (mr *MockAuditingDescriberMockRecorder) Auditing(arg0 interface{}) *gomock.Call

Auditing indicates an expected call of Auditing.

type MockAuditingUpdater

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

MockAuditingUpdater is a mock of AuditingUpdater interface.

func NewMockAuditingUpdater

func NewMockAuditingUpdater(ctrl *gomock.Controller) *MockAuditingUpdater

NewMockAuditingUpdater creates a new mock instance.

func (*MockAuditingUpdater) EXPECT

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

func (*MockAuditingUpdater) UpdateAuditingConfig

func (m *MockAuditingUpdater) UpdateAuditingConfig(arg0 string, arg1 *admin.AuditLog) (*admin.AuditLog, error)

UpdateAuditingConfig mocks base method.

type MockAuditingUpdaterMockRecorder

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

MockAuditingUpdaterMockRecorder is the mock recorder for MockAuditingUpdater.

func (*MockAuditingUpdaterMockRecorder) UpdateAuditingConfig

func (mr *MockAuditingUpdaterMockRecorder) UpdateAuditingConfig(arg0, arg1 interface{}) *gomock.Call

UpdateAuditingConfig indicates an expected call of UpdateAuditingConfig.

type MockAutomationGetter

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

MockAutomationGetter is a mock of AutomationGetter interface.

func NewMockAutomationGetter

func NewMockAutomationGetter(ctrl *gomock.Controller) *MockAutomationGetter

NewMockAutomationGetter creates a new mock instance.

func (*MockAutomationGetter) EXPECT

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

func (*MockAutomationGetter) GetAutomationConfig

func (m *MockAutomationGetter) GetAutomationConfig(arg0 string) (*opsmngr.AutomationConfig, error)

GetAutomationConfig mocks base method.

type MockAutomationGetterMockRecorder

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

MockAutomationGetterMockRecorder is the mock recorder for MockAutomationGetter.

func (*MockAutomationGetterMockRecorder) GetAutomationConfig

func (mr *MockAutomationGetterMockRecorder) GetAutomationConfig(arg0 interface{}) *gomock.Call

GetAutomationConfig indicates an expected call of GetAutomationConfig.

type MockAutomationPatcher

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

MockAutomationPatcher is a mock of AutomationPatcher interface.

func NewMockAutomationPatcher

func NewMockAutomationPatcher(ctrl *gomock.Controller) *MockAutomationPatcher

NewMockAutomationPatcher creates a new mock instance.

func (*MockAutomationPatcher) EXPECT

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

func (*MockAutomationPatcher) GetAutomationConfig

func (m *MockAutomationPatcher) GetAutomationConfig(arg0 string) (*opsmngr.AutomationConfig, error)

GetAutomationConfig mocks base method.

func (*MockAutomationPatcher) UpdateAutomationConfig

func (m *MockAutomationPatcher) UpdateAutomationConfig(arg0 string, arg1 *opsmngr.AutomationConfig) error

UpdateAutomationConfig mocks base method.

type MockAutomationPatcherMockRecorder

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

MockAutomationPatcherMockRecorder is the mock recorder for MockAutomationPatcher.

func (*MockAutomationPatcherMockRecorder) GetAutomationConfig

func (mr *MockAutomationPatcherMockRecorder) GetAutomationConfig(arg0 interface{}) *gomock.Call

GetAutomationConfig indicates an expected call of GetAutomationConfig.

func (*MockAutomationPatcherMockRecorder) UpdateAutomationConfig

func (mr *MockAutomationPatcherMockRecorder) UpdateAutomationConfig(arg0, arg1 interface{}) *gomock.Call

UpdateAutomationConfig indicates an expected call of UpdateAutomationConfig.

type MockAutomationStatusGetter

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

MockAutomationStatusGetter is a mock of AutomationStatusGetter interface.

func NewMockAutomationStatusGetter

func NewMockAutomationStatusGetter(ctrl *gomock.Controller) *MockAutomationStatusGetter

NewMockAutomationStatusGetter creates a new mock instance.

func (*MockAutomationStatusGetter) EXPECT

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

func (*MockAutomationStatusGetter) GetAutomationStatus

func (m *MockAutomationStatusGetter) GetAutomationStatus(arg0 string) (*opsmngr.AutomationStatus, error)

GetAutomationStatus mocks base method.

type MockAutomationStatusGetterMockRecorder

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

MockAutomationStatusGetterMockRecorder is the mock recorder for MockAutomationStatusGetter.

func (*MockAutomationStatusGetterMockRecorder) GetAutomationStatus

func (mr *MockAutomationStatusGetterMockRecorder) GetAutomationStatus(arg0 interface{}) *gomock.Call

GetAutomationStatus indicates an expected call of GetAutomationStatus.

type MockAutomationUpdater

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

MockAutomationUpdater is a mock of AutomationUpdater interface.

func NewMockAutomationUpdater

func NewMockAutomationUpdater(ctrl *gomock.Controller) *MockAutomationUpdater

NewMockAutomationUpdater creates a new mock instance.

func (*MockAutomationUpdater) EXPECT

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

func (*MockAutomationUpdater) UpdateAutomationConfig

func (m *MockAutomationUpdater) UpdateAutomationConfig(arg0 string, arg1 *opsmngr.AutomationConfig) error

UpdateAutomationConfig mocks base method.

type MockAutomationUpdaterMockRecorder

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

MockAutomationUpdaterMockRecorder is the mock recorder for MockAutomationUpdater.

func (*MockAutomationUpdaterMockRecorder) UpdateAutomationConfig

func (mr *MockAutomationUpdaterMockRecorder) UpdateAutomationConfig(arg0, arg1 interface{}) *gomock.Call

UpdateAutomationConfig indicates an expected call of UpdateAutomationConfig.

type MockAzurePeeringConnectionCreator

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

MockAzurePeeringConnectionCreator is a mock of AzurePeeringConnectionCreator interface.

func NewMockAzurePeeringConnectionCreator

func NewMockAzurePeeringConnectionCreator(ctrl *gomock.Controller) *MockAzurePeeringConnectionCreator

NewMockAzurePeeringConnectionCreator creates a new mock instance.

func (*MockAzurePeeringConnectionCreator) AzureContainers

AzureContainers mocks base method.

func (*MockAzurePeeringConnectionCreator) CreateContainer

CreateContainer mocks base method.

func (*MockAzurePeeringConnectionCreator) CreatePeeringConnection

CreatePeeringConnection mocks base method.

func (*MockAzurePeeringConnectionCreator) EXPECT

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

type MockAzurePeeringConnectionCreatorMockRecorder

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

MockAzurePeeringConnectionCreatorMockRecorder is the mock recorder for MockAzurePeeringConnectionCreator.

func (*MockAzurePeeringConnectionCreatorMockRecorder) AzureContainers

func (mr *MockAzurePeeringConnectionCreatorMockRecorder) AzureContainers(arg0 interface{}) *gomock.Call

AzureContainers indicates an expected call of AzureContainers.

func (*MockAzurePeeringConnectionCreatorMockRecorder) CreateContainer

func (mr *MockAzurePeeringConnectionCreatorMockRecorder) CreateContainer(arg0, arg1 interface{}) *gomock.Call

CreateContainer indicates an expected call of CreateContainer.

func (*MockAzurePeeringConnectionCreatorMockRecorder) CreatePeeringConnection

func (mr *MockAzurePeeringConnectionCreatorMockRecorder) CreatePeeringConnection(arg0, arg1 interface{}) *gomock.Call

CreatePeeringConnection indicates an expected call of CreatePeeringConnection.

type MockBackupConfigGetter

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

MockBackupConfigGetter is a mock of BackupConfigGetter interface.

func NewMockBackupConfigGetter

func NewMockBackupConfigGetter(ctrl *gomock.Controller) *MockBackupConfigGetter

NewMockBackupConfigGetter creates a new mock instance.

func (*MockBackupConfigGetter) EXPECT

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

func (*MockBackupConfigGetter) GetBackupConfig

func (m *MockBackupConfigGetter) GetBackupConfig(arg0, arg1 string) (*opsmngr.BackupConfig, error)

GetBackupConfig mocks base method.

type MockBackupConfigGetterMockRecorder

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

MockBackupConfigGetterMockRecorder is the mock recorder for MockBackupConfigGetter.

func (*MockBackupConfigGetterMockRecorder) GetBackupConfig

func (mr *MockBackupConfigGetterMockRecorder) GetBackupConfig(arg0, arg1 interface{}) *gomock.Call

GetBackupConfig indicates an expected call of GetBackupConfig.

type MockBackupConfigLister

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

MockBackupConfigLister is a mock of BackupConfigLister interface.

func NewMockBackupConfigLister

func NewMockBackupConfigLister(ctrl *gomock.Controller) *MockBackupConfigLister

NewMockBackupConfigLister creates a new mock instance.

func (*MockBackupConfigLister) EXPECT

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

func (*MockBackupConfigLister) ListBackupConfigs

func (m *MockBackupConfigLister) ListBackupConfigs(arg0 string, arg1 *mongodbatlas.ListOptions) (*opsmngr.BackupConfigs, error)

ListBackupConfigs mocks base method.

type MockBackupConfigListerMockRecorder

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

MockBackupConfigListerMockRecorder is the mock recorder for MockBackupConfigLister.

func (*MockBackupConfigListerMockRecorder) ListBackupConfigs

func (mr *MockBackupConfigListerMockRecorder) ListBackupConfigs(arg0, arg1 interface{}) *gomock.Call

ListBackupConfigs indicates an expected call of ListBackupConfigs.

type MockBackupConfigUpdater

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

MockBackupConfigUpdater is a mock of BackupConfigUpdater interface.

func NewMockBackupConfigUpdater

func NewMockBackupConfigUpdater(ctrl *gomock.Controller) *MockBackupConfigUpdater

NewMockBackupConfigUpdater creates a new mock instance.

func (*MockBackupConfigUpdater) EXPECT

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

func (*MockBackupConfigUpdater) UpdateBackupConfig

func (m *MockBackupConfigUpdater) UpdateBackupConfig(arg0 *opsmngr.BackupConfig) (*opsmngr.BackupConfig, error)

UpdateBackupConfig mocks base method.

type MockBackupConfigUpdaterMockRecorder

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

MockBackupConfigUpdaterMockRecorder is the mock recorder for MockBackupConfigUpdater.

func (*MockBackupConfigUpdaterMockRecorder) UpdateBackupConfig

func (mr *MockBackupConfigUpdaterMockRecorder) UpdateBackupConfig(arg0 interface{}) *gomock.Call

UpdateBackupConfig indicates an expected call of UpdateBackupConfig.

type MockBlockstoresCreator

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

MockBlockstoresCreator is a mock of BlockstoresCreator interface.

func NewMockBlockstoresCreator

func NewMockBlockstoresCreator(ctrl *gomock.Controller) *MockBlockstoresCreator

NewMockBlockstoresCreator creates a new mock instance.

func (*MockBlockstoresCreator) CreateBlockstore

func (m *MockBlockstoresCreator) CreateBlockstore(arg0 *opsmngr.BackupStore) (*opsmngr.BackupStore, error)

CreateBlockstore mocks base method.

func (*MockBlockstoresCreator) EXPECT

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

type MockBlockstoresCreatorMockRecorder

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

MockBlockstoresCreatorMockRecorder is the mock recorder for MockBlockstoresCreator.

func (*MockBlockstoresCreatorMockRecorder) CreateBlockstore

func (mr *MockBlockstoresCreatorMockRecorder) CreateBlockstore(arg0 interface{}) *gomock.Call

CreateBlockstore indicates an expected call of CreateBlockstore.

type MockBlockstoresDeleter

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

MockBlockstoresDeleter is a mock of BlockstoresDeleter interface.

func NewMockBlockstoresDeleter

func NewMockBlockstoresDeleter(ctrl *gomock.Controller) *MockBlockstoresDeleter

NewMockBlockstoresDeleter creates a new mock instance.

func (*MockBlockstoresDeleter) DeleteBlockstore

func (m *MockBlockstoresDeleter) DeleteBlockstore(arg0 string) error

DeleteBlockstore mocks base method.

func (*MockBlockstoresDeleter) EXPECT

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

type MockBlockstoresDeleterMockRecorder

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

MockBlockstoresDeleterMockRecorder is the mock recorder for MockBlockstoresDeleter.

func (*MockBlockstoresDeleterMockRecorder) DeleteBlockstore

func (mr *MockBlockstoresDeleterMockRecorder) DeleteBlockstore(arg0 interface{}) *gomock.Call

DeleteBlockstore indicates an expected call of DeleteBlockstore.

type MockBlockstoresDescriber

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

MockBlockstoresDescriber is a mock of BlockstoresDescriber interface.

func NewMockBlockstoresDescriber

func NewMockBlockstoresDescriber(ctrl *gomock.Controller) *MockBlockstoresDescriber

NewMockBlockstoresDescriber creates a new mock instance.

func (*MockBlockstoresDescriber) DescribeBlockstore

func (m *MockBlockstoresDescriber) DescribeBlockstore(arg0 string) (*opsmngr.BackupStore, error)

DescribeBlockstore mocks base method.

func (*MockBlockstoresDescriber) EXPECT

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

type MockBlockstoresDescriberMockRecorder

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

MockBlockstoresDescriberMockRecorder is the mock recorder for MockBlockstoresDescriber.

func (*MockBlockstoresDescriberMockRecorder) DescribeBlockstore

func (mr *MockBlockstoresDescriberMockRecorder) DescribeBlockstore(arg0 interface{}) *gomock.Call

DescribeBlockstore indicates an expected call of DescribeBlockstore.

type MockBlockstoresLister

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

MockBlockstoresLister is a mock of BlockstoresLister interface.

func NewMockBlockstoresLister

func NewMockBlockstoresLister(ctrl *gomock.Controller) *MockBlockstoresLister

NewMockBlockstoresLister creates a new mock instance.

func (*MockBlockstoresLister) EXPECT

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

func (*MockBlockstoresLister) ListBlockstores

ListBlockstores mocks base method.

type MockBlockstoresListerMockRecorder

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

MockBlockstoresListerMockRecorder is the mock recorder for MockBlockstoresLister.

func (*MockBlockstoresListerMockRecorder) ListBlockstores

func (mr *MockBlockstoresListerMockRecorder) ListBlockstores(arg0 interface{}) *gomock.Call

ListBlockstores indicates an expected call of ListBlockstores.

type MockBlockstoresUpdater

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

MockBlockstoresUpdater is a mock of BlockstoresUpdater interface.

func NewMockBlockstoresUpdater

func NewMockBlockstoresUpdater(ctrl *gomock.Controller) *MockBlockstoresUpdater

NewMockBlockstoresUpdater creates a new mock instance.

func (*MockBlockstoresUpdater) EXPECT

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

func (*MockBlockstoresUpdater) UpdateBlockstore

func (m *MockBlockstoresUpdater) UpdateBlockstore(arg0 *opsmngr.BackupStore) (*opsmngr.BackupStore, error)

UpdateBlockstore mocks base method.

type MockBlockstoresUpdaterMockRecorder

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

MockBlockstoresUpdaterMockRecorder is the mock recorder for MockBlockstoresUpdater.

func (*MockBlockstoresUpdaterMockRecorder) UpdateBlockstore

func (mr *MockBlockstoresUpdaterMockRecorder) UpdateBlockstore(arg0 interface{}) *gomock.Call

UpdateBlockstore indicates an expected call of UpdateBlockstore.

type MockCheckpointsLister

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

MockCheckpointsLister is a mock of CheckpointsLister interface.

func NewMockCheckpointsLister

func NewMockCheckpointsLister(ctrl *gomock.Controller) *MockCheckpointsLister

NewMockCheckpointsLister creates a new mock instance.

func (*MockCheckpointsLister) Checkpoints

func (m *MockCheckpointsLister) Checkpoints(arg0, arg1 string, arg2 *mongodbatlas.ListOptions) (*mongodbatlas.Checkpoints, error)

Checkpoints mocks base method.

func (*MockCheckpointsLister) EXPECT

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

type MockCheckpointsListerMockRecorder

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

MockCheckpointsListerMockRecorder is the mock recorder for MockCheckpointsLister.

func (*MockCheckpointsListerMockRecorder) Checkpoints

func (mr *MockCheckpointsListerMockRecorder) Checkpoints(arg0, arg1, arg2 interface{}) *gomock.Call

Checkpoints indicates an expected call of Checkpoints.

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

func (m *MockClient) ContainerInspect(arg0 context.Context, arg1 ...string) ([]*podman.InspectContainerData, error)

ContainerInspect mocks base method.

func (*MockClient) ContainerLogs

func (m *MockClient) ContainerLogs(arg0 context.Context, arg1 string) ([]string, error)

ContainerLogs mocks base method.

func (*MockClient) CopyFileToContainer

func (m *MockClient) CopyFileToContainer(arg0 context.Context, arg1, arg2, arg3 string) ([]byte, error)

CopyFileToContainer mocks base method.

func (*MockClient) CreateNetwork

func (m *MockClient) CreateNetwork(arg0 context.Context, arg1 string) ([]byte, error)

CreateNetwork mocks base method.

func (*MockClient) CreateVolume

func (m *MockClient) CreateVolume(arg0 context.Context, arg1 string) ([]byte, error)

CreateVolume mocks base method.

func (*MockClient) Diagnostics

func (m *MockClient) Diagnostics(arg0 context.Context) *podman.Diagnostic

Diagnostics 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) Exec

func (m *MockClient) Exec(arg0 context.Context, arg1 string, arg2 ...string) error

Exec mocks base method.

func (*MockClient) ListContainers

func (m *MockClient) ListContainers(arg0 context.Context, arg1 string) ([]*podman.Container, error)

ListContainers mocks base method.

func (*MockClient) ListImages

func (m *MockClient) ListImages(arg0 context.Context, arg1 string) ([]*podman.Image, error)

ListImages mocks base method.

func (*MockClient) Logs

func (m *MockClient) Logs(arg0 context.Context) (map[string]interface{}, []error)

Logs mocks base method.

func (*MockClient) Network

func (m *MockClient) Network(arg0 context.Context, arg1 ...string) ([]*podman.Network, error)

Network mocks base method.

func (*MockClient) PullImage

func (m *MockClient) PullImage(arg0 context.Context, arg1 string) ([]byte, error)

PullImage mocks base method.

func (*MockClient) Ready

func (m *MockClient) Ready(arg0 context.Context) error

Ready mocks base method.

func (*MockClient) RemoveContainers

func (m *MockClient) RemoveContainers(arg0 context.Context, arg1 ...string) ([]byte, error)

RemoveContainers mocks base method.

func (*MockClient) RemoveNetworks

func (m *MockClient) RemoveNetworks(arg0 context.Context, arg1 ...string) ([]byte, error)

RemoveNetworks mocks base method.

func (*MockClient) RemoveVolumes

func (m *MockClient) RemoveVolumes(arg0 context.Context, arg1 ...string) ([]byte, error)

RemoveVolumes mocks base method.

func (*MockClient) RunContainer

func (m *MockClient) RunContainer(arg0 context.Context, arg1 podman.RunContainerOpts) ([]byte, error)

RunContainer mocks base method.

func (*MockClient) StartContainers

func (m *MockClient) StartContainers(arg0 context.Context, arg1 ...string) ([]byte, error)

StartContainers mocks base method.

func (*MockClient) StopContainers

func (m *MockClient) StopContainers(arg0 context.Context, arg1 ...string) ([]byte, error)

StopContainers mocks base method.

func (*MockClient) UnpauseContainers

func (m *MockClient) UnpauseContainers(arg0 context.Context, arg1 ...string) ([]byte, error)

UnpauseContainers mocks base method.

func (*MockClient) Version

func (m *MockClient) Version(arg0 context.Context) (*podman.Version, error)

Version mocks base method.

type MockClientMockRecorder

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

MockClientMockRecorder is the mock recorder for MockClient.

func (*MockClientMockRecorder) ContainerInspect

func (mr *MockClientMockRecorder) ContainerInspect(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ContainerInspect indicates an expected call of ContainerInspect.

func (*MockClientMockRecorder) ContainerLogs

func (mr *MockClientMockRecorder) ContainerLogs(arg0, arg1 interface{}) *gomock.Call

ContainerLogs indicates an expected call of ContainerLogs.

func (*MockClientMockRecorder) CopyFileToContainer

func (mr *MockClientMockRecorder) CopyFileToContainer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

CopyFileToContainer indicates an expected call of CopyFileToContainer.

func (*MockClientMockRecorder) CreateNetwork

func (mr *MockClientMockRecorder) CreateNetwork(arg0, arg1 interface{}) *gomock.Call

CreateNetwork indicates an expected call of CreateNetwork.

func (*MockClientMockRecorder) CreateVolume

func (mr *MockClientMockRecorder) CreateVolume(arg0, arg1 interface{}) *gomock.Call

CreateVolume indicates an expected call of CreateVolume.

func (*MockClientMockRecorder) Diagnostics

func (mr *MockClientMockRecorder) Diagnostics(arg0 interface{}) *gomock.Call

Diagnostics indicates an expected call of Diagnostics.

func (*MockClientMockRecorder) Exec

func (mr *MockClientMockRecorder) Exec(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Exec indicates an expected call of Exec.

func (*MockClientMockRecorder) ListContainers

func (mr *MockClientMockRecorder) ListContainers(arg0, arg1 interface{}) *gomock.Call

ListContainers indicates an expected call of ListContainers.

func (*MockClientMockRecorder) ListImages

func (mr *MockClientMockRecorder) ListImages(arg0, arg1 interface{}) *gomock.Call

ListImages indicates an expected call of ListImages.

func (*MockClientMockRecorder) Logs

func (mr *MockClientMockRecorder) Logs(arg0 interface{}) *gomock.Call

Logs indicates an expected call of Logs.

func (*MockClientMockRecorder) Network

func (mr *MockClientMockRecorder) Network(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Network indicates an expected call of Network.

func (*MockClientMockRecorder) PullImage

func (mr *MockClientMockRecorder) PullImage(arg0, arg1 interface{}) *gomock.Call

PullImage indicates an expected call of PullImage.

func (*MockClientMockRecorder) Ready

func (mr *MockClientMockRecorder) Ready(arg0 interface{}) *gomock.Call

Ready indicates an expected call of Ready.

func (*MockClientMockRecorder) RemoveContainers

func (mr *MockClientMockRecorder) RemoveContainers(arg0 interface{}, arg1 ...interface{}) *gomock.Call

RemoveContainers indicates an expected call of RemoveContainers.

func (*MockClientMockRecorder) RemoveNetworks

func (mr *MockClientMockRecorder) RemoveNetworks(arg0 interface{}, arg1 ...interface{}) *gomock.Call

RemoveNetworks indicates an expected call of RemoveNetworks.

func (*MockClientMockRecorder) RemoveVolumes

func (mr *MockClientMockRecorder) RemoveVolumes(arg0 interface{}, arg1 ...interface{}) *gomock.Call

RemoveVolumes indicates an expected call of RemoveVolumes.

func (*MockClientMockRecorder) RunContainer

func (mr *MockClientMockRecorder) RunContainer(arg0, arg1 interface{}) *gomock.Call

RunContainer indicates an expected call of RunContainer.

func (*MockClientMockRecorder) StartContainers

func (mr *MockClientMockRecorder) StartContainers(arg0 interface{}, arg1 ...interface{}) *gomock.Call

StartContainers indicates an expected call of StartContainers.

func (*MockClientMockRecorder) StopContainers

func (mr *MockClientMockRecorder) StopContainers(arg0 interface{}, arg1 ...interface{}) *gomock.Call

StopContainers indicates an expected call of StopContainers.

func (*MockClientMockRecorder) UnpauseContainers

func (mr *MockClientMockRecorder) UnpauseContainers(arg0 interface{}, arg1 ...interface{}) *gomock.Call

UnpauseContainers indicates an expected call of UnpauseContainers.

func (*MockClientMockRecorder) Version

func (mr *MockClientMockRecorder) Version(arg0 interface{}) *gomock.Call

Version indicates an expected call of Version.

type MockCloudManagerClustersDeleter

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

MockCloudManagerClustersDeleter is a mock of CloudManagerClustersDeleter interface.

func NewMockCloudManagerClustersDeleter

func NewMockCloudManagerClustersDeleter(ctrl *gomock.Controller) *MockCloudManagerClustersDeleter

NewMockCloudManagerClustersDeleter creates a new mock instance.

func (*MockCloudManagerClustersDeleter) EXPECT

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

func (*MockCloudManagerClustersDeleter) GetAutomationConfig

func (m *MockCloudManagerClustersDeleter) GetAutomationConfig(arg0 string) (*opsmngr.AutomationConfig, error)

GetAutomationConfig mocks base method.

func (*MockCloudManagerClustersDeleter) GetAutomationStatus

func (m *MockCloudManagerClustersDeleter) GetAutomationStatus(arg0 string) (*opsmngr.AutomationStatus, error)

GetAutomationStatus mocks base method.

func (*MockCloudManagerClustersDeleter) HostByHostname

func (m *MockCloudManagerClustersDeleter) HostByHostname(arg0, arg1 string, arg2 int) (*opsmngr.Host, error)

HostByHostname mocks base method.

func (*MockCloudManagerClustersDeleter) StopMonitoring

func (m *MockCloudManagerClustersDeleter) StopMonitoring(arg0, arg1 string) error

StopMonitoring mocks base method.

func (*MockCloudManagerClustersDeleter) UpdateAutomationConfig

func (m *MockCloudManagerClustersDeleter) UpdateAutomationConfig(arg0 string, arg1 *opsmngr.AutomationConfig) error

UpdateAutomationConfig mocks base method.

type MockCloudManagerClustersDeleterMockRecorder

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

MockCloudManagerClustersDeleterMockRecorder is the mock recorder for MockCloudManagerClustersDeleter.

func (*MockCloudManagerClustersDeleterMockRecorder) GetAutomationConfig

func (mr *MockCloudManagerClustersDeleterMockRecorder) GetAutomationConfig(arg0 interface{}) *gomock.Call

GetAutomationConfig indicates an expected call of GetAutomationConfig.

func (*MockCloudManagerClustersDeleterMockRecorder) GetAutomationStatus

func (mr *MockCloudManagerClustersDeleterMockRecorder) GetAutomationStatus(arg0 interface{}) *gomock.Call

GetAutomationStatus indicates an expected call of GetAutomationStatus.

func (*MockCloudManagerClustersDeleterMockRecorder) HostByHostname

func (mr *MockCloudManagerClustersDeleterMockRecorder) HostByHostname(arg0, arg1, arg2 interface{}) *gomock.Call

HostByHostname indicates an expected call of HostByHostname.

func (*MockCloudManagerClustersDeleterMockRecorder) StopMonitoring

func (mr *MockCloudManagerClustersDeleterMockRecorder) StopMonitoring(arg0, arg1 interface{}) *gomock.Call

StopMonitoring indicates an expected call of StopMonitoring.

func (*MockCloudManagerClustersDeleterMockRecorder) UpdateAutomationConfig

func (mr *MockCloudManagerClustersDeleterMockRecorder) UpdateAutomationConfig(arg0, arg1 interface{}) *gomock.Call

UpdateAutomationConfig indicates an expected call of UpdateAutomationConfig.

type MockCloudManagerClustersDescriber

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

MockCloudManagerClustersDescriber is a mock of CloudManagerClustersDescriber interface.

func NewMockCloudManagerClustersDescriber

func NewMockCloudManagerClustersDescriber(ctrl *gomock.Controller) *MockCloudManagerClustersDescriber

NewMockCloudManagerClustersDescriber creates a new mock instance.

func (*MockCloudManagerClustersDescriber) EXPECT

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

func (*MockCloudManagerClustersDescriber) GetAutomationConfig

func (m *MockCloudManagerClustersDescriber) GetAutomationConfig(arg0 string) (*opsmngr.AutomationConfig, error)

GetAutomationConfig mocks base method.

func (*MockCloudManagerClustersDescriber) OpsManagerCluster

func (m *MockCloudManagerClustersDescriber) OpsManagerCluster(arg0, arg1 string) (*opsmngr.Cluster, error)

OpsManagerCluster mocks base method.

type MockCloudManagerClustersDescriberMockRecorder

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

MockCloudManagerClustersDescriberMockRecorder is the mock recorder for MockCloudManagerClustersDescriber.

func (*MockCloudManagerClustersDescriberMockRecorder) GetAutomationConfig

func (mr *MockCloudManagerClustersDescriberMockRecorder) GetAutomationConfig(arg0 interface{}) *gomock.Call

GetAutomationConfig indicates an expected call of GetAutomationConfig.

func (*MockCloudManagerClustersDescriberMockRecorder) OpsManagerCluster

func (mr *MockCloudManagerClustersDescriberMockRecorder) OpsManagerCluster(arg0, arg1 interface{}) *gomock.Call

OpsManagerCluster indicates an expected call of OpsManagerCluster.

type MockCloudManagerClustersLister

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

MockCloudManagerClustersLister is a mock of CloudManagerClustersLister interface.

func NewMockCloudManagerClustersLister

func NewMockCloudManagerClustersLister(ctrl *gomock.Controller) *MockCloudManagerClustersLister

NewMockCloudManagerClustersLister creates a new mock instance.

func (*MockCloudManagerClustersLister) EXPECT

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

func (*MockCloudManagerClustersLister) GetAutomationConfig

func (m *MockCloudManagerClustersLister) GetAutomationConfig(arg0 string) (*opsmngr.AutomationConfig, error)

GetAutomationConfig mocks base method.

func (*MockCloudManagerClustersLister) ListAllProjectClusters

func (m *MockCloudManagerClustersLister) ListAllProjectClusters() (*opsmngr.AllClustersProjects, error)

ListAllProjectClusters mocks base method.

func (*MockCloudManagerClustersLister) ProjectClusters

func (m *MockCloudManagerClustersLister) ProjectClusters(arg0 string, arg1 *mongodbatlas.ListOptions) (interface{}, error)

ProjectClusters mocks base method.

type MockCloudManagerClustersListerMockRecorder

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

MockCloudManagerClustersListerMockRecorder is the mock recorder for MockCloudManagerClustersLister.

func (*MockCloudManagerClustersListerMockRecorder) GetAutomationConfig

func (mr *MockCloudManagerClustersListerMockRecorder) GetAutomationConfig(arg0 interface{}) *gomock.Call

GetAutomationConfig indicates an expected call of GetAutomationConfig.

func (*MockCloudManagerClustersListerMockRecorder) ListAllProjectClusters

func (mr *MockCloudManagerClustersListerMockRecorder) ListAllProjectClusters() *gomock.Call

ListAllProjectClusters indicates an expected call of ListAllProjectClusters.

func (*MockCloudManagerClustersListerMockRecorder) ProjectClusters

func (mr *MockCloudManagerClustersListerMockRecorder) ProjectClusters(arg0, arg1 interface{}) *gomock.Call

ProjectClusters indicates an expected call of ProjectClusters.

type MockCloudProviderAccessRoleAuthorizer

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

MockCloudProviderAccessRoleAuthorizer is a mock of CloudProviderAccessRoleAuthorizer interface.

func NewMockCloudProviderAccessRoleAuthorizer

func NewMockCloudProviderAccessRoleAuthorizer(ctrl *gomock.Controller) *MockCloudProviderAccessRoleAuthorizer

NewMockCloudProviderAccessRoleAuthorizer creates a new mock instance.

func (*MockCloudProviderAccessRoleAuthorizer) AuthorizeCloudProviderAccessRole

AuthorizeCloudProviderAccessRole mocks base method.

func (*MockCloudProviderAccessRoleAuthorizer) EXPECT

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

type MockCloudProviderAccessRoleAuthorizerMockRecorder

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

MockCloudProviderAccessRoleAuthorizerMockRecorder is the mock recorder for MockCloudProviderAccessRoleAuthorizer.

func (*MockCloudProviderAccessRoleAuthorizerMockRecorder) AuthorizeCloudProviderAccessRole

func (mr *MockCloudProviderAccessRoleAuthorizerMockRecorder) AuthorizeCloudProviderAccessRole(arg0, arg1, arg2 interface{}) *gomock.Call

AuthorizeCloudProviderAccessRole indicates an expected call of AuthorizeCloudProviderAccessRole.

type MockCloudProviderAccessRoleCreator

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

MockCloudProviderAccessRoleCreator is a mock of CloudProviderAccessRoleCreator interface.

func NewMockCloudProviderAccessRoleCreator

func NewMockCloudProviderAccessRoleCreator(ctrl *gomock.Controller) *MockCloudProviderAccessRoleCreator

NewMockCloudProviderAccessRoleCreator creates a new mock instance.

func (*MockCloudProviderAccessRoleCreator) CreateCloudProviderAccessRole

func (m *MockCloudProviderAccessRoleCreator) CreateCloudProviderAccessRole(arg0, arg1 string) (*admin.CloudProviderAccessRole, error)

CreateCloudProviderAccessRole mocks base method.

func (*MockCloudProviderAccessRoleCreator) EXPECT

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

type MockCloudProviderAccessRoleCreatorMockRecorder

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

MockCloudProviderAccessRoleCreatorMockRecorder is the mock recorder for MockCloudProviderAccessRoleCreator.

func (*MockCloudProviderAccessRoleCreatorMockRecorder) CreateCloudProviderAccessRole

func (mr *MockCloudProviderAccessRoleCreatorMockRecorder) CreateCloudProviderAccessRole(arg0, arg1 interface{}) *gomock.Call

CreateCloudProviderAccessRole indicates an expected call of CreateCloudProviderAccessRole.

type MockCloudProviderAccessRoleDeauthorizer

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

MockCloudProviderAccessRoleDeauthorizer is a mock of CloudProviderAccessRoleDeauthorizer interface.

func NewMockCloudProviderAccessRoleDeauthorizer

func NewMockCloudProviderAccessRoleDeauthorizer(ctrl *gomock.Controller) *MockCloudProviderAccessRoleDeauthorizer

NewMockCloudProviderAccessRoleDeauthorizer creates a new mock instance.

func (*MockCloudProviderAccessRoleDeauthorizer) DeauthorizeCloudProviderAccessRoles

DeauthorizeCloudProviderAccessRoles mocks base method.

func (*MockCloudProviderAccessRoleDeauthorizer) EXPECT

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

type MockCloudProviderAccessRoleDeauthorizerMockRecorder

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

MockCloudProviderAccessRoleDeauthorizerMockRecorder is the mock recorder for MockCloudProviderAccessRoleDeauthorizer.

func (*MockCloudProviderAccessRoleDeauthorizerMockRecorder) DeauthorizeCloudProviderAccessRoles

func (mr *MockCloudProviderAccessRoleDeauthorizerMockRecorder) DeauthorizeCloudProviderAccessRoles(arg0 interface{}) *gomock.Call

DeauthorizeCloudProviderAccessRoles indicates an expected call of DeauthorizeCloudProviderAccessRoles.

type MockCloudProviderAccessRoleLister

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

MockCloudProviderAccessRoleLister is a mock of CloudProviderAccessRoleLister interface.

func NewMockCloudProviderAccessRoleLister

func NewMockCloudProviderAccessRoleLister(ctrl *gomock.Controller) *MockCloudProviderAccessRoleLister

NewMockCloudProviderAccessRoleLister creates a new mock instance.

func (*MockCloudProviderAccessRoleLister) CloudProviderAccessRoles

func (m *MockCloudProviderAccessRoleLister) CloudProviderAccessRoles(arg0 string) (*admin.CloudProviderAccessRoles, error)

CloudProviderAccessRoles mocks base method.

func (*MockCloudProviderAccessRoleLister) EXPECT

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

type MockCloudProviderAccessRoleListerMockRecorder

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

MockCloudProviderAccessRoleListerMockRecorder is the mock recorder for MockCloudProviderAccessRoleLister.

func (*MockCloudProviderAccessRoleListerMockRecorder) CloudProviderAccessRoles

func (mr *MockCloudProviderAccessRoleListerMockRecorder) CloudProviderAccessRoles(arg0 interface{}) *gomock.Call

CloudProviderAccessRoles indicates an expected call of CloudProviderAccessRoles.

type MockCloudProviderRegionsLister

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

MockCloudProviderRegionsLister is a mock of CloudProviderRegionsLister interface.

func NewMockCloudProviderRegionsLister

func NewMockCloudProviderRegionsLister(ctrl *gomock.Controller) *MockCloudProviderRegionsLister

NewMockCloudProviderRegionsLister creates a new mock instance.

func (*MockCloudProviderRegionsLister) CloudProviderRegions

func (m *MockCloudProviderRegionsLister) CloudProviderRegions(arg0, arg1 string, arg2 []string) (*admin.PaginatedApiAtlasProviderRegions, error)

CloudProviderRegions mocks base method.

func (*MockCloudProviderRegionsLister) EXPECT

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

type MockCloudProviderRegionsListerMockRecorder

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

MockCloudProviderRegionsListerMockRecorder is the mock recorder for MockCloudProviderRegionsLister.

func (*MockCloudProviderRegionsListerMockRecorder) CloudProviderRegions

func (mr *MockCloudProviderRegionsListerMockRecorder) CloudProviderRegions(arg0, arg1, arg2 interface{}) *gomock.Call

CloudProviderRegions indicates an expected call of CloudProviderRegions.

type MockClusterCreator

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

MockClusterCreator is a mock of ClusterCreator interface.

func NewMockClusterCreator

func NewMockClusterCreator(ctrl *gomock.Controller) *MockClusterCreator

NewMockClusterCreator creates a new mock instance.

func (*MockClusterCreator) CreateCluster

CreateCluster mocks base method.

func (*MockClusterCreator) EXPECT

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

type MockClusterCreatorMockRecorder

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

MockClusterCreatorMockRecorder is the mock recorder for MockClusterCreator.

func (*MockClusterCreatorMockRecorder) CreateCluster

func (mr *MockClusterCreatorMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call

CreateCluster indicates an expected call of CreateCluster.

type MockClusterDeleter

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

MockClusterDeleter is a mock of ClusterDeleter interface.

func NewMockClusterDeleter

func NewMockClusterDeleter(ctrl *gomock.Controller) *MockClusterDeleter

NewMockClusterDeleter creates a new mock instance.

func (*MockClusterDeleter) DeleteCluster

func (m *MockClusterDeleter) DeleteCluster(arg0, arg1 string) error

DeleteCluster mocks base method.

func (*MockClusterDeleter) EXPECT

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

type MockClusterDeleterMockRecorder

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

MockClusterDeleterMockRecorder is the mock recorder for MockClusterDeleter.

func (*MockClusterDeleterMockRecorder) DeleteCluster

func (mr *MockClusterDeleterMockRecorder) DeleteCluster(arg0, arg1 interface{}) *gomock.Call

DeleteCluster indicates an expected call of DeleteCluster.

type MockClusterLister

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

MockClusterLister is a mock of ClusterLister interface.

func NewMockClusterLister

func NewMockClusterLister(ctrl *gomock.Controller) *MockClusterLister

NewMockClusterLister creates a new mock instance.

func (*MockClusterLister) EXPECT

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

func (*MockClusterLister) ProjectClusters

func (m *MockClusterLister) ProjectClusters(arg0 string, arg1 *mongodbatlas.ListOptions) (interface{}, error)

ProjectClusters mocks base method.

type MockClusterListerMockRecorder

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

MockClusterListerMockRecorder is the mock recorder for MockClusterLister.

func (*MockClusterListerMockRecorder) ProjectClusters

func (mr *MockClusterListerMockRecorder) ProjectClusters(arg0, arg1 interface{}) *gomock.Call

ProjectClusters indicates an expected call of ProjectClusters.

type MockClusterPauser

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

MockClusterPauser is a mock of ClusterPauser interface.

func NewMockClusterPauser

func NewMockClusterPauser(ctrl *gomock.Controller) *MockClusterPauser

NewMockClusterPauser creates a new mock instance.

func (*MockClusterPauser) EXPECT

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

func (*MockClusterPauser) PauseCluster

func (m *MockClusterPauser) PauseCluster(arg0, arg1 string) (*admin.AdvancedClusterDescription, error)

PauseCluster mocks base method.

type MockClusterPauserMockRecorder

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

MockClusterPauserMockRecorder is the mock recorder for MockClusterPauser.

func (*MockClusterPauserMockRecorder) PauseCluster

func (mr *MockClusterPauserMockRecorder) PauseCluster(arg0, arg1 interface{}) *gomock.Call

PauseCluster indicates an expected call of PauseCluster.

type MockClusterStarter

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

MockClusterStarter is a mock of ClusterStarter interface.

func NewMockClusterStarter

func NewMockClusterStarter(ctrl *gomock.Controller) *MockClusterStarter

NewMockClusterStarter creates a new mock instance.

func (*MockClusterStarter) EXPECT

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

func (*MockClusterStarter) StartCluster

func (m *MockClusterStarter) StartCluster(arg0, arg1 string) (*admin.AdvancedClusterDescription, error)

StartCluster mocks base method.

type MockClusterStarterMockRecorder

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

MockClusterStarterMockRecorder is the mock recorder for MockClusterStarter.

func (*MockClusterStarterMockRecorder) StartCluster

func (mr *MockClusterStarterMockRecorder) StartCluster(arg0, arg1 interface{}) *gomock.Call

StartCluster indicates an expected call of StartCluster.

type MockClusterTester

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

MockClusterTester is a mock of ClusterTester interface.

func NewMockClusterTester

func NewMockClusterTester(ctrl *gomock.Controller) *MockClusterTester

NewMockClusterTester creates a new mock instance.

func (*MockClusterTester) EXPECT

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

func (*MockClusterTester) TestClusterFailover

func (m *MockClusterTester) TestClusterFailover(arg0, arg1 string) error

TestClusterFailover mocks base method.

type MockClusterTesterMockRecorder

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

MockClusterTesterMockRecorder is the mock recorder for MockClusterTester.

func (*MockClusterTesterMockRecorder) TestClusterFailover

func (mr *MockClusterTesterMockRecorder) TestClusterFailover(arg0, arg1 interface{}) *gomock.Call

TestClusterFailover indicates an expected call of TestClusterFailover.

type MockClusterUpdater

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

MockClusterUpdater is a mock of ClusterUpdater interface.

func NewMockClusterUpdater

func NewMockClusterUpdater(ctrl *gomock.Controller) *MockClusterUpdater

NewMockClusterUpdater creates a new mock instance.

func (*MockClusterUpdater) EXPECT

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

func (*MockClusterUpdater) UpdateCluster

UpdateCluster mocks base method.

type MockClusterUpdaterMockRecorder

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

MockClusterUpdaterMockRecorder is the mock recorder for MockClusterUpdater.

func (*MockClusterUpdaterMockRecorder) UpdateCluster

func (mr *MockClusterUpdaterMockRecorder) UpdateCluster(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateCluster indicates an expected call of UpdateCluster.

type MockClusterUpgrader

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

MockClusterUpgrader is a mock of ClusterUpgrader interface.

func NewMockClusterUpgrader

func NewMockClusterUpgrader(ctrl *gomock.Controller) *MockClusterUpgrader

NewMockClusterUpgrader creates a new mock instance.

func (*MockClusterUpgrader) EXPECT

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

func (*MockClusterUpgrader) UpgradeCluster

func (m *MockClusterUpgrader) UpgradeCluster(arg0 string, arg1 *mongodbatlas.Cluster) (*mongodbatlas.Cluster, error)

UpgradeCluster mocks base method.

type MockClusterUpgraderMockRecorder

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

MockClusterUpgraderMockRecorder is the mock recorder for MockClusterUpgrader.

func (*MockClusterUpgraderMockRecorder) UpgradeCluster

func (mr *MockClusterUpgraderMockRecorder) UpgradeCluster(arg0, arg1 interface{}) *gomock.Call

UpgradeCluster indicates an expected call of UpgradeCluster.

type MockConfigDeleter

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

MockConfigDeleter is a mock of ConfigDeleter interface.

func NewMockConfigDeleter

func NewMockConfigDeleter(ctrl *gomock.Controller) *MockConfigDeleter

NewMockConfigDeleter creates a new mock instance.

func (*MockConfigDeleter) Delete

func (m *MockConfigDeleter) Delete() error

Delete mocks base method.

func (*MockConfigDeleter) EXPECT

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

type MockConfigDeleterMockRecorder

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

MockConfigDeleterMockRecorder is the mock recorder for MockConfigDeleter.

func (*MockConfigDeleterMockRecorder) Delete

Delete indicates an expected call of Delete.

type MockConnectionCreator

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

MockConnectionCreator is a mock of ConnectionCreator interface.

func NewMockConnectionCreator

func NewMockConnectionCreator(ctrl *gomock.Controller) *MockConnectionCreator

NewMockConnectionCreator creates a new mock instance.

func (*MockConnectionCreator) CreateConnection

func (m *MockConnectionCreator) CreateConnection(arg0, arg1 string, arg2 *admin.StreamsConnection) (*admin.StreamsConnection, error)

CreateConnection mocks base method.

func (*MockConnectionCreator) EXPECT

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

type MockConnectionCreatorMockRecorder

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

MockConnectionCreatorMockRecorder is the mock recorder for MockConnectionCreator.

func (*MockConnectionCreatorMockRecorder) CreateConnection

func (mr *MockConnectionCreatorMockRecorder) CreateConnection(arg0, arg1, arg2 interface{}) *gomock.Call

CreateConnection indicates an expected call of CreateConnection.

type MockConnectionDeleter

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

MockConnectionDeleter is a mock of ConnectionDeleter interface.

func NewMockConnectionDeleter

func NewMockConnectionDeleter(ctrl *gomock.Controller) *MockConnectionDeleter

NewMockConnectionDeleter creates a new mock instance.

func (*MockConnectionDeleter) DeleteConnection

func (m *MockConnectionDeleter) DeleteConnection(arg0, arg1, arg2 string) error

DeleteConnection mocks base method.

func (*MockConnectionDeleter) EXPECT

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

type MockConnectionDeleterMockRecorder

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

MockConnectionDeleterMockRecorder is the mock recorder for MockConnectionDeleter.

func (*MockConnectionDeleterMockRecorder) DeleteConnection

func (mr *MockConnectionDeleterMockRecorder) DeleteConnection(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteConnection indicates an expected call of DeleteConnection.

type MockConnectionUpdater

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

MockConnectionUpdater is a mock of ConnectionUpdater interface.

func NewMockConnectionUpdater

func NewMockConnectionUpdater(ctrl *gomock.Controller) *MockConnectionUpdater

NewMockConnectionUpdater creates a new mock instance.

func (*MockConnectionUpdater) EXPECT

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

func (*MockConnectionUpdater) UpdateConnection

func (m *MockConnectionUpdater) UpdateConnection(arg0, arg1, arg2 string, arg3 *admin.StreamsConnection) (*admin.StreamsConnection, error)

UpdateConnection mocks base method.

type MockConnectionUpdaterMockRecorder

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

MockConnectionUpdaterMockRecorder is the mock recorder for MockConnectionUpdater.

func (*MockConnectionUpdaterMockRecorder) UpdateConnection

func (mr *MockConnectionUpdaterMockRecorder) UpdateConnection(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

UpdateConnection indicates an expected call of UpdateConnection.

type MockContainersDeleter

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

MockContainersDeleter is a mock of ContainersDeleter interface.

func NewMockContainersDeleter

func NewMockContainersDeleter(ctrl *gomock.Controller) *MockContainersDeleter

NewMockContainersDeleter creates a new mock instance.

func (*MockContainersDeleter) DeleteContainer

func (m *MockContainersDeleter) DeleteContainer(arg0, arg1 string) error

DeleteContainer mocks base method.

func (*MockContainersDeleter) EXPECT

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

type MockContainersDeleterMockRecorder

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

MockContainersDeleterMockRecorder is the mock recorder for MockContainersDeleter.

func (*MockContainersDeleterMockRecorder) DeleteContainer

func (mr *MockContainersDeleterMockRecorder) DeleteContainer(arg0, arg1 interface{}) *gomock.Call

DeleteContainer indicates an expected call of DeleteContainer.

type MockContainersLister

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

MockContainersLister is a mock of ContainersLister interface.

func NewMockContainersLister

func NewMockContainersLister(ctrl *gomock.Controller) *MockContainersLister

NewMockContainersLister creates a new mock instance.

func (*MockContainersLister) AllContainers

AllContainers mocks base method.

func (*MockContainersLister) ContainersByProvider

ContainersByProvider mocks base method.

func (*MockContainersLister) EXPECT

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

type MockContainersListerMockRecorder

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

MockContainersListerMockRecorder is the mock recorder for MockContainersLister.

func (*MockContainersListerMockRecorder) AllContainers

func (mr *MockContainersListerMockRecorder) AllContainers(arg0, arg1 interface{}) *gomock.Call

AllContainers indicates an expected call of AllContainers.

func (*MockContainersListerMockRecorder) ContainersByProvider

func (mr *MockContainersListerMockRecorder) ContainersByProvider(arg0, arg1 interface{}) *gomock.Call

ContainersByProvider indicates an expected call of ContainersByProvider.

type MockContinuousJobCreator

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

MockContinuousJobCreator is a mock of ContinuousJobCreator interface.

func NewMockContinuousJobCreator

func NewMockContinuousJobCreator(ctrl *gomock.Controller) *MockContinuousJobCreator

NewMockContinuousJobCreator creates a new mock instance.

func (*MockContinuousJobCreator) CreateContinuousRestoreJob

func (m *MockContinuousJobCreator) CreateContinuousRestoreJob(arg0, arg1 string, arg2 *mongodbatlas.ContinuousJobRequest) (*mongodbatlas.ContinuousJobs, error)

CreateContinuousRestoreJob mocks base method.

func (*MockContinuousJobCreator) EXPECT

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

type MockContinuousJobCreatorMockRecorder

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

MockContinuousJobCreatorMockRecorder is the mock recorder for MockContinuousJobCreator.

func (*MockContinuousJobCreatorMockRecorder) CreateContinuousRestoreJob

func (mr *MockContinuousJobCreatorMockRecorder) CreateContinuousRestoreJob(arg0, arg1, arg2 interface{}) *gomock.Call

CreateContinuousRestoreJob indicates an expected call of CreateContinuousRestoreJob.

type MockContinuousJobLister

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

MockContinuousJobLister is a mock of ContinuousJobLister interface.

func NewMockContinuousJobLister

func NewMockContinuousJobLister(ctrl *gomock.Controller) *MockContinuousJobLister

NewMockContinuousJobLister creates a new mock instance.

func (*MockContinuousJobLister) ContinuousRestoreJobs

func (m *MockContinuousJobLister) ContinuousRestoreJobs(arg0, arg1 string, arg2 *mongodbatlas.ListOptions) (*mongodbatlas.ContinuousJobs, error)

ContinuousRestoreJobs mocks base method.

func (*MockContinuousJobLister) EXPECT

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

type MockContinuousJobListerMockRecorder

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

MockContinuousJobListerMockRecorder is the mock recorder for MockContinuousJobLister.

func (*MockContinuousJobListerMockRecorder) ContinuousRestoreJobs

func (mr *MockContinuousJobListerMockRecorder) ContinuousRestoreJobs(arg0, arg1, arg2 interface{}) *gomock.Call

ContinuousRestoreJobs indicates an expected call of ContinuousRestoreJobs.

type MockContinuousSnapshotsLister

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

MockContinuousSnapshotsLister is a mock of ContinuousSnapshotsLister interface.

func NewMockContinuousSnapshotsLister

func NewMockContinuousSnapshotsLister(ctrl *gomock.Controller) *MockContinuousSnapshotsLister

NewMockContinuousSnapshotsLister creates a new mock instance.

func (*MockContinuousSnapshotsLister) ContinuousSnapshots

ContinuousSnapshots mocks base method.

func (*MockContinuousSnapshotsLister) EXPECT

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

type MockContinuousSnapshotsListerMockRecorder

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

MockContinuousSnapshotsListerMockRecorder is the mock recorder for MockContinuousSnapshotsLister.

func (*MockContinuousSnapshotsListerMockRecorder) ContinuousSnapshots

func (mr *MockContinuousSnapshotsListerMockRecorder) ContinuousSnapshots(arg0, arg1, arg2 interface{}) *gomock.Call

ContinuousSnapshots indicates an expected call of ContinuousSnapshots.

type MockCredentialsGetter

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

MockCredentialsGetter is a mock of CredentialsGetter interface.

func NewMockCredentialsGetter

func NewMockCredentialsGetter(ctrl *gomock.Controller) *MockCredentialsGetter

NewMockCredentialsGetter creates a new mock instance.

func (*MockCredentialsGetter) AuthType

AuthType mocks base method.

func (*MockCredentialsGetter) EXPECT

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

func (*MockCredentialsGetter) PrivateAPIKey

func (m *MockCredentialsGetter) PrivateAPIKey() string

PrivateAPIKey mocks base method.

func (*MockCredentialsGetter) PublicAPIKey

func (m *MockCredentialsGetter) PublicAPIKey() string

PublicAPIKey mocks base method.

func (*MockCredentialsGetter) Token

func (m *MockCredentialsGetter) Token() (*auth.Token, error)

Token mocks base method.

type MockCredentialsGetterMockRecorder

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

MockCredentialsGetterMockRecorder is the mock recorder for MockCredentialsGetter.

func (*MockCredentialsGetterMockRecorder) AuthType

AuthType indicates an expected call of AuthType.

func (*MockCredentialsGetterMockRecorder) PrivateAPIKey

func (mr *MockCredentialsGetterMockRecorder) PrivateAPIKey() *gomock.Call

PrivateAPIKey indicates an expected call of PrivateAPIKey.

func (*MockCredentialsGetterMockRecorder) PublicAPIKey

func (mr *MockCredentialsGetterMockRecorder) PublicAPIKey() *gomock.Call

PublicAPIKey indicates an expected call of PublicAPIKey.

func (*MockCredentialsGetterMockRecorder) Token

Token indicates an expected call of Token.

type MockCustomDNSDescriber

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

MockCustomDNSDescriber is a mock of CustomDNSDescriber interface.

func NewMockCustomDNSDescriber

func NewMockCustomDNSDescriber(ctrl *gomock.Controller) *MockCustomDNSDescriber

NewMockCustomDNSDescriber creates a new mock instance.

func (*MockCustomDNSDescriber) DescribeCustomDNS

func (m *MockCustomDNSDescriber) DescribeCustomDNS(arg0 string) (*admin.AWSCustomDNSEnabled, error)

DescribeCustomDNS mocks base method.

func (*MockCustomDNSDescriber) EXPECT

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

type MockCustomDNSDescriberMockRecorder

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

MockCustomDNSDescriberMockRecorder is the mock recorder for MockCustomDNSDescriber.

func (*MockCustomDNSDescriberMockRecorder) DescribeCustomDNS

func (mr *MockCustomDNSDescriberMockRecorder) DescribeCustomDNS(arg0 interface{}) *gomock.Call

DescribeCustomDNS indicates an expected call of DescribeCustomDNS.

type MockCustomDNSDisabler

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

MockCustomDNSDisabler is a mock of CustomDNSDisabler interface.

func NewMockCustomDNSDisabler

func NewMockCustomDNSDisabler(ctrl *gomock.Controller) *MockCustomDNSDisabler

NewMockCustomDNSDisabler creates a new mock instance.

func (*MockCustomDNSDisabler) DisableCustomDNS

func (m *MockCustomDNSDisabler) DisableCustomDNS(arg0 string) (*admin.AWSCustomDNSEnabled, error)

DisableCustomDNS mocks base method.

func (*MockCustomDNSDisabler) EXPECT

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

type MockCustomDNSDisablerMockRecorder

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

MockCustomDNSDisablerMockRecorder is the mock recorder for MockCustomDNSDisabler.

func (*MockCustomDNSDisablerMockRecorder) DisableCustomDNS

func (mr *MockCustomDNSDisablerMockRecorder) DisableCustomDNS(arg0 interface{}) *gomock.Call

DisableCustomDNS indicates an expected call of DisableCustomDNS.

type MockCustomDNSEnabler

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

MockCustomDNSEnabler is a mock of CustomDNSEnabler interface.

func NewMockCustomDNSEnabler

func NewMockCustomDNSEnabler(ctrl *gomock.Controller) *MockCustomDNSEnabler

NewMockCustomDNSEnabler creates a new mock instance.

func (*MockCustomDNSEnabler) EXPECT

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

func (*MockCustomDNSEnabler) EnableCustomDNS

func (m *MockCustomDNSEnabler) EnableCustomDNS(arg0 string) (*admin.AWSCustomDNSEnabled, error)

EnableCustomDNS mocks base method.

type MockCustomDNSEnablerMockRecorder

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

MockCustomDNSEnablerMockRecorder is the mock recorder for MockCustomDNSEnabler.

func (*MockCustomDNSEnablerMockRecorder) EnableCustomDNS

func (mr *MockCustomDNSEnablerMockRecorder) EnableCustomDNS(arg0 interface{}) *gomock.Call

EnableCustomDNS indicates an expected call of EnableCustomDNS.

type MockDBUserCertificateCreator

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

MockDBUserCertificateCreator is a mock of DBUserCertificateCreator interface.

func NewMockDBUserCertificateCreator

func NewMockDBUserCertificateCreator(ctrl *gomock.Controller) *MockDBUserCertificateCreator

NewMockDBUserCertificateCreator creates a new mock instance.

func (*MockDBUserCertificateCreator) CreateDBUserCertificate

func (m *MockDBUserCertificateCreator) CreateDBUserCertificate(arg0, arg1 string, arg2 int) (string, error)

CreateDBUserCertificate mocks base method.

func (*MockDBUserCertificateCreator) EXPECT

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

type MockDBUserCertificateCreatorMockRecorder

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

MockDBUserCertificateCreatorMockRecorder is the mock recorder for MockDBUserCertificateCreator.

func (*MockDBUserCertificateCreatorMockRecorder) CreateDBUserCertificate

func (mr *MockDBUserCertificateCreatorMockRecorder) CreateDBUserCertificate(arg0, arg1, arg2 interface{}) *gomock.Call

CreateDBUserCertificate indicates an expected call of CreateDBUserCertificate.

type MockDBUserCertificateLister

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

MockDBUserCertificateLister is a mock of DBUserCertificateLister interface.

func NewMockDBUserCertificateLister

func NewMockDBUserCertificateLister(ctrl *gomock.Controller) *MockDBUserCertificateLister

NewMockDBUserCertificateLister creates a new mock instance.

func (*MockDBUserCertificateLister) DBUserCertificates

func (m *MockDBUserCertificateLister) DBUserCertificates(arg0, arg1 string, arg2 *mongodbatlas.ListOptions) (*admin.PaginatedUserCert, error)

DBUserCertificates mocks base method.

func (*MockDBUserCertificateLister) EXPECT

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

type MockDBUserCertificateListerMockRecorder

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

MockDBUserCertificateListerMockRecorder is the mock recorder for MockDBUserCertificateLister.

func (*MockDBUserCertificateListerMockRecorder) DBUserCertificates

func (mr *MockDBUserCertificateListerMockRecorder) DBUserCertificates(arg0, arg1, arg2 interface{}) *gomock.Call

DBUserCertificates indicates an expected call of DBUserCertificates.

type MockDataFederationLister

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

MockDataFederationLister is a mock of DataFederationLister interface.

func NewMockDataFederationLister

func NewMockDataFederationLister(ctrl *gomock.Controller) *MockDataFederationLister

NewMockDataFederationLister creates a new mock instance.

func (*MockDataFederationLister) DataFederationList

func (m *MockDataFederationLister) DataFederationList(arg0 string) ([]admin.DataLakeTenant, error)

DataFederationList mocks base method.

func (*MockDataFederationLister) EXPECT

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

type MockDataFederationListerMockRecorder

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

MockDataFederationListerMockRecorder is the mock recorder for MockDataFederationLister.

func (*MockDataFederationListerMockRecorder) DataFederationList

func (mr *MockDataFederationListerMockRecorder) DataFederationList(arg0 interface{}) *gomock.Call

DataFederationList indicates an expected call of DataFederationList.

type MockDataFederationStore

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

MockDataFederationStore is a mock of DataFederationStore interface.

func NewMockDataFederationStore

func NewMockDataFederationStore(ctrl *gomock.Controller) *MockDataFederationStore

NewMockDataFederationStore creates a new mock instance.

func (*MockDataFederationStore) DataFederation

func (m *MockDataFederationStore) DataFederation(arg0, arg1 string) (*admin.DataLakeTenant, error)

DataFederation mocks base method.

func (*MockDataFederationStore) DataFederationList

func (m *MockDataFederationStore) DataFederationList(arg0 string) ([]admin.DataLakeTenant, error)

DataFederationList mocks base method.

func (*MockDataFederationStore) EXPECT

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

type MockDataFederationStoreMockRecorder

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

MockDataFederationStoreMockRecorder is the mock recorder for MockDataFederationStore.

func (*MockDataFederationStoreMockRecorder) DataFederation

func (mr *MockDataFederationStoreMockRecorder) DataFederation(arg0, arg1 interface{}) *gomock.Call

DataFederation indicates an expected call of DataFederation.

func (*MockDataFederationStoreMockRecorder) DataFederationList

func (mr *MockDataFederationStoreMockRecorder) DataFederationList(arg0 interface{}) *gomock.Call

DataFederationList indicates an expected call of DataFederationList.

type MockDataLakeCreator

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

MockDataLakeCreator is a mock of DataLakeCreator interface.

func NewMockDataLakeCreator

func NewMockDataLakeCreator(ctrl *gomock.Controller) *MockDataLakeCreator

NewMockDataLakeCreator creates a new mock instance.

func (*MockDataLakeCreator) CreateDataLake

CreateDataLake mocks base method.

func (*MockDataLakeCreator) EXPECT

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

type MockDataLakeCreatorMockRecorder

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

MockDataLakeCreatorMockRecorder is the mock recorder for MockDataLakeCreator.

func (*MockDataLakeCreatorMockRecorder) CreateDataLake

func (mr *MockDataLakeCreatorMockRecorder) CreateDataLake(arg0, arg1 interface{}) *gomock.Call

CreateDataLake indicates an expected call of CreateDataLake.

type MockDataLakeDeleter

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

MockDataLakeDeleter is a mock of DataLakeDeleter interface.

func NewMockDataLakeDeleter

func NewMockDataLakeDeleter(ctrl *gomock.Controller) *MockDataLakeDeleter

NewMockDataLakeDeleter creates a new mock instance.

func (*MockDataLakeDeleter) DeleteDataLake

func (m *MockDataLakeDeleter) DeleteDataLake(arg0, arg1 string) error

DeleteDataLake mocks base method.

func (*MockDataLakeDeleter) EXPECT

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

type MockDataLakeDeleterMockRecorder

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

MockDataLakeDeleterMockRecorder is the mock recorder for MockDataLakeDeleter.

func (*MockDataLakeDeleterMockRecorder) DeleteDataLake

func (mr *MockDataLakeDeleterMockRecorder) DeleteDataLake(arg0, arg1 interface{}) *gomock.Call

DeleteDataLake indicates an expected call of DeleteDataLake.

type MockDataLakeDescriber

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

MockDataLakeDescriber is a mock of DataLakeDescriber interface.

func NewMockDataLakeDescriber

func NewMockDataLakeDescriber(ctrl *gomock.Controller) *MockDataLakeDescriber

NewMockDataLakeDescriber creates a new mock instance.

func (*MockDataLakeDescriber) DataLake

func (m *MockDataLakeDescriber) DataLake(arg0, arg1 string) (*mongodbatlas.DataLake, error)

DataLake mocks base method.

func (*MockDataLakeDescriber) EXPECT

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

type MockDataLakeDescriberMockRecorder

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

MockDataLakeDescriberMockRecorder is the mock recorder for MockDataLakeDescriber.

func (*MockDataLakeDescriberMockRecorder) DataLake

func (mr *MockDataLakeDescriberMockRecorder) DataLake(arg0, arg1 interface{}) *gomock.Call

DataLake indicates an expected call of DataLake.

type MockDataLakeLister

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

MockDataLakeLister is a mock of DataLakeLister interface.

func NewMockDataLakeLister

func NewMockDataLakeLister(ctrl *gomock.Controller) *MockDataLakeLister

NewMockDataLakeLister creates a new mock instance.

func (*MockDataLakeLister) DataLakes

func (m *MockDataLakeLister) DataLakes(arg0 string) ([]mongodbatlas.DataLake, error)

DataLakes mocks base method.

func (*MockDataLakeLister) EXPECT

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

type MockDataLakeListerMockRecorder

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

MockDataLakeListerMockRecorder is the mock recorder for MockDataLakeLister.

func (*MockDataLakeListerMockRecorder) DataLakes

func (mr *MockDataLakeListerMockRecorder) DataLakes(arg0 interface{}) *gomock.Call

DataLakes indicates an expected call of DataLakes.

type MockDataLakePrivateEndpointCreator

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

MockDataLakePrivateEndpointCreator is a mock of DataLakePrivateEndpointCreator interface.

func NewMockDataLakePrivateEndpointCreator

func NewMockDataLakePrivateEndpointCreator(ctrl *gomock.Controller) *MockDataLakePrivateEndpointCreator

NewMockDataLakePrivateEndpointCreator creates a new mock instance.

func (*MockDataLakePrivateEndpointCreator) DataLakeCreatePrivateEndpoint

DataLakeCreatePrivateEndpoint mocks base method.

func (*MockDataLakePrivateEndpointCreator) EXPECT

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

type MockDataLakePrivateEndpointCreatorMockRecorder

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

MockDataLakePrivateEndpointCreatorMockRecorder is the mock recorder for MockDataLakePrivateEndpointCreator.

func (*MockDataLakePrivateEndpointCreatorMockRecorder) DataLakeCreatePrivateEndpoint

func (mr *MockDataLakePrivateEndpointCreatorMockRecorder) DataLakeCreatePrivateEndpoint(arg0, arg1 interface{}) *gomock.Call

DataLakeCreatePrivateEndpoint indicates an expected call of DataLakeCreatePrivateEndpoint.

type MockDataLakePrivateEndpointDeleter

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

MockDataLakePrivateEndpointDeleter is a mock of DataLakePrivateEndpointDeleter interface.

func NewMockDataLakePrivateEndpointDeleter

func NewMockDataLakePrivateEndpointDeleter(ctrl *gomock.Controller) *MockDataLakePrivateEndpointDeleter

NewMockDataLakePrivateEndpointDeleter creates a new mock instance.

func (*MockDataLakePrivateEndpointDeleter) DataLakeDeletePrivateEndpoint

func (m *MockDataLakePrivateEndpointDeleter) DataLakeDeletePrivateEndpoint(arg0, arg1 string) error

DataLakeDeletePrivateEndpoint mocks base method.

func (*MockDataLakePrivateEndpointDeleter) EXPECT

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

type MockDataLakePrivateEndpointDeleterMockRecorder

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

MockDataLakePrivateEndpointDeleterMockRecorder is the mock recorder for MockDataLakePrivateEndpointDeleter.

func (*MockDataLakePrivateEndpointDeleterMockRecorder) DataLakeDeletePrivateEndpoint

func (mr *MockDataLakePrivateEndpointDeleterMockRecorder) DataLakeDeletePrivateEndpoint(arg0, arg1 interface{}) *gomock.Call

DataLakeDeletePrivateEndpoint indicates an expected call of DataLakeDeletePrivateEndpoint.

type MockDataLakePrivateEndpointDescriber

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

MockDataLakePrivateEndpointDescriber is a mock of DataLakePrivateEndpointDescriber interface.

func NewMockDataLakePrivateEndpointDescriber

func NewMockDataLakePrivateEndpointDescriber(ctrl *gomock.Controller) *MockDataLakePrivateEndpointDescriber

NewMockDataLakePrivateEndpointDescriber creates a new mock instance.

func (*MockDataLakePrivateEndpointDescriber) DataLakePrivateEndpoint

func (m *MockDataLakePrivateEndpointDescriber) DataLakePrivateEndpoint(arg0, arg1 string) (*admin.PrivateNetworkEndpointIdEntry, error)

DataLakePrivateEndpoint mocks base method.

func (*MockDataLakePrivateEndpointDescriber) EXPECT

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

type MockDataLakePrivateEndpointDescriberMockRecorder

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

MockDataLakePrivateEndpointDescriberMockRecorder is the mock recorder for MockDataLakePrivateEndpointDescriber.

func (*MockDataLakePrivateEndpointDescriberMockRecorder) DataLakePrivateEndpoint

func (mr *MockDataLakePrivateEndpointDescriberMockRecorder) DataLakePrivateEndpoint(arg0, arg1 interface{}) *gomock.Call

DataLakePrivateEndpoint indicates an expected call of DataLakePrivateEndpoint.

type MockDataLakePrivateEndpointLister

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

MockDataLakePrivateEndpointLister is a mock of DataLakePrivateEndpointLister interface.

func NewMockDataLakePrivateEndpointLister

func NewMockDataLakePrivateEndpointLister(ctrl *gomock.Controller) *MockDataLakePrivateEndpointLister

NewMockDataLakePrivateEndpointLister creates a new mock instance.

func (*MockDataLakePrivateEndpointLister) DataLakePrivateEndpoints

DataLakePrivateEndpoints mocks base method.

func (*MockDataLakePrivateEndpointLister) EXPECT

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

type MockDataLakePrivateEndpointListerMockRecorder

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

MockDataLakePrivateEndpointListerMockRecorder is the mock recorder for MockDataLakePrivateEndpointLister.

func (*MockDataLakePrivateEndpointListerMockRecorder) DataLakePrivateEndpoints

func (mr *MockDataLakePrivateEndpointListerMockRecorder) DataLakePrivateEndpoints(arg0 interface{}) *gomock.Call

DataLakePrivateEndpoints indicates an expected call of DataLakePrivateEndpoints.

type MockDataLakeStore

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

MockDataLakeStore is a mock of DataLakeStore interface.

func NewMockDataLakeStore

func NewMockDataLakeStore(ctrl *gomock.Controller) *MockDataLakeStore

NewMockDataLakeStore creates a new mock instance.

func (*MockDataLakeStore) CreateDataLake

CreateDataLake mocks base method.

func (*MockDataLakeStore) DataLake

func (m *MockDataLakeStore) DataLake(arg0, arg1 string) (*mongodbatlas.DataLake, error)

DataLake mocks base method.

func (*MockDataLakeStore) DataLakes

func (m *MockDataLakeStore) DataLakes(arg0 string) ([]mongodbatlas.DataLake, error)

DataLakes mocks base method.

func (*MockDataLakeStore) DeleteDataLake

func (m *MockDataLakeStore) DeleteDataLake(arg0, arg1 string) error

DeleteDataLake mocks base method.

func (*MockDataLakeStore) EXPECT

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

func (*MockDataLakeStore) UpdateDataLake

func (m *MockDataLakeStore) UpdateDataLake(arg0, arg1 string, arg2 *mongodbatlas.DataLakeUpdateRequest) (*mongodbatlas.DataLake, error)

UpdateDataLake mocks base method.

type MockDataLakeStoreMockRecorder

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

MockDataLakeStoreMockRecorder is the mock recorder for MockDataLakeStore.

func (*MockDataLakeStoreMockRecorder) CreateDataLake

func (mr *MockDataLakeStoreMockRecorder) CreateDataLake(arg0, arg1 interface{}) *gomock.Call

CreateDataLake indicates an expected call of CreateDataLake.

func (*MockDataLakeStoreMockRecorder) DataLake

func (mr *MockDataLakeStoreMockRecorder) DataLake(arg0, arg1 interface{}) *gomock.Call

DataLake indicates an expected call of DataLake.

func (*MockDataLakeStoreMockRecorder) DataLakes

func (mr *MockDataLakeStoreMockRecorder) DataLakes(arg0 interface{}) *gomock.Call

DataLakes indicates an expected call of DataLakes.

func (*MockDataLakeStoreMockRecorder) DeleteDataLake

func (mr *MockDataLakeStoreMockRecorder) DeleteDataLake(arg0, arg1 interface{}) *gomock.Call

DeleteDataLake indicates an expected call of DeleteDataLake.

func (*MockDataLakeStoreMockRecorder) UpdateDataLake

func (mr *MockDataLakeStoreMockRecorder) UpdateDataLake(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateDataLake indicates an expected call of UpdateDataLake.

type MockDataLakeUpdater

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

MockDataLakeUpdater is a mock of DataLakeUpdater interface.

func NewMockDataLakeUpdater

func NewMockDataLakeUpdater(ctrl *gomock.Controller) *MockDataLakeUpdater

NewMockDataLakeUpdater creates a new mock instance.

func (*MockDataLakeUpdater) EXPECT

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

func (*MockDataLakeUpdater) UpdateDataLake

func (m *MockDataLakeUpdater) UpdateDataLake(arg0, arg1 string, arg2 *mongodbatlas.DataLakeUpdateRequest) (*mongodbatlas.DataLake, error)

UpdateDataLake mocks base method.

type MockDataLakeUpdaterMockRecorder

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

MockDataLakeUpdaterMockRecorder is the mock recorder for MockDataLakeUpdater.

func (*MockDataLakeUpdaterMockRecorder) UpdateDataLake

func (mr *MockDataLakeUpdaterMockRecorder) UpdateDataLake(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateDataLake indicates an expected call of UpdateDataLake.

type MockDatabase

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

MockDatabase is a mock of Database interface.

func NewMockDatabase

func NewMockDatabase(ctrl *gomock.Controller) *MockDatabase

NewMockDatabase creates a new mock instance.

func (*MockDatabase) Collection

func (m *MockDatabase) Collection(arg0 string) mongodbclient.Collection

Collection mocks base method.

func (*MockDatabase) CreateSearchIndex

func (m *MockDatabase) CreateSearchIndex(arg0 context.Context, arg1 string, arg2 *admin.ClusterSearchIndex) (*admin.ClusterSearchIndex, error)

CreateSearchIndex mocks base method.

func (*MockDatabase) CreateUser

func (m *MockDatabase) CreateUser(arg0 context.Context, arg1, arg2 string, arg3 []string) error

CreateUser mocks base method.

func (*MockDatabase) DropUser

func (m *MockDatabase) DropUser(arg0 context.Context, arg1 string) error

DropUser mocks base method.

func (*MockDatabase) EXPECT

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

func (*MockDatabase) InitiateReplicaSet

func (m *MockDatabase) InitiateReplicaSet(arg0 context.Context, arg1, arg2 string, arg3, arg4 int) error

InitiateReplicaSet mocks base method.

func (*MockDatabase) InsertOne

func (m *MockDatabase) InsertOne(arg0 context.Context, arg1 string, arg2 interface{}) (interface{}, error)

InsertOne mocks base method.

func (*MockDatabase) RunCommand

func (m *MockDatabase) RunCommand(arg0 context.Context, arg1 interface{}) (interface{}, error)

RunCommand mocks base method.

func (*MockDatabase) SearchIndex

func (m *MockDatabase) SearchIndex(arg0 context.Context, arg1 string) (*admin.ClusterSearchIndex, error)

SearchIndex mocks base method.

func (*MockDatabase) SearchIndexByName

func (m *MockDatabase) SearchIndexByName(arg0 context.Context, arg1, arg2 string) (*admin.ClusterSearchIndex, error)

SearchIndexByName mocks base method.

func (*MockDatabase) SearchIndexes

func (m *MockDatabase) SearchIndexes(arg0 context.Context, arg1 string) ([]*admin.ClusterSearchIndex, error)

SearchIndexes mocks base method.

type MockDatabaseMockRecorder

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

MockDatabaseMockRecorder is the mock recorder for MockDatabase.

func (*MockDatabaseMockRecorder) Collection

func (mr *MockDatabaseMockRecorder) Collection(arg0 interface{}) *gomock.Call

Collection indicates an expected call of Collection.

func (*MockDatabaseMockRecorder) CreateSearchIndex

func (mr *MockDatabaseMockRecorder) CreateSearchIndex(arg0, arg1, arg2 interface{}) *gomock.Call

CreateSearchIndex indicates an expected call of CreateSearchIndex.

func (*MockDatabaseMockRecorder) CreateUser

func (mr *MockDatabaseMockRecorder) CreateUser(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

CreateUser indicates an expected call of CreateUser.

func (*MockDatabaseMockRecorder) DropUser

func (mr *MockDatabaseMockRecorder) DropUser(arg0, arg1 interface{}) *gomock.Call

DropUser indicates an expected call of DropUser.

func (*MockDatabaseMockRecorder) InitiateReplicaSet

func (mr *MockDatabaseMockRecorder) InitiateReplicaSet(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

InitiateReplicaSet indicates an expected call of InitiateReplicaSet.

func (*MockDatabaseMockRecorder) InsertOne

func (mr *MockDatabaseMockRecorder) InsertOne(arg0, arg1, arg2 interface{}) *gomock.Call

InsertOne indicates an expected call of InsertOne.

func (*MockDatabaseMockRecorder) RunCommand

func (mr *MockDatabaseMockRecorder) RunCommand(arg0, arg1 interface{}) *gomock.Call

RunCommand indicates an expected call of RunCommand.

func (*MockDatabaseMockRecorder) SearchIndex

func (mr *MockDatabaseMockRecorder) SearchIndex(arg0, arg1 interface{}) *gomock.Call

SearchIndex indicates an expected call of SearchIndex.

func (*MockDatabaseMockRecorder) SearchIndexByName

func (mr *MockDatabaseMockRecorder) SearchIndexByName(arg0, arg1, arg2 interface{}) *gomock.Call

SearchIndexByName indicates an expected call of SearchIndexByName.

func (*MockDatabaseMockRecorder) SearchIndexes

func (mr *MockDatabaseMockRecorder) SearchIndexes(arg0, arg1 interface{}) *gomock.Call

SearchIndexes indicates an expected call of SearchIndexes.

type MockDatabaseRoleCreator

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

MockDatabaseRoleCreator is a mock of DatabaseRoleCreator interface.

func NewMockDatabaseRoleCreator

func NewMockDatabaseRoleCreator(ctrl *gomock.Controller) *MockDatabaseRoleCreator

NewMockDatabaseRoleCreator creates a new mock instance.

func (*MockDatabaseRoleCreator) CreateDatabaseRole

func (m *MockDatabaseRoleCreator) CreateDatabaseRole(arg0 string, arg1 *admin.UserCustomDBRole) (*admin.UserCustomDBRole, error)

CreateDatabaseRole mocks base method.

func (*MockDatabaseRoleCreator) EXPECT

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

type MockDatabaseRoleCreatorMockRecorder

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

MockDatabaseRoleCreatorMockRecorder is the mock recorder for MockDatabaseRoleCreator.

func (*MockDatabaseRoleCreatorMockRecorder) CreateDatabaseRole

func (mr *MockDatabaseRoleCreatorMockRecorder) CreateDatabaseRole(arg0, arg1 interface{}) *gomock.Call

CreateDatabaseRole indicates an expected call of CreateDatabaseRole.

type MockDatabaseRoleDeleter

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

MockDatabaseRoleDeleter is a mock of DatabaseRoleDeleter interface.

func NewMockDatabaseRoleDeleter

func NewMockDatabaseRoleDeleter(ctrl *gomock.Controller) *MockDatabaseRoleDeleter

NewMockDatabaseRoleDeleter creates a new mock instance.

func (*MockDatabaseRoleDeleter) DeleteDatabaseRole

func (m *MockDatabaseRoleDeleter) DeleteDatabaseRole(arg0, arg1 string) error

DeleteDatabaseRole mocks base method.

func (*MockDatabaseRoleDeleter) EXPECT

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

type MockDatabaseRoleDeleterMockRecorder

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

MockDatabaseRoleDeleterMockRecorder is the mock recorder for MockDatabaseRoleDeleter.

func (*MockDatabaseRoleDeleterMockRecorder) DeleteDatabaseRole

func (mr *MockDatabaseRoleDeleterMockRecorder) DeleteDatabaseRole(arg0, arg1 interface{}) *gomock.Call

DeleteDatabaseRole indicates an expected call of DeleteDatabaseRole.

type MockDatabaseRoleDescriber

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

MockDatabaseRoleDescriber is a mock of DatabaseRoleDescriber interface.

func NewMockDatabaseRoleDescriber

func NewMockDatabaseRoleDescriber(ctrl *gomock.Controller) *MockDatabaseRoleDescriber

NewMockDatabaseRoleDescriber creates a new mock instance.

func (*MockDatabaseRoleDescriber) DatabaseRole

func (m *MockDatabaseRoleDescriber) DatabaseRole(arg0, arg1 string) (*admin.UserCustomDBRole, error)

DatabaseRole mocks base method.

func (*MockDatabaseRoleDescriber) EXPECT

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

type MockDatabaseRoleDescriberMockRecorder

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

MockDatabaseRoleDescriberMockRecorder is the mock recorder for MockDatabaseRoleDescriber.

func (*MockDatabaseRoleDescriberMockRecorder) DatabaseRole

func (mr *MockDatabaseRoleDescriberMockRecorder) DatabaseRole(arg0, arg1 interface{}) *gomock.Call

DatabaseRole indicates an expected call of DatabaseRole.

type MockDatabaseRoleLister

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

MockDatabaseRoleLister is a mock of DatabaseRoleLister interface.

func NewMockDatabaseRoleLister

func NewMockDatabaseRoleLister(ctrl *gomock.Controller) *MockDatabaseRoleLister

NewMockDatabaseRoleLister creates a new mock instance.

func (*MockDatabaseRoleLister) DatabaseRoles

func (m *MockDatabaseRoleLister) DatabaseRoles(arg0 string) ([]admin.UserCustomDBRole, error)

DatabaseRoles mocks base method.

func (*MockDatabaseRoleLister) EXPECT

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

type MockDatabaseRoleListerMockRecorder

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

MockDatabaseRoleListerMockRecorder is the mock recorder for MockDatabaseRoleLister.

func (*MockDatabaseRoleListerMockRecorder) DatabaseRoles

func (mr *MockDatabaseRoleListerMockRecorder) DatabaseRoles(arg0 interface{}) *gomock.Call

DatabaseRoles indicates an expected call of DatabaseRoles.

type MockDatabaseRoleUpdater

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

MockDatabaseRoleUpdater is a mock of DatabaseRoleUpdater interface.

func NewMockDatabaseRoleUpdater

func NewMockDatabaseRoleUpdater(ctrl *gomock.Controller) *MockDatabaseRoleUpdater

NewMockDatabaseRoleUpdater creates a new mock instance.

func (*MockDatabaseRoleUpdater) DatabaseRole

func (m *MockDatabaseRoleUpdater) DatabaseRole(arg0, arg1 string) (*admin.UserCustomDBRole, error)

DatabaseRole mocks base method.

func (*MockDatabaseRoleUpdater) EXPECT

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

func (*MockDatabaseRoleUpdater) UpdateDatabaseRole

func (m *MockDatabaseRoleUpdater) UpdateDatabaseRole(arg0, arg1 string, arg2 *admin.UserCustomDBRole) (*admin.UserCustomDBRole, error)

UpdateDatabaseRole mocks base method.

type MockDatabaseRoleUpdaterMockRecorder

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

MockDatabaseRoleUpdaterMockRecorder is the mock recorder for MockDatabaseRoleUpdater.

func (*MockDatabaseRoleUpdaterMockRecorder) DatabaseRole

func (mr *MockDatabaseRoleUpdaterMockRecorder) DatabaseRole(arg0, arg1 interface{}) *gomock.Call

DatabaseRole indicates an expected call of DatabaseRole.

func (*MockDatabaseRoleUpdaterMockRecorder) UpdateDatabaseRole

func (mr *MockDatabaseRoleUpdaterMockRecorder) UpdateDatabaseRole(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateDatabaseRole indicates an expected call of UpdateDatabaseRole.

type MockDatabaseUserCreator

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

MockDatabaseUserCreator is a mock of DatabaseUserCreator interface.

func NewMockDatabaseUserCreator

func NewMockDatabaseUserCreator(ctrl *gomock.Controller) *MockDatabaseUserCreator

NewMockDatabaseUserCreator creates a new mock instance.

func (*MockDatabaseUserCreator) CreateDatabaseUser

CreateDatabaseUser mocks base method.

func (*MockDatabaseUserCreator) EXPECT

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

type MockDatabaseUserCreatorMockRecorder

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

MockDatabaseUserCreatorMockRecorder is the mock recorder for MockDatabaseUserCreator.

func (*MockDatabaseUserCreatorMockRecorder) CreateDatabaseUser

func (mr *MockDatabaseUserCreatorMockRecorder) CreateDatabaseUser(arg0 interface{}) *gomock.Call

CreateDatabaseUser indicates an expected call of CreateDatabaseUser.

type MockDatabaseUserDeleter

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

MockDatabaseUserDeleter is a mock of DatabaseUserDeleter interface.

func NewMockDatabaseUserDeleter

func NewMockDatabaseUserDeleter(ctrl *gomock.Controller) *MockDatabaseUserDeleter

NewMockDatabaseUserDeleter creates a new mock instance.

func (*MockDatabaseUserDeleter) DeleteDatabaseUser

func (m *MockDatabaseUserDeleter) DeleteDatabaseUser(arg0, arg1, arg2 string) error

DeleteDatabaseUser mocks base method.

func (*MockDatabaseUserDeleter) EXPECT

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

type MockDatabaseUserDeleterMockRecorder

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

MockDatabaseUserDeleterMockRecorder is the mock recorder for MockDatabaseUserDeleter.

func (*MockDatabaseUserDeleterMockRecorder) DeleteDatabaseUser

func (mr *MockDatabaseUserDeleterMockRecorder) DeleteDatabaseUser(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteDatabaseUser indicates an expected call of DeleteDatabaseUser.

type MockDatabaseUserDescriber

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

MockDatabaseUserDescriber is a mock of DatabaseUserDescriber interface.

func NewMockDatabaseUserDescriber

func NewMockDatabaseUserDescriber(ctrl *gomock.Controller) *MockDatabaseUserDescriber

NewMockDatabaseUserDescriber creates a new mock instance.

func (*MockDatabaseUserDescriber) DatabaseUser

func (m *MockDatabaseUserDescriber) DatabaseUser(arg0, arg1, arg2 string) (*admin.CloudDatabaseUser, error)

DatabaseUser mocks base method.

func (*MockDatabaseUserDescriber) EXPECT

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

type MockDatabaseUserDescriberMockRecorder

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

MockDatabaseUserDescriberMockRecorder is the mock recorder for MockDatabaseUserDescriber.

func (*MockDatabaseUserDescriberMockRecorder) DatabaseUser

func (mr *MockDatabaseUserDescriberMockRecorder) DatabaseUser(arg0, arg1, arg2 interface{}) *gomock.Call

DatabaseUser indicates an expected call of DatabaseUser.

type MockDatabaseUserLister

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

MockDatabaseUserLister is a mock of DatabaseUserLister interface.

func NewMockDatabaseUserLister

func NewMockDatabaseUserLister(ctrl *gomock.Controller) *MockDatabaseUserLister

NewMockDatabaseUserLister creates a new mock instance.

func (*MockDatabaseUserLister) DatabaseUsers

DatabaseUsers mocks base method.

func (*MockDatabaseUserLister) EXPECT

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

type MockDatabaseUserListerMockRecorder

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

MockDatabaseUserListerMockRecorder is the mock recorder for MockDatabaseUserLister.

func (*MockDatabaseUserListerMockRecorder) DatabaseUsers

func (mr *MockDatabaseUserListerMockRecorder) DatabaseUsers(arg0, arg1 interface{}) *gomock.Call

DatabaseUsers indicates an expected call of DatabaseUsers.

type MockDatabaseUserUpdater

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

MockDatabaseUserUpdater is a mock of DatabaseUserUpdater interface.

func NewMockDatabaseUserUpdater

func NewMockDatabaseUserUpdater(ctrl *gomock.Controller) *MockDatabaseUserUpdater

NewMockDatabaseUserUpdater creates a new mock instance.

func (*MockDatabaseUserUpdater) EXPECT

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

func (*MockDatabaseUserUpdater) UpdateDatabaseUser

UpdateDatabaseUser mocks base method.

type MockDatabaseUserUpdaterMockRecorder

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

MockDatabaseUserUpdaterMockRecorder is the mock recorder for MockDatabaseUserUpdater.

func (*MockDatabaseUserUpdaterMockRecorder) UpdateDatabaseUser

func (mr *MockDatabaseUserUpdaterMockRecorder) UpdateDatabaseUser(arg0 interface{}) *gomock.Call

UpdateDatabaseUser indicates an expected call of UpdateDatabaseUser.

type MockDefaultVersionGetter

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

MockDefaultVersionGetter is a mock of DefaultVersionGetter interface.

func NewMockDefaultVersionGetter

func NewMockDefaultVersionGetter(ctrl *gomock.Controller) *MockDefaultVersionGetter

NewMockDefaultVersionGetter creates a new mock instance.

func (*MockDefaultVersionGetter) DefaultMongoDBVersion

func (m *MockDefaultVersionGetter) DefaultMongoDBVersion() (string, error)

DefaultMongoDBVersion mocks base method.

func (*MockDefaultVersionGetter) EXPECT

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

type MockDefaultVersionGetterMockRecorder

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

MockDefaultVersionGetterMockRecorder is the mock recorder for MockDefaultVersionGetter.

func (*MockDefaultVersionGetterMockRecorder) DefaultMongoDBVersion

func (mr *MockDefaultVersionGetterMockRecorder) DefaultMongoDBVersion() *gomock.Call

DefaultMongoDBVersion indicates an expected call of DefaultMongoDBVersion.

type MockEncryptionAtRestDescriber

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

MockEncryptionAtRestDescriber is a mock of EncryptionAtRestDescriber interface.

func NewMockEncryptionAtRestDescriber

func NewMockEncryptionAtRestDescriber(ctrl *gomock.Controller) *MockEncryptionAtRestDescriber

NewMockEncryptionAtRestDescriber creates a new mock instance.

func (*MockEncryptionAtRestDescriber) EXPECT

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

func (*MockEncryptionAtRestDescriber) EncryptionAtRest

func (m *MockEncryptionAtRestDescriber) EncryptionAtRest(arg0 string) (*admin.EncryptionAtRest, error)

EncryptionAtRest mocks base method.

type MockEncryptionAtRestDescriberMockRecorder

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

MockEncryptionAtRestDescriberMockRecorder is the mock recorder for MockEncryptionAtRestDescriber.

func (*MockEncryptionAtRestDescriberMockRecorder) EncryptionAtRest

func (mr *MockEncryptionAtRestDescriberMockRecorder) EncryptionAtRest(arg0 interface{}) *gomock.Call

EncryptionAtRest indicates an expected call of EncryptionAtRest.

type MockEventLister

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

MockEventLister is a mock of EventLister interface.

func NewMockEventLister

func NewMockEventLister(ctrl *gomock.Controller) *MockEventLister

NewMockEventLister creates a new mock instance.

func (*MockEventLister) EXPECT

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

func (*MockEventLister) OrganizationEvents

func (m *MockEventLister) OrganizationEvents(arg0 string, arg1 *mongodbatlas.EventListOptions) (*mongodbatlas.EventResponse, error)

OrganizationEvents mocks base method.

func (*MockEventLister) ProjectEvents

ProjectEvents mocks base method.

type MockEventListerMockRecorder

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

MockEventListerMockRecorder is the mock recorder for MockEventLister.

func (*MockEventListerMockRecorder) OrganizationEvents

func (mr *MockEventListerMockRecorder) OrganizationEvents(arg0, arg1 interface{}) *gomock.Call

OrganizationEvents indicates an expected call of OrganizationEvents.

func (*MockEventListerMockRecorder) ProjectEvents

func (mr *MockEventListerMockRecorder) ProjectEvents(arg0, arg1 interface{}) *gomock.Call

ProjectEvents indicates an expected call of ProjectEvents.

type MockEventsSender

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

MockEventsSender is a mock of EventsSender interface.

func NewMockEventsSender

func NewMockEventsSender(ctrl *gomock.Controller) *MockEventsSender

NewMockEventsSender creates a new mock instance.

func (*MockEventsSender) EXPECT

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

func (*MockEventsSender) SendEvents

func (m *MockEventsSender) SendEvents(arg0 interface{}) error

SendEvents mocks base method.

type MockEventsSenderMockRecorder

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

MockEventsSenderMockRecorder is the mock recorder for MockEventsSender.

func (*MockEventsSenderMockRecorder) SendEvents

func (mr *MockEventsSenderMockRecorder) SendEvents(arg0 interface{}) *gomock.Call

SendEvents indicates an expected call of SendEvents.

type MockExportBucketsCreator

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

MockExportBucketsCreator is a mock of ExportBucketsCreator interface.

func NewMockExportBucketsCreator

func NewMockExportBucketsCreator(ctrl *gomock.Controller) *MockExportBucketsCreator

NewMockExportBucketsCreator creates a new mock instance.

func (*MockExportBucketsCreator) CreateExportBucket

CreateExportBucket mocks base method.

func (*MockExportBucketsCreator) EXPECT

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

type MockExportBucketsCreatorMockRecorder

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

MockExportBucketsCreatorMockRecorder is the mock recorder for MockExportBucketsCreator.

func (*MockExportBucketsCreatorMockRecorder) CreateExportBucket

func (mr *MockExportBucketsCreatorMockRecorder) CreateExportBucket(arg0, arg1 interface{}) *gomock.Call

CreateExportBucket indicates an expected call of CreateExportBucket.

type MockExportBucketsDeleter

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

MockExportBucketsDeleter is a mock of ExportBucketsDeleter interface.

func NewMockExportBucketsDeleter

func NewMockExportBucketsDeleter(ctrl *gomock.Controller) *MockExportBucketsDeleter

NewMockExportBucketsDeleter creates a new mock instance.

func (*MockExportBucketsDeleter) DeleteExportBucket

func (m *MockExportBucketsDeleter) DeleteExportBucket(arg0, arg1 string) error

DeleteExportBucket mocks base method.

func (*MockExportBucketsDeleter) EXPECT

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

type MockExportBucketsDeleterMockRecorder

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

MockExportBucketsDeleterMockRecorder is the mock recorder for MockExportBucketsDeleter.

func (*MockExportBucketsDeleterMockRecorder) DeleteExportBucket

func (mr *MockExportBucketsDeleterMockRecorder) DeleteExportBucket(arg0, arg1 interface{}) *gomock.Call

DeleteExportBucket indicates an expected call of DeleteExportBucket.

type MockExportBucketsDescriber

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

MockExportBucketsDescriber is a mock of ExportBucketsDescriber interface.

func NewMockExportBucketsDescriber

func NewMockExportBucketsDescriber(ctrl *gomock.Controller) *MockExportBucketsDescriber

NewMockExportBucketsDescriber creates a new mock instance.

func (*MockExportBucketsDescriber) DescribeExportBucket

func (m *MockExportBucketsDescriber) DescribeExportBucket(arg0, arg1 string) (*admin.DiskBackupSnapshotAWSExportBucket, error)

DescribeExportBucket mocks base method.

func (*MockExportBucketsDescriber) EXPECT

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

type MockExportBucketsDescriberMockRecorder

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

MockExportBucketsDescriberMockRecorder is the mock recorder for MockExportBucketsDescriber.

func (*MockExportBucketsDescriberMockRecorder) DescribeExportBucket

func (mr *MockExportBucketsDescriberMockRecorder) DescribeExportBucket(arg0, arg1 interface{}) *gomock.Call

DescribeExportBucket indicates an expected call of DescribeExportBucket.

type MockExportBucketsLister

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

MockExportBucketsLister is a mock of ExportBucketsLister interface.

func NewMockExportBucketsLister

func NewMockExportBucketsLister(ctrl *gomock.Controller) *MockExportBucketsLister

NewMockExportBucketsLister creates a new mock instance.

func (*MockExportBucketsLister) EXPECT

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

func (*MockExportBucketsLister) ExportBuckets

ExportBuckets mocks base method.

type MockExportBucketsListerMockRecorder

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

MockExportBucketsListerMockRecorder is the mock recorder for MockExportBucketsLister.

func (*MockExportBucketsListerMockRecorder) ExportBuckets

func (mr *MockExportBucketsListerMockRecorder) ExportBuckets(arg0, arg1 interface{}) *gomock.Call

ExportBuckets indicates an expected call of ExportBuckets.

type MockExportJobsCreator

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

MockExportJobsCreator is a mock of ExportJobsCreator interface.

func NewMockExportJobsCreator

func NewMockExportJobsCreator(ctrl *gomock.Controller) *MockExportJobsCreator

NewMockExportJobsCreator creates a new mock instance.

func (*MockExportJobsCreator) CreateExportJob

CreateExportJob mocks base method.

func (*MockExportJobsCreator) EXPECT

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

type MockExportJobsCreatorMockRecorder

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

MockExportJobsCreatorMockRecorder is the mock recorder for MockExportJobsCreator.

func (*MockExportJobsCreatorMockRecorder) CreateExportJob

func (mr *MockExportJobsCreatorMockRecorder) CreateExportJob(arg0, arg1, arg2 interface{}) *gomock.Call

CreateExportJob indicates an expected call of CreateExportJob.

type MockExportJobsDescriber

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

MockExportJobsDescriber is a mock of ExportJobsDescriber interface.

func NewMockExportJobsDescriber

func NewMockExportJobsDescriber(ctrl *gomock.Controller) *MockExportJobsDescriber

NewMockExportJobsDescriber creates a new mock instance.

func (*MockExportJobsDescriber) EXPECT

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

func (*MockExportJobsDescriber) ExportJob

func (m *MockExportJobsDescriber) ExportJob(arg0, arg1, arg2 string) (*admin.DiskBackupExportJob, error)

ExportJob mocks base method.

type MockExportJobsDescriberMockRecorder

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

MockExportJobsDescriberMockRecorder is the mock recorder for MockExportJobsDescriber.

func (*MockExportJobsDescriberMockRecorder) ExportJob

func (mr *MockExportJobsDescriberMockRecorder) ExportJob(arg0, arg1, arg2 interface{}) *gomock.Call

ExportJob indicates an expected call of ExportJob.

type MockExportJobsLister

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

MockExportJobsLister is a mock of ExportJobsLister interface.

func NewMockExportJobsLister

func NewMockExportJobsLister(ctrl *gomock.Controller) *MockExportJobsLister

NewMockExportJobsLister creates a new mock instance.

func (*MockExportJobsLister) EXPECT

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

func (*MockExportJobsLister) ExportJobs

ExportJobs mocks base method.

type MockExportJobsListerMockRecorder

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

MockExportJobsListerMockRecorder is the mock recorder for MockExportJobsLister.

func (*MockExportJobsListerMockRecorder) ExportJobs

func (mr *MockExportJobsListerMockRecorder) ExportJobs(arg0, arg1, arg2 interface{}) *gomock.Call

ExportJobs indicates an expected call of ExportJobs.

type MockFeatureControlPoliciesLister

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

MockFeatureControlPoliciesLister is a mock of FeatureControlPoliciesLister interface.

func NewMockFeatureControlPoliciesLister

func NewMockFeatureControlPoliciesLister(ctrl *gomock.Controller) *MockFeatureControlPoliciesLister

NewMockFeatureControlPoliciesLister creates a new mock instance.

func (*MockFeatureControlPoliciesLister) EXPECT

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

func (*MockFeatureControlPoliciesLister) FeatureControlPolicies

func (m *MockFeatureControlPoliciesLister) FeatureControlPolicies(arg0 string, arg1 *mongodbatlas.ListOptions) (*opsmngr.FeaturePolicy, error)

FeatureControlPolicies mocks base method.

type MockFeatureControlPoliciesListerMockRecorder

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

MockFeatureControlPoliciesListerMockRecorder is the mock recorder for MockFeatureControlPoliciesLister.

func (*MockFeatureControlPoliciesListerMockRecorder) FeatureControlPolicies

func (mr *MockFeatureControlPoliciesListerMockRecorder) FeatureControlPolicies(arg0, arg1 interface{}) *gomock.Call

FeatureControlPolicies indicates an expected call of FeatureControlPolicies.

type MockFeatureControlPoliciesUpdater

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

MockFeatureControlPoliciesUpdater is a mock of FeatureControlPoliciesUpdater interface.

func NewMockFeatureControlPoliciesUpdater

func NewMockFeatureControlPoliciesUpdater(ctrl *gomock.Controller) *MockFeatureControlPoliciesUpdater

NewMockFeatureControlPoliciesUpdater creates a new mock instance.

func (*MockFeatureControlPoliciesUpdater) EXPECT

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

func (*MockFeatureControlPoliciesUpdater) UpdateFeatureControlPolicy

func (m *MockFeatureControlPoliciesUpdater) UpdateFeatureControlPolicy(arg0 string, arg1 *opsmngr.FeaturePolicy) (*opsmngr.FeaturePolicy, error)

UpdateFeatureControlPolicy mocks base method.

type MockFeatureControlPoliciesUpdaterMockRecorder

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

MockFeatureControlPoliciesUpdaterMockRecorder is the mock recorder for MockFeatureControlPoliciesUpdater.

func (*MockFeatureControlPoliciesUpdaterMockRecorder) UpdateFeatureControlPolicy

func (mr *MockFeatureControlPoliciesUpdaterMockRecorder) UpdateFeatureControlPolicy(arg0, arg1 interface{}) *gomock.Call

UpdateFeatureControlPolicy indicates an expected call of UpdateFeatureControlPolicy.

type MockFeatureValidator

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

MockFeatureValidator is a mock of FeatureValidator interface.

func NewMockFeatureValidator

func NewMockFeatureValidator(ctrl *gomock.Controller) *MockFeatureValidator

NewMockFeatureValidator creates a new mock instance.

func (*MockFeatureValidator) EXPECT

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

func (*MockFeatureValidator) FeatureExist

func (m *MockFeatureValidator) FeatureExist(arg0, arg1 string) bool

FeatureExist mocks base method.

type MockFeatureValidatorMockRecorder

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

MockFeatureValidatorMockRecorder is the mock recorder for MockFeatureValidator.

func (*MockFeatureValidatorMockRecorder) FeatureExist

func (mr *MockFeatureValidatorMockRecorder) FeatureExist(arg0, arg1 interface{}) *gomock.Call

FeatureExist indicates an expected call of FeatureExist.

type MockFileSystemsCreator

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

MockFileSystemsCreator is a mock of FileSystemsCreator interface.

func NewMockFileSystemsCreator

func NewMockFileSystemsCreator(ctrl *gomock.Controller) *MockFileSystemsCreator

NewMockFileSystemsCreator creates a new mock instance.

func (*MockFileSystemsCreator) CreateFileSystems

CreateFileSystems mocks base method.

func (*MockFileSystemsCreator) EXPECT

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

type MockFileSystemsCreatorMockRecorder

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

MockFileSystemsCreatorMockRecorder is the mock recorder for MockFileSystemsCreator.

func (*MockFileSystemsCreatorMockRecorder) CreateFileSystems

func (mr *MockFileSystemsCreatorMockRecorder) CreateFileSystems(arg0 interface{}) *gomock.Call

CreateFileSystems indicates an expected call of CreateFileSystems.

type MockFileSystemsDeleter

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

MockFileSystemsDeleter is a mock of FileSystemsDeleter interface.

func NewMockFileSystemsDeleter

func NewMockFileSystemsDeleter(ctrl *gomock.Controller) *MockFileSystemsDeleter

NewMockFileSystemsDeleter creates a new mock instance.

func (*MockFileSystemsDeleter) DeleteFileSystem

func (m *MockFileSystemsDeleter) DeleteFileSystem(arg0 string) error

DeleteFileSystem mocks base method.

func (*MockFileSystemsDeleter) EXPECT

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

type MockFileSystemsDeleterMockRecorder

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

MockFileSystemsDeleterMockRecorder is the mock recorder for MockFileSystemsDeleter.

func (*MockFileSystemsDeleterMockRecorder) DeleteFileSystem

func (mr *MockFileSystemsDeleterMockRecorder) DeleteFileSystem(arg0 interface{}) *gomock.Call

DeleteFileSystem indicates an expected call of DeleteFileSystem.

type MockFileSystemsDescriber

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

MockFileSystemsDescriber is a mock of FileSystemsDescriber interface.

func NewMockFileSystemsDescriber

func NewMockFileSystemsDescriber(ctrl *gomock.Controller) *MockFileSystemsDescriber

NewMockFileSystemsDescriber creates a new mock instance.

func (*MockFileSystemsDescriber) DescribeFileSystem

DescribeFileSystem mocks base method.

func (*MockFileSystemsDescriber) EXPECT

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

type MockFileSystemsDescriberMockRecorder

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

MockFileSystemsDescriberMockRecorder is the mock recorder for MockFileSystemsDescriber.

func (*MockFileSystemsDescriberMockRecorder) DescribeFileSystem

func (mr *MockFileSystemsDescriberMockRecorder) DescribeFileSystem(arg0 interface{}) *gomock.Call

DescribeFileSystem indicates an expected call of DescribeFileSystem.

type MockFileSystemsLister

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

MockFileSystemsLister is a mock of FileSystemsLister interface.

func NewMockFileSystemsLister

func NewMockFileSystemsLister(ctrl *gomock.Controller) *MockFileSystemsLister

NewMockFileSystemsLister creates a new mock instance.

func (*MockFileSystemsLister) EXPECT

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

func (*MockFileSystemsLister) ListFileSystems

ListFileSystems mocks base method.

type MockFileSystemsListerMockRecorder

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

MockFileSystemsListerMockRecorder is the mock recorder for MockFileSystemsLister.

func (*MockFileSystemsListerMockRecorder) ListFileSystems

func (mr *MockFileSystemsListerMockRecorder) ListFileSystems(arg0 interface{}) *gomock.Call

ListFileSystems indicates an expected call of ListFileSystems.

type MockFileSystemsUpdater

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

MockFileSystemsUpdater is a mock of FileSystemsUpdater interface.

func NewMockFileSystemsUpdater

func NewMockFileSystemsUpdater(ctrl *gomock.Controller) *MockFileSystemsUpdater

NewMockFileSystemsUpdater creates a new mock instance.

func (*MockFileSystemsUpdater) EXPECT

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

func (*MockFileSystemsUpdater) UpdateFileSystems

UpdateFileSystems mocks base method.

type MockFileSystemsUpdaterMockRecorder

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

MockFileSystemsUpdaterMockRecorder is the mock recorder for MockFileSystemsUpdater.

func (*MockFileSystemsUpdaterMockRecorder) UpdateFileSystems

func (mr *MockFileSystemsUpdaterMockRecorder) UpdateFileSystems(arg0 interface{}) *gomock.Call

UpdateFileSystems indicates an expected call of UpdateFileSystems.

type MockGCPPeeringConnectionCreator

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

MockGCPPeeringConnectionCreator is a mock of GCPPeeringConnectionCreator interface.

func NewMockGCPPeeringConnectionCreator

func NewMockGCPPeeringConnectionCreator(ctrl *gomock.Controller) *MockGCPPeeringConnectionCreator

NewMockGCPPeeringConnectionCreator creates a new mock instance.

func (*MockGCPPeeringConnectionCreator) CreateContainer

CreateContainer mocks base method.

func (*MockGCPPeeringConnectionCreator) CreatePeeringConnection

CreatePeeringConnection mocks base method.

func (*MockGCPPeeringConnectionCreator) EXPECT

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

func (*MockGCPPeeringConnectionCreator) GCPContainers

GCPContainers mocks base method.

type MockGCPPeeringConnectionCreatorMockRecorder

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

MockGCPPeeringConnectionCreatorMockRecorder is the mock recorder for MockGCPPeeringConnectionCreator.

func (*MockGCPPeeringConnectionCreatorMockRecorder) CreateContainer

func (mr *MockGCPPeeringConnectionCreatorMockRecorder) CreateContainer(arg0, arg1 interface{}) *gomock.Call

CreateContainer indicates an expected call of CreateContainer.

func (*MockGCPPeeringConnectionCreatorMockRecorder) CreatePeeringConnection

func (mr *MockGCPPeeringConnectionCreatorMockRecorder) CreatePeeringConnection(arg0, arg1 interface{}) *gomock.Call

CreatePeeringConnection indicates an expected call of CreatePeeringConnection.

func (*MockGCPPeeringConnectionCreatorMockRecorder) GCPContainers

func (mr *MockGCPPeeringConnectionCreatorMockRecorder) GCPContainers(arg0 interface{}) *gomock.Call

GCPContainers indicates an expected call of GCPContainers.

type MockGlobalAPIKeyCreator

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

MockGlobalAPIKeyCreator is a mock of GlobalAPIKeyCreator interface.

func NewMockGlobalAPIKeyCreator

func NewMockGlobalAPIKeyCreator(ctrl *gomock.Controller) *MockGlobalAPIKeyCreator

NewMockGlobalAPIKeyCreator creates a new mock instance.

func (*MockGlobalAPIKeyCreator) CreateGlobalAPIKey

func (m *MockGlobalAPIKeyCreator) CreateGlobalAPIKey(arg0 *mongodbatlas.APIKeyInput) (*mongodbatlas.APIKey, error)

CreateGlobalAPIKey mocks base method.

func (*MockGlobalAPIKeyCreator) EXPECT

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

type MockGlobalAPIKeyCreatorMockRecorder

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

MockGlobalAPIKeyCreatorMockRecorder is the mock recorder for MockGlobalAPIKeyCreator.

func (*MockGlobalAPIKeyCreatorMockRecorder) CreateGlobalAPIKey

func (mr *MockGlobalAPIKeyCreatorMockRecorder) CreateGlobalAPIKey(arg0 interface{}) *gomock.Call

CreateGlobalAPIKey indicates an expected call of CreateGlobalAPIKey.

type MockGlobalAPIKeyDeleter

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

MockGlobalAPIKeyDeleter is a mock of GlobalAPIKeyDeleter interface.

func NewMockGlobalAPIKeyDeleter

func NewMockGlobalAPIKeyDeleter(ctrl *gomock.Controller) *MockGlobalAPIKeyDeleter

NewMockGlobalAPIKeyDeleter creates a new mock instance.

func (*MockGlobalAPIKeyDeleter) DeleteGlobalAPIKey

func (m *MockGlobalAPIKeyDeleter) DeleteGlobalAPIKey(arg0 string) error

DeleteGlobalAPIKey mocks base method.

func (*MockGlobalAPIKeyDeleter) EXPECT

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

type MockGlobalAPIKeyDeleterMockRecorder

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

MockGlobalAPIKeyDeleterMockRecorder is the mock recorder for MockGlobalAPIKeyDeleter.

func (*MockGlobalAPIKeyDeleterMockRecorder) DeleteGlobalAPIKey

func (mr *MockGlobalAPIKeyDeleterMockRecorder) DeleteGlobalAPIKey(arg0 interface{}) *gomock.Call

DeleteGlobalAPIKey indicates an expected call of DeleteGlobalAPIKey.

type MockGlobalAPIKeyDescriber

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

MockGlobalAPIKeyDescriber is a mock of GlobalAPIKeyDescriber interface.

func NewMockGlobalAPIKeyDescriber

func NewMockGlobalAPIKeyDescriber(ctrl *gomock.Controller) *MockGlobalAPIKeyDescriber

NewMockGlobalAPIKeyDescriber creates a new mock instance.

func (*MockGlobalAPIKeyDescriber) EXPECT

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

func (*MockGlobalAPIKeyDescriber) GlobalAPIKey

func (m *MockGlobalAPIKeyDescriber) GlobalAPIKey(arg0 string) (*mongodbatlas.APIKey, error)

GlobalAPIKey mocks base method.

type MockGlobalAPIKeyDescriberMockRecorder

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

MockGlobalAPIKeyDescriberMockRecorder is the mock recorder for MockGlobalAPIKeyDescriber.

func (*MockGlobalAPIKeyDescriberMockRecorder) GlobalAPIKey

func (mr *MockGlobalAPIKeyDescriberMockRecorder) GlobalAPIKey(arg0 interface{}) *gomock.Call

GlobalAPIKey indicates an expected call of GlobalAPIKey.

type MockGlobalAPIKeyLister

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

MockGlobalAPIKeyLister is a mock of GlobalAPIKeyLister interface.

func NewMockGlobalAPIKeyLister

func NewMockGlobalAPIKeyLister(ctrl *gomock.Controller) *MockGlobalAPIKeyLister

NewMockGlobalAPIKeyLister creates a new mock instance.

func (*MockGlobalAPIKeyLister) EXPECT

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

func (*MockGlobalAPIKeyLister) GlobalAPIKeys

GlobalAPIKeys mocks base method.

type MockGlobalAPIKeyListerMockRecorder

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

MockGlobalAPIKeyListerMockRecorder is the mock recorder for MockGlobalAPIKeyLister.

func (*MockGlobalAPIKeyListerMockRecorder) GlobalAPIKeys

func (mr *MockGlobalAPIKeyListerMockRecorder) GlobalAPIKeys(arg0 interface{}) *gomock.Call

GlobalAPIKeys indicates an expected call of GlobalAPIKeys.

type MockGlobalAPIKeyUpdater

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

MockGlobalAPIKeyUpdater is a mock of GlobalAPIKeyUpdater interface.

func NewMockGlobalAPIKeyUpdater

func NewMockGlobalAPIKeyUpdater(ctrl *gomock.Controller) *MockGlobalAPIKeyUpdater

NewMockGlobalAPIKeyUpdater creates a new mock instance.

func (*MockGlobalAPIKeyUpdater) EXPECT

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

func (*MockGlobalAPIKeyUpdater) UpdateGlobalAPIKey

func (m *MockGlobalAPIKeyUpdater) UpdateGlobalAPIKey(arg0 string, arg1 *mongodbatlas.APIKeyInput) (*mongodbatlas.APIKey, error)

UpdateGlobalAPIKey mocks base method.

type MockGlobalAPIKeyUpdaterMockRecorder

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

MockGlobalAPIKeyUpdaterMockRecorder is the mock recorder for MockGlobalAPIKeyUpdater.

func (*MockGlobalAPIKeyUpdaterMockRecorder) UpdateGlobalAPIKey

func (mr *MockGlobalAPIKeyUpdaterMockRecorder) UpdateGlobalAPIKey(arg0, arg1 interface{}) *gomock.Call

UpdateGlobalAPIKey indicates an expected call of UpdateGlobalAPIKey.

type MockGlobalAPIKeyWhitelistCreator

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

MockGlobalAPIKeyWhitelistCreator is a mock of GlobalAPIKeyWhitelistCreator interface.

func NewMockGlobalAPIKeyWhitelistCreator

func NewMockGlobalAPIKeyWhitelistCreator(ctrl *gomock.Controller) *MockGlobalAPIKeyWhitelistCreator

NewMockGlobalAPIKeyWhitelistCreator creates a new mock instance.

func (*MockGlobalAPIKeyWhitelistCreator) CreateGlobalAPIKeyWhitelist

CreateGlobalAPIKeyWhitelist mocks base method.

func (*MockGlobalAPIKeyWhitelistCreator) EXPECT

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

type MockGlobalAPIKeyWhitelistCreatorMockRecorder

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

MockGlobalAPIKeyWhitelistCreatorMockRecorder is the mock recorder for MockGlobalAPIKeyWhitelistCreator.

func (*MockGlobalAPIKeyWhitelistCreatorMockRecorder) CreateGlobalAPIKeyWhitelist

func (mr *MockGlobalAPIKeyWhitelistCreatorMockRecorder) CreateGlobalAPIKeyWhitelist(arg0 interface{}) *gomock.Call

CreateGlobalAPIKeyWhitelist indicates an expected call of CreateGlobalAPIKeyWhitelist.

type MockGlobalAPIKeyWhitelistDeleter

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

MockGlobalAPIKeyWhitelistDeleter is a mock of GlobalAPIKeyWhitelistDeleter interface.

func NewMockGlobalAPIKeyWhitelistDeleter

func NewMockGlobalAPIKeyWhitelistDeleter(ctrl *gomock.Controller) *MockGlobalAPIKeyWhitelistDeleter

NewMockGlobalAPIKeyWhitelistDeleter creates a new mock instance.

func (*MockGlobalAPIKeyWhitelistDeleter) DeleteGlobalAPIKeyWhitelist

func (m *MockGlobalAPIKeyWhitelistDeleter) DeleteGlobalAPIKeyWhitelist(arg0 string) error

DeleteGlobalAPIKeyWhitelist mocks base method.

func (*MockGlobalAPIKeyWhitelistDeleter) EXPECT

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

type MockGlobalAPIKeyWhitelistDeleterMockRecorder

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

MockGlobalAPIKeyWhitelistDeleterMockRecorder is the mock recorder for MockGlobalAPIKeyWhitelistDeleter.

func (*MockGlobalAPIKeyWhitelistDeleterMockRecorder) DeleteGlobalAPIKeyWhitelist

func (mr *MockGlobalAPIKeyWhitelistDeleterMockRecorder) DeleteGlobalAPIKeyWhitelist(arg0 interface{}) *gomock.Call

DeleteGlobalAPIKeyWhitelist indicates an expected call of DeleteGlobalAPIKeyWhitelist.

type MockGlobalAPIKeyWhitelistDescriber

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

MockGlobalAPIKeyWhitelistDescriber is a mock of GlobalAPIKeyWhitelistDescriber interface.

func NewMockGlobalAPIKeyWhitelistDescriber

func NewMockGlobalAPIKeyWhitelistDescriber(ctrl *gomock.Controller) *MockGlobalAPIKeyWhitelistDescriber

NewMockGlobalAPIKeyWhitelistDescriber creates a new mock instance.

func (*MockGlobalAPIKeyWhitelistDescriber) EXPECT

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

func (*MockGlobalAPIKeyWhitelistDescriber) GlobalAPIKeyWhitelist

GlobalAPIKeyWhitelist mocks base method.

type MockGlobalAPIKeyWhitelistDescriberMockRecorder

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

MockGlobalAPIKeyWhitelistDescriberMockRecorder is the mock recorder for MockGlobalAPIKeyWhitelistDescriber.

func (*MockGlobalAPIKeyWhitelistDescriberMockRecorder) GlobalAPIKeyWhitelist

func (mr *MockGlobalAPIKeyWhitelistDescriberMockRecorder) GlobalAPIKeyWhitelist(arg0 interface{}) *gomock.Call

GlobalAPIKeyWhitelist indicates an expected call of GlobalAPIKeyWhitelist.

type MockGlobalAPIKeyWhitelistLister

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

MockGlobalAPIKeyWhitelistLister is a mock of GlobalAPIKeyWhitelistLister interface.

func NewMockGlobalAPIKeyWhitelistLister

func NewMockGlobalAPIKeyWhitelistLister(ctrl *gomock.Controller) *MockGlobalAPIKeyWhitelistLister

NewMockGlobalAPIKeyWhitelistLister creates a new mock instance.

func (*MockGlobalAPIKeyWhitelistLister) EXPECT

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

func (*MockGlobalAPIKeyWhitelistLister) GlobalAPIKeyWhitelists

GlobalAPIKeyWhitelists mocks base method.

type MockGlobalAPIKeyWhitelistListerMockRecorder

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

MockGlobalAPIKeyWhitelistListerMockRecorder is the mock recorder for MockGlobalAPIKeyWhitelistLister.

func (*MockGlobalAPIKeyWhitelistListerMockRecorder) GlobalAPIKeyWhitelists

func (mr *MockGlobalAPIKeyWhitelistListerMockRecorder) GlobalAPIKeyWhitelists(arg0 interface{}) *gomock.Call

GlobalAPIKeyWhitelists indicates an expected call of GlobalAPIKeyWhitelists.

type MockGlobalAlertLister

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

MockGlobalAlertLister is a mock of GlobalAlertLister interface.

func NewMockGlobalAlertLister

func NewMockGlobalAlertLister(ctrl *gomock.Controller) *MockGlobalAlertLister

NewMockGlobalAlertLister creates a new mock instance.

func (*MockGlobalAlertLister) EXPECT

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

func (*MockGlobalAlertLister) GlobalAlerts

GlobalAlerts mocks base method.

type MockGlobalAlertListerMockRecorder

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

MockGlobalAlertListerMockRecorder is the mock recorder for MockGlobalAlertLister.

func (*MockGlobalAlertListerMockRecorder) GlobalAlerts

func (mr *MockGlobalAlertListerMockRecorder) GlobalAlerts(arg0 interface{}) *gomock.Call

GlobalAlerts indicates an expected call of GlobalAlerts.

type MockGlobalClusterDescriber

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

MockGlobalClusterDescriber is a mock of GlobalClusterDescriber interface.

func NewMockGlobalClusterDescriber

func NewMockGlobalClusterDescriber(ctrl *gomock.Controller) *MockGlobalClusterDescriber

NewMockGlobalClusterDescriber creates a new mock instance.

func (*MockGlobalClusterDescriber) EXPECT

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

func (*MockGlobalClusterDescriber) GlobalCluster

func (m *MockGlobalClusterDescriber) GlobalCluster(arg0, arg1 string) (*admin.GeoSharding, error)

GlobalCluster mocks base method.

type MockGlobalClusterDescriberMockRecorder

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

MockGlobalClusterDescriberMockRecorder is the mock recorder for MockGlobalClusterDescriber.

func (*MockGlobalClusterDescriberMockRecorder) GlobalCluster

func (mr *MockGlobalClusterDescriberMockRecorder) GlobalCluster(arg0, arg1 interface{}) *gomock.Call

GlobalCluster indicates an expected call of GlobalCluster.

type MockHostByHostnameDescriber

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

MockHostByHostnameDescriber is a mock of HostByHostnameDescriber interface.

func NewMockHostByHostnameDescriber

func NewMockHostByHostnameDescriber(ctrl *gomock.Controller) *MockHostByHostnameDescriber

NewMockHostByHostnameDescriber creates a new mock instance.

func (*MockHostByHostnameDescriber) EXPECT

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

func (*MockHostByHostnameDescriber) HostByHostname

func (m *MockHostByHostnameDescriber) HostByHostname(arg0, arg1 string, arg2 int) (*opsmngr.Host, error)

HostByHostname mocks base method.

type MockHostByHostnameDescriberMockRecorder

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

MockHostByHostnameDescriberMockRecorder is the mock recorder for MockHostByHostnameDescriber.

func (*MockHostByHostnameDescriberMockRecorder) HostByHostname

func (mr *MockHostByHostnameDescriberMockRecorder) HostByHostname(arg0, arg1, arg2 interface{}) *gomock.Call

HostByHostname indicates an expected call of HostByHostname.

type MockHostDatabaseLister

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

MockHostDatabaseLister is a mock of HostDatabaseLister interface.

func NewMockHostDatabaseLister

func NewMockHostDatabaseLister(ctrl *gomock.Controller) *MockHostDatabaseLister

NewMockHostDatabaseLister creates a new mock instance.

func (*MockHostDatabaseLister) EXPECT

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

func (*MockHostDatabaseLister) HostDatabases

HostDatabases mocks base method.

type MockHostDatabaseListerMockRecorder

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

MockHostDatabaseListerMockRecorder is the mock recorder for MockHostDatabaseLister.

func (*MockHostDatabaseListerMockRecorder) HostDatabases

func (mr *MockHostDatabaseListerMockRecorder) HostDatabases(arg0, arg1, arg2 interface{}) *gomock.Call

HostDatabases indicates an expected call of HostDatabases.

type MockHostDatabaseMeasurementsLister

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

MockHostDatabaseMeasurementsLister is a mock of HostDatabaseMeasurementsLister interface.

func NewMockHostDatabaseMeasurementsLister

func NewMockHostDatabaseMeasurementsLister(ctrl *gomock.Controller) *MockHostDatabaseMeasurementsLister

NewMockHostDatabaseMeasurementsLister creates a new mock instance.

func (*MockHostDatabaseMeasurementsLister) EXPECT

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

func (*MockHostDatabaseMeasurementsLister) HostDatabaseMeasurements

HostDatabaseMeasurements mocks base method.

type MockHostDatabaseMeasurementsListerMockRecorder

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

MockHostDatabaseMeasurementsListerMockRecorder is the mock recorder for MockHostDatabaseMeasurementsLister.

func (*MockHostDatabaseMeasurementsListerMockRecorder) HostDatabaseMeasurements

func (mr *MockHostDatabaseMeasurementsListerMockRecorder) HostDatabaseMeasurements(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

HostDatabaseMeasurements indicates an expected call of HostDatabaseMeasurements.

type MockHostDescriber

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

MockHostDescriber is a mock of HostDescriber interface.

func NewMockHostDescriber

func NewMockHostDescriber(ctrl *gomock.Controller) *MockHostDescriber

NewMockHostDescriber creates a new mock instance.

func (*MockHostDescriber) EXPECT

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

func (*MockHostDescriber) Host

func (m *MockHostDescriber) Host(arg0, arg1 string) (*opsmngr.Host, error)

Host mocks base method.

type MockHostDescriberMockRecorder

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

MockHostDescriberMockRecorder is the mock recorder for MockHostDescriber.

func (*MockHostDescriberMockRecorder) Host

func (mr *MockHostDescriberMockRecorder) Host(arg0, arg1 interface{}) *gomock.Call

Host indicates an expected call of Host.

type MockHostDiskMeasurementsLister

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

MockHostDiskMeasurementsLister is a mock of HostDiskMeasurementsLister interface.

func NewMockHostDiskMeasurementsLister

func NewMockHostDiskMeasurementsLister(ctrl *gomock.Controller) *MockHostDiskMeasurementsLister

NewMockHostDiskMeasurementsLister creates a new mock instance.

func (*MockHostDiskMeasurementsLister) EXPECT

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

func (*MockHostDiskMeasurementsLister) HostDiskMeasurements

HostDiskMeasurements mocks base method.

type MockHostDiskMeasurementsListerMockRecorder

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

MockHostDiskMeasurementsListerMockRecorder is the mock recorder for MockHostDiskMeasurementsLister.

func (*MockHostDiskMeasurementsListerMockRecorder) HostDiskMeasurements

func (mr *MockHostDiskMeasurementsListerMockRecorder) HostDiskMeasurements(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

HostDiskMeasurements indicates an expected call of HostDiskMeasurements.

type MockHostDisksLister

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

MockHostDisksLister is a mock of HostDisksLister interface.

func NewMockHostDisksLister

func NewMockHostDisksLister(ctrl *gomock.Controller) *MockHostDisksLister

NewMockHostDisksLister creates a new mock instance.

func (*MockHostDisksLister) EXPECT

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

func (*MockHostDisksLister) HostDisks

HostDisks mocks base method.

type MockHostDisksListerMockRecorder

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

MockHostDisksListerMockRecorder is the mock recorder for MockHostDisksLister.

func (*MockHostDisksListerMockRecorder) HostDisks

func (mr *MockHostDisksListerMockRecorder) HostDisks(arg0, arg1, arg2 interface{}) *gomock.Call

HostDisks indicates an expected call of HostDisks.

type MockHostLister

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

MockHostLister is a mock of HostLister interface.

func NewMockHostLister

func NewMockHostLister(ctrl *gomock.Controller) *MockHostLister

NewMockHostLister creates a new mock instance.

func (*MockHostLister) EXPECT

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

func (*MockHostLister) Hosts

func (m *MockHostLister) Hosts(arg0 string, arg1 *opsmngr.HostListOptions) (*opsmngr.Hosts, error)

Hosts mocks base method.

type MockHostListerMockRecorder

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

MockHostListerMockRecorder is the mock recorder for MockHostLister.

func (*MockHostListerMockRecorder) Hosts

func (mr *MockHostListerMockRecorder) Hosts(arg0, arg1 interface{}) *gomock.Call

Hosts indicates an expected call of Hosts.

type MockHostMeasurementLister

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

MockHostMeasurementLister is a mock of HostMeasurementLister interface.

func NewMockHostMeasurementLister

func NewMockHostMeasurementLister(ctrl *gomock.Controller) *MockHostMeasurementLister

NewMockHostMeasurementLister creates a new mock instance.

func (*MockHostMeasurementLister) EXPECT

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

func (*MockHostMeasurementLister) HostMeasurements

HostMeasurements mocks base method.

type MockHostMeasurementListerMockRecorder

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

MockHostMeasurementListerMockRecorder is the mock recorder for MockHostMeasurementLister.

func (*MockHostMeasurementListerMockRecorder) HostMeasurements

func (mr *MockHostMeasurementListerMockRecorder) HostMeasurements(arg0, arg1, arg2 interface{}) *gomock.Call

HostMeasurements indicates an expected call of HostMeasurements.

type MockIndexCreator

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

MockIndexCreator is a mock of IndexCreator interface.

func NewMockIndexCreator

func NewMockIndexCreator(ctrl *gomock.Controller) *MockIndexCreator

NewMockIndexCreator creates a new mock instance.

func (*MockIndexCreator) CreateIndex

func (m *MockIndexCreator) CreateIndex(arg0, arg1 string, arg2 *admin.DatabaseRollingIndexRequest) error

CreateIndex mocks base method.

func (*MockIndexCreator) EXPECT

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

type MockIndexCreatorMockRecorder

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

MockIndexCreatorMockRecorder is the mock recorder for MockIndexCreator.

func (*MockIndexCreatorMockRecorder) CreateIndex

func (mr *MockIndexCreatorMockRecorder) CreateIndex(arg0, arg1, arg2 interface{}) *gomock.Call

CreateIndex indicates an expected call of CreateIndex.

type MockIntegrationCreator

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

MockIntegrationCreator is a mock of IntegrationCreator interface.

func NewMockIntegrationCreator

func NewMockIntegrationCreator(ctrl *gomock.Controller) *MockIntegrationCreator

NewMockIntegrationCreator creates a new mock instance.

func (*MockIntegrationCreator) CreateIntegration

func (m *MockIntegrationCreator) CreateIntegration(arg0, arg1 string, arg2 *admin.ThirdPartyIntegration) (*admin.PaginatedIntegration, error)

CreateIntegration mocks base method.

func (*MockIntegrationCreator) EXPECT

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

type MockIntegrationCreatorMockRecorder

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

MockIntegrationCreatorMockRecorder is the mock recorder for MockIntegrationCreator.

func (*MockIntegrationCreatorMockRecorder) CreateIntegration

func (mr *MockIntegrationCreatorMockRecorder) CreateIntegration(arg0, arg1, arg2 interface{}) *gomock.Call

CreateIntegration indicates an expected call of CreateIntegration.

type MockIntegrationDeleter

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

MockIntegrationDeleter is a mock of IntegrationDeleter interface.

func NewMockIntegrationDeleter

func NewMockIntegrationDeleter(ctrl *gomock.Controller) *MockIntegrationDeleter

NewMockIntegrationDeleter creates a new mock instance.

func (*MockIntegrationDeleter) DeleteIntegration

func (m *MockIntegrationDeleter) DeleteIntegration(arg0, arg1 string) error

DeleteIntegration mocks base method.

func (*MockIntegrationDeleter) EXPECT

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

type MockIntegrationDeleterMockRecorder

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

MockIntegrationDeleterMockRecorder is the mock recorder for MockIntegrationDeleter.

func (*MockIntegrationDeleterMockRecorder) DeleteIntegration

func (mr *MockIntegrationDeleterMockRecorder) DeleteIntegration(arg0, arg1 interface{}) *gomock.Call

DeleteIntegration indicates an expected call of DeleteIntegration.

type MockIntegrationDescriber

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

MockIntegrationDescriber is a mock of IntegrationDescriber interface.

func NewMockIntegrationDescriber

func NewMockIntegrationDescriber(ctrl *gomock.Controller) *MockIntegrationDescriber

NewMockIntegrationDescriber creates a new mock instance.

func (*MockIntegrationDescriber) EXPECT

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

func (*MockIntegrationDescriber) Integration

func (m *MockIntegrationDescriber) Integration(arg0, arg1 string) (*admin.ThirdPartyIntegration, error)

Integration mocks base method.

type MockIntegrationDescriberMockRecorder

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

MockIntegrationDescriberMockRecorder is the mock recorder for MockIntegrationDescriber.

func (*MockIntegrationDescriberMockRecorder) Integration

func (mr *MockIntegrationDescriberMockRecorder) Integration(arg0, arg1 interface{}) *gomock.Call

Integration indicates an expected call of Integration.

type MockIntegrationLister

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

MockIntegrationLister is a mock of IntegrationLister interface.

func NewMockIntegrationLister

func NewMockIntegrationLister(ctrl *gomock.Controller) *MockIntegrationLister

NewMockIntegrationLister creates a new mock instance.

func (*MockIntegrationLister) EXPECT

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

func (*MockIntegrationLister) Integrations

func (m *MockIntegrationLister) Integrations(arg0 string) (*admin.PaginatedIntegration, error)

Integrations mocks base method.

type MockIntegrationListerMockRecorder

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

MockIntegrationListerMockRecorder is the mock recorder for MockIntegrationLister.

func (*MockIntegrationListerMockRecorder) Integrations

func (mr *MockIntegrationListerMockRecorder) Integrations(arg0 interface{}) *gomock.Call

Integrations indicates an expected call of Integrations.

type MockInterfaceEndpointCreator

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

MockInterfaceEndpointCreator is a mock of InterfaceEndpointCreator interface.

func NewMockInterfaceEndpointCreator

func NewMockInterfaceEndpointCreator(ctrl *gomock.Controller) *MockInterfaceEndpointCreator

NewMockInterfaceEndpointCreator creates a new mock instance.

func (*MockInterfaceEndpointCreator) CreateInterfaceEndpoint

func (m *MockInterfaceEndpointCreator) CreateInterfaceEndpoint(arg0, arg1, arg2 string, arg3 *admin.CreateEndpointRequest) (*admin.PrivateLinkEndpoint, error)

CreateInterfaceEndpoint mocks base method.

func (*MockInterfaceEndpointCreator) EXPECT

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

type MockInterfaceEndpointCreatorDeprecated

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

MockInterfaceEndpointCreatorDeprecated is a mock of InterfaceEndpointCreatorDeprecated interface.

func NewMockInterfaceEndpointCreatorDeprecated

func NewMockInterfaceEndpointCreatorDeprecated(ctrl *gomock.Controller) *MockInterfaceEndpointCreatorDeprecated

NewMockInterfaceEndpointCreatorDeprecated creates a new mock instance.

func (*MockInterfaceEndpointCreatorDeprecated) CreateInterfaceEndpointDeprecated

func (m *MockInterfaceEndpointCreatorDeprecated) CreateInterfaceEndpointDeprecated(arg0, arg1, arg2 string) (*mongodbatlas.InterfaceEndpointConnectionDeprecated, error)

CreateInterfaceEndpointDeprecated mocks base method.

func (*MockInterfaceEndpointCreatorDeprecated) EXPECT

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

type MockInterfaceEndpointCreatorDeprecatedMockRecorder

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

MockInterfaceEndpointCreatorDeprecatedMockRecorder is the mock recorder for MockInterfaceEndpointCreatorDeprecated.

func (*MockInterfaceEndpointCreatorDeprecatedMockRecorder) CreateInterfaceEndpointDeprecated

func (mr *MockInterfaceEndpointCreatorDeprecatedMockRecorder) CreateInterfaceEndpointDeprecated(arg0, arg1, arg2 interface{}) *gomock.Call

CreateInterfaceEndpointDeprecated indicates an expected call of CreateInterfaceEndpointDeprecated.

type MockInterfaceEndpointCreatorMockRecorder

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

MockInterfaceEndpointCreatorMockRecorder is the mock recorder for MockInterfaceEndpointCreator.

func (*MockInterfaceEndpointCreatorMockRecorder) CreateInterfaceEndpoint

func (mr *MockInterfaceEndpointCreatorMockRecorder) CreateInterfaceEndpoint(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

CreateInterfaceEndpoint indicates an expected call of CreateInterfaceEndpoint.

type MockInterfaceEndpointDeleter

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

MockInterfaceEndpointDeleter is a mock of InterfaceEndpointDeleter interface.

func NewMockInterfaceEndpointDeleter

func NewMockInterfaceEndpointDeleter(ctrl *gomock.Controller) *MockInterfaceEndpointDeleter

NewMockInterfaceEndpointDeleter creates a new mock instance.

func (*MockInterfaceEndpointDeleter) DeleteInterfaceEndpoint

func (m *MockInterfaceEndpointDeleter) DeleteInterfaceEndpoint(arg0, arg1, arg2, arg3 string) error

DeleteInterfaceEndpoint mocks base method.

func (*MockInterfaceEndpointDeleter) EXPECT

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

type MockInterfaceEndpointDeleterDeprecated

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

MockInterfaceEndpointDeleterDeprecated is a mock of InterfaceEndpointDeleterDeprecated interface.

func NewMockInterfaceEndpointDeleterDeprecated

func NewMockInterfaceEndpointDeleterDeprecated(ctrl *gomock.Controller) *MockInterfaceEndpointDeleterDeprecated

NewMockInterfaceEndpointDeleterDeprecated creates a new mock instance.

func (*MockInterfaceEndpointDeleterDeprecated) DeleteInterfaceEndpointDeprecated

func (m *MockInterfaceEndpointDeleterDeprecated) DeleteInterfaceEndpointDeprecated(arg0, arg1, arg2 string) error

DeleteInterfaceEndpointDeprecated mocks base method.

func (*MockInterfaceEndpointDeleterDeprecated) EXPECT

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

type MockInterfaceEndpointDeleterDeprecatedMockRecorder

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

MockInterfaceEndpointDeleterDeprecatedMockRecorder is the mock recorder for MockInterfaceEndpointDeleterDeprecated.

func (*MockInterfaceEndpointDeleterDeprecatedMockRecorder) DeleteInterfaceEndpointDeprecated

func (mr *MockInterfaceEndpointDeleterDeprecatedMockRecorder) DeleteInterfaceEndpointDeprecated(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteInterfaceEndpointDeprecated indicates an expected call of DeleteInterfaceEndpointDeprecated.

type MockInterfaceEndpointDeleterMockRecorder

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

MockInterfaceEndpointDeleterMockRecorder is the mock recorder for MockInterfaceEndpointDeleter.

func (*MockInterfaceEndpointDeleterMockRecorder) DeleteInterfaceEndpoint

func (mr *MockInterfaceEndpointDeleterMockRecorder) DeleteInterfaceEndpoint(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DeleteInterfaceEndpoint indicates an expected call of DeleteInterfaceEndpoint.

type MockInterfaceEndpointDescriber

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

MockInterfaceEndpointDescriber is a mock of InterfaceEndpointDescriber interface.

func NewMockInterfaceEndpointDescriber

func NewMockInterfaceEndpointDescriber(ctrl *gomock.Controller) *MockInterfaceEndpointDescriber

NewMockInterfaceEndpointDescriber creates a new mock instance.

func (*MockInterfaceEndpointDescriber) EXPECT

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

func (*MockInterfaceEndpointDescriber) InterfaceEndpoint

func (m *MockInterfaceEndpointDescriber) InterfaceEndpoint(arg0, arg1, arg2, arg3 string) (*admin.PrivateLinkEndpoint, error)

InterfaceEndpoint mocks base method.

type MockInterfaceEndpointDescriberDeprecated

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

MockInterfaceEndpointDescriberDeprecated is a mock of InterfaceEndpointDescriberDeprecated interface.

func NewMockInterfaceEndpointDescriberDeprecated

func NewMockInterfaceEndpointDescriberDeprecated(ctrl *gomock.Controller) *MockInterfaceEndpointDescriberDeprecated

NewMockInterfaceEndpointDescriberDeprecated creates a new mock instance.

func (*MockInterfaceEndpointDescriberDeprecated) EXPECT

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

func (*MockInterfaceEndpointDescriberDeprecated) InterfaceEndpointDeprecated

InterfaceEndpointDeprecated mocks base method.

type MockInterfaceEndpointDescriberDeprecatedMockRecorder

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

MockInterfaceEndpointDescriberDeprecatedMockRecorder is the mock recorder for MockInterfaceEndpointDescriberDeprecated.

func (*MockInterfaceEndpointDescriberDeprecatedMockRecorder) InterfaceEndpointDeprecated

func (mr *MockInterfaceEndpointDescriberDeprecatedMockRecorder) InterfaceEndpointDeprecated(arg0, arg1, arg2 interface{}) *gomock.Call

InterfaceEndpointDeprecated indicates an expected call of InterfaceEndpointDeprecated.

type MockInterfaceEndpointDescriberMockRecorder

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

MockInterfaceEndpointDescriberMockRecorder is the mock recorder for MockInterfaceEndpointDescriber.

func (*MockInterfaceEndpointDescriberMockRecorder) InterfaceEndpoint

func (mr *MockInterfaceEndpointDescriberMockRecorder) InterfaceEndpoint(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

InterfaceEndpoint indicates an expected call of InterfaceEndpoint.

type MockLDAPConfigurationDeleter

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

MockLDAPConfigurationDeleter is a mock of LDAPConfigurationDeleter interface.

func NewMockLDAPConfigurationDeleter

func NewMockLDAPConfigurationDeleter(ctrl *gomock.Controller) *MockLDAPConfigurationDeleter

NewMockLDAPConfigurationDeleter creates a new mock instance.

func (*MockLDAPConfigurationDeleter) DeleteLDAPConfiguration

func (m *MockLDAPConfigurationDeleter) DeleteLDAPConfiguration(arg0 string) error

DeleteLDAPConfiguration mocks base method.

func (*MockLDAPConfigurationDeleter) EXPECT

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

type MockLDAPConfigurationDeleterMockRecorder

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

MockLDAPConfigurationDeleterMockRecorder is the mock recorder for MockLDAPConfigurationDeleter.

func (*MockLDAPConfigurationDeleterMockRecorder) DeleteLDAPConfiguration

func (mr *MockLDAPConfigurationDeleterMockRecorder) DeleteLDAPConfiguration(arg0 interface{}) *gomock.Call

DeleteLDAPConfiguration indicates an expected call of DeleteLDAPConfiguration.

type MockLDAPConfigurationDescriber

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

MockLDAPConfigurationDescriber is a mock of LDAPConfigurationDescriber interface.

func NewMockLDAPConfigurationDescriber

func NewMockLDAPConfigurationDescriber(ctrl *gomock.Controller) *MockLDAPConfigurationDescriber

NewMockLDAPConfigurationDescriber creates a new mock instance.

func (*MockLDAPConfigurationDescriber) EXPECT

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

func (*MockLDAPConfigurationDescriber) GetStatusLDAPConfiguration

func (m *MockLDAPConfigurationDescriber) GetStatusLDAPConfiguration(arg0, arg1 string) (*admin.LDAPVerifyConnectivityJobRequest, error)

GetStatusLDAPConfiguration mocks base method.

type MockLDAPConfigurationDescriberMockRecorder

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

MockLDAPConfigurationDescriberMockRecorder is the mock recorder for MockLDAPConfigurationDescriber.

func (*MockLDAPConfigurationDescriberMockRecorder) GetStatusLDAPConfiguration

func (mr *MockLDAPConfigurationDescriberMockRecorder) GetStatusLDAPConfiguration(arg0, arg1 interface{}) *gomock.Call

GetStatusLDAPConfiguration indicates an expected call of GetStatusLDAPConfiguration.

type MockLDAPConfigurationGetter

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

MockLDAPConfigurationGetter is a mock of LDAPConfigurationGetter interface.

func NewMockLDAPConfigurationGetter

func NewMockLDAPConfigurationGetter(ctrl *gomock.Controller) *MockLDAPConfigurationGetter

NewMockLDAPConfigurationGetter creates a new mock instance.

func (*MockLDAPConfigurationGetter) EXPECT

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

func (*MockLDAPConfigurationGetter) GetLDAPConfiguration

func (m *MockLDAPConfigurationGetter) GetLDAPConfiguration(arg0 string) (*admin.UserSecurity, error)

GetLDAPConfiguration mocks base method.

type MockLDAPConfigurationGetterMockRecorder

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

MockLDAPConfigurationGetterMockRecorder is the mock recorder for MockLDAPConfigurationGetter.

func (*MockLDAPConfigurationGetterMockRecorder) GetLDAPConfiguration

func (mr *MockLDAPConfigurationGetterMockRecorder) GetLDAPConfiguration(arg0 interface{}) *gomock.Call

GetLDAPConfiguration indicates an expected call of GetLDAPConfiguration.

type MockLDAPConfigurationSaver

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

MockLDAPConfigurationSaver is a mock of LDAPConfigurationSaver interface.

func NewMockLDAPConfigurationSaver

func NewMockLDAPConfigurationSaver(ctrl *gomock.Controller) *MockLDAPConfigurationSaver

NewMockLDAPConfigurationSaver creates a new mock instance.

func (*MockLDAPConfigurationSaver) EXPECT

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

func (*MockLDAPConfigurationSaver) SaveLDAPConfiguration

func (m *MockLDAPConfigurationSaver) SaveLDAPConfiguration(arg0 string, arg1 *admin.UserSecurity) (*admin.UserSecurity, error)

SaveLDAPConfiguration mocks base method.

type MockLDAPConfigurationSaverMockRecorder

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

MockLDAPConfigurationSaverMockRecorder is the mock recorder for MockLDAPConfigurationSaver.

func (*MockLDAPConfigurationSaverMockRecorder) SaveLDAPConfiguration

func (mr *MockLDAPConfigurationSaverMockRecorder) SaveLDAPConfiguration(arg0, arg1 interface{}) *gomock.Call

SaveLDAPConfiguration indicates an expected call of SaveLDAPConfiguration.

type MockLDAPConfigurationVerifier

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

MockLDAPConfigurationVerifier is a mock of LDAPConfigurationVerifier interface.

func NewMockLDAPConfigurationVerifier

func NewMockLDAPConfigurationVerifier(ctrl *gomock.Controller) *MockLDAPConfigurationVerifier

NewMockLDAPConfigurationVerifier creates a new mock instance.

func (*MockLDAPConfigurationVerifier) EXPECT

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

func (*MockLDAPConfigurationVerifier) VerifyLDAPConfiguration

VerifyLDAPConfiguration mocks base method.

type MockLDAPConfigurationVerifierMockRecorder

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

MockLDAPConfigurationVerifierMockRecorder is the mock recorder for MockLDAPConfigurationVerifier.

func (*MockLDAPConfigurationVerifierMockRecorder) VerifyLDAPConfiguration

func (mr *MockLDAPConfigurationVerifierMockRecorder) VerifyLDAPConfiguration(arg0, arg1 interface{}) *gomock.Call

VerifyLDAPConfiguration indicates an expected call of VerifyLDAPConfiguration.

type MockLinkTokenCreator

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

MockLinkTokenCreator is a mock of LinkTokenCreator interface.

func NewMockLinkTokenCreator

func NewMockLinkTokenCreator(ctrl *gomock.Controller) *MockLinkTokenCreator

NewMockLinkTokenCreator creates a new mock instance.

func (*MockLinkTokenCreator) CreateLinkToken

func (m *MockLinkTokenCreator) CreateLinkToken(arg0 string, arg1 *admin.TargetOrgRequest) (*admin.TargetOrg, error)

CreateLinkToken mocks base method.

func (*MockLinkTokenCreator) EXPECT

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

type MockLinkTokenCreatorMockRecorder

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

MockLinkTokenCreatorMockRecorder is the mock recorder for MockLinkTokenCreator.

func (*MockLinkTokenCreatorMockRecorder) CreateLinkToken

func (mr *MockLinkTokenCreatorMockRecorder) CreateLinkToken(arg0, arg1 interface{}) *gomock.Call

CreateLinkToken indicates an expected call of CreateLinkToken.

type MockLinkTokenDeleter

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

MockLinkTokenDeleter is a mock of LinkTokenDeleter interface.

func NewMockLinkTokenDeleter

func NewMockLinkTokenDeleter(ctrl *gomock.Controller) *MockLinkTokenDeleter

NewMockLinkTokenDeleter creates a new mock instance.

func (*MockLinkTokenDeleter) DeleteLinkToken

func (m *MockLinkTokenDeleter) DeleteLinkToken(arg0 string) error

DeleteLinkToken mocks base method.

func (*MockLinkTokenDeleter) EXPECT

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

type MockLinkTokenDeleterMockRecorder

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

MockLinkTokenDeleterMockRecorder is the mock recorder for MockLinkTokenDeleter.

func (*MockLinkTokenDeleterMockRecorder) DeleteLinkToken

func (mr *MockLinkTokenDeleterMockRecorder) DeleteLinkToken(arg0 interface{}) *gomock.Call

DeleteLinkToken indicates an expected call of DeleteLinkToken.

type MockLiveMigrationCreator

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

MockLiveMigrationCreator is a mock of LiveMigrationCreator interface.

func NewMockLiveMigrationCreator

func NewMockLiveMigrationCreator(ctrl *gomock.Controller) *MockLiveMigrationCreator

NewMockLiveMigrationCreator creates a new mock instance.

func (*MockLiveMigrationCreator) EXPECT

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

func (*MockLiveMigrationCreator) LiveMigrationCreate

LiveMigrationCreate mocks base method.

type MockLiveMigrationCreatorMockRecorder

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

MockLiveMigrationCreatorMockRecorder is the mock recorder for MockLiveMigrationCreator.

func (*MockLiveMigrationCreatorMockRecorder) LiveMigrationCreate

func (mr *MockLiveMigrationCreatorMockRecorder) LiveMigrationCreate(arg0, arg1 interface{}) *gomock.Call

LiveMigrationCreate indicates an expected call of LiveMigrationCreate.

type MockLiveMigrationCutoverCreator

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

MockLiveMigrationCutoverCreator is a mock of LiveMigrationCutoverCreator interface.

func NewMockLiveMigrationCutoverCreator

func NewMockLiveMigrationCutoverCreator(ctrl *gomock.Controller) *MockLiveMigrationCutoverCreator

NewMockLiveMigrationCutoverCreator creates a new mock instance.

func (*MockLiveMigrationCutoverCreator) CreateLiveMigrationCutover

func (m *MockLiveMigrationCutoverCreator) CreateLiveMigrationCutover(arg0, arg1 string) error

CreateLiveMigrationCutover mocks base method.

func (*MockLiveMigrationCutoverCreator) EXPECT

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

type MockLiveMigrationCutoverCreatorMockRecorder

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

MockLiveMigrationCutoverCreatorMockRecorder is the mock recorder for MockLiveMigrationCutoverCreator.

func (*MockLiveMigrationCutoverCreatorMockRecorder) CreateLiveMigrationCutover

func (mr *MockLiveMigrationCutoverCreatorMockRecorder) CreateLiveMigrationCutover(arg0, arg1 interface{}) *gomock.Call

CreateLiveMigrationCutover indicates an expected call of CreateLiveMigrationCutover.

type MockLiveMigrationDescriber

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

MockLiveMigrationDescriber is a mock of LiveMigrationDescriber interface.

func NewMockLiveMigrationDescriber

func NewMockLiveMigrationDescriber(ctrl *gomock.Controller) *MockLiveMigrationDescriber

NewMockLiveMigrationDescriber creates a new mock instance.

func (*MockLiveMigrationDescriber) EXPECT

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

func (*MockLiveMigrationDescriber) LiveMigrationDescribe

func (m *MockLiveMigrationDescriber) LiveMigrationDescribe(arg0, arg1 string) (*admin.LiveMigrationResponse, error)

LiveMigrationDescribe mocks base method.

type MockLiveMigrationDescriberMockRecorder

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

MockLiveMigrationDescriberMockRecorder is the mock recorder for MockLiveMigrationDescriber.

func (*MockLiveMigrationDescriberMockRecorder) LiveMigrationDescribe

func (mr *MockLiveMigrationDescriberMockRecorder) LiveMigrationDescribe(arg0, arg1 interface{}) *gomock.Call

LiveMigrationDescribe indicates an expected call of LiveMigrationDescribe.

type MockLiveMigrationValidationsCreator

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

MockLiveMigrationValidationsCreator is a mock of LiveMigrationValidationsCreator interface.

func NewMockLiveMigrationValidationsCreator

func NewMockLiveMigrationValidationsCreator(ctrl *gomock.Controller) *MockLiveMigrationValidationsCreator

NewMockLiveMigrationValidationsCreator creates a new mock instance.

func (*MockLiveMigrationValidationsCreator) CreateValidation

CreateValidation mocks base method.

func (*MockLiveMigrationValidationsCreator) EXPECT

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

type MockLiveMigrationValidationsCreatorMockRecorder

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

MockLiveMigrationValidationsCreatorMockRecorder is the mock recorder for MockLiveMigrationValidationsCreator.

func (*MockLiveMigrationValidationsCreatorMockRecorder) CreateValidation

func (mr *MockLiveMigrationValidationsCreatorMockRecorder) CreateValidation(arg0, arg1 interface{}) *gomock.Call

CreateValidation indicates an expected call of CreateValidation.

type MockLiveMigrationValidationsDescriber

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

MockLiveMigrationValidationsDescriber is a mock of LiveMigrationValidationsDescriber interface.

func NewMockLiveMigrationValidationsDescriber

func NewMockLiveMigrationValidationsDescriber(ctrl *gomock.Controller) *MockLiveMigrationValidationsDescriber

NewMockLiveMigrationValidationsDescriber creates a new mock instance.

func (*MockLiveMigrationValidationsDescriber) EXPECT

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

func (*MockLiveMigrationValidationsDescriber) GetValidationStatus

func (m *MockLiveMigrationValidationsDescriber) GetValidationStatus(arg0, arg1 string) (*admin.LiveImportValidation, error)

GetValidationStatus mocks base method.

type MockLiveMigrationValidationsDescriberMockRecorder

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

MockLiveMigrationValidationsDescriberMockRecorder is the mock recorder for MockLiveMigrationValidationsDescriber.

func (*MockLiveMigrationValidationsDescriberMockRecorder) GetValidationStatus

func (mr *MockLiveMigrationValidationsDescriberMockRecorder) GetValidationStatus(arg0, arg1 interface{}) *gomock.Call

GetValidationStatus indicates an expected call of GetValidationStatus.

type MockLogCollector

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

MockLogCollector is a mock of LogCollector interface.

func NewMockLogCollector

func NewMockLogCollector(ctrl *gomock.Controller) *MockLogCollector

NewMockLogCollector creates a new mock instance.

func (*MockLogCollector) Collect

Collect mocks base method.

func (*MockLogCollector) EXPECT

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

type MockLogCollectorMockRecorder

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

MockLogCollectorMockRecorder is the mock recorder for MockLogCollector.

func (*MockLogCollectorMockRecorder) Collect

func (mr *MockLogCollectorMockRecorder) Collect(arg0, arg1 interface{}) *gomock.Call

Collect indicates an expected call of Collect.

type MockLogJobDeleter

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

MockLogJobDeleter is a mock of LogJobDeleter interface.

func NewMockLogJobDeleter

func NewMockLogJobDeleter(ctrl *gomock.Controller) *MockLogJobDeleter

NewMockLogJobDeleter creates a new mock instance.

func (*MockLogJobDeleter) DeleteCollectionJob

func (m *MockLogJobDeleter) DeleteCollectionJob(arg0, arg1 string) error

DeleteCollectionJob mocks base method.

func (*MockLogJobDeleter) EXPECT

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

type MockLogJobDeleterMockRecorder

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

MockLogJobDeleterMockRecorder is the mock recorder for MockLogJobDeleter.

func (*MockLogJobDeleterMockRecorder) DeleteCollectionJob

func (mr *MockLogJobDeleterMockRecorder) DeleteCollectionJob(arg0, arg1 interface{}) *gomock.Call

DeleteCollectionJob indicates an expected call of DeleteCollectionJob.

type MockLogJobLister

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

MockLogJobLister is a mock of LogJobLister interface.

func NewMockLogJobLister

func NewMockLogJobLister(ctrl *gomock.Controller) *MockLogJobLister

NewMockLogJobLister creates a new mock instance.

func (*MockLogJobLister) EXPECT

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

func (*MockLogJobLister) LogCollectionJobs

func (m *MockLogJobLister) LogCollectionJobs(arg0 string, arg1 *opsmngr.LogListOptions) (*opsmngr.LogCollectionJobs, error)

LogCollectionJobs mocks base method.

type MockLogJobListerMockRecorder

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

MockLogJobListerMockRecorder is the mock recorder for MockLogJobLister.

func (*MockLogJobListerMockRecorder) LogCollectionJobs

func (mr *MockLogJobListerMockRecorder) LogCollectionJobs(arg0, arg1 interface{}) *gomock.Call

LogCollectionJobs indicates an expected call of LogCollectionJobs.

type MockLogJobsDownloader

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

MockLogJobsDownloader is a mock of LogJobsDownloader interface.

func NewMockLogJobsDownloader

func NewMockLogJobsDownloader(ctrl *gomock.Controller) *MockLogJobsDownloader

NewMockLogJobsDownloader creates a new mock instance.

func (*MockLogJobsDownloader) DownloadLogJob

func (m *MockLogJobsDownloader) DownloadLogJob(arg0, arg1 string, arg2 io.Writer) error

DownloadLogJob mocks base method.

func (*MockLogJobsDownloader) EXPECT

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

type MockLogJobsDownloaderMockRecorder

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

MockLogJobsDownloaderMockRecorder is the mock recorder for MockLogJobsDownloader.

func (*MockLogJobsDownloaderMockRecorder) DownloadLogJob

func (mr *MockLogJobsDownloaderMockRecorder) DownloadLogJob(arg0, arg1, arg2 interface{}) *gomock.Call

DownloadLogJob indicates an expected call of DownloadLogJob.

type MockLoginConfig

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

MockLoginConfig is a mock of LoginConfig interface.

func NewMockLoginConfig

func NewMockLoginConfig(ctrl *gomock.Controller) *MockLoginConfig

NewMockLoginConfig creates a new mock instance.

func (*MockLoginConfig) AccessTokenSubject

func (m *MockLoginConfig) AccessTokenSubject() (string, error)

AccessTokenSubject mocks base method.

func (*MockLoginConfig) EXPECT

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

func (*MockLoginConfig) Save

func (m *MockLoginConfig) Save() error

Save mocks base method.

func (*MockLoginConfig) Set

func (m *MockLoginConfig) Set(arg0 string, arg1 interface{})

Set mocks base method.

func (*MockLoginConfig) SetGlobal

func (m *MockLoginConfig) SetGlobal(arg0 string, arg1 interface{})

SetGlobal mocks base method.

type MockLoginConfigMockRecorder

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

MockLoginConfigMockRecorder is the mock recorder for MockLoginConfig.

func (*MockLoginConfigMockRecorder) AccessTokenSubject

func (mr *MockLoginConfigMockRecorder) AccessTokenSubject() *gomock.Call

AccessTokenSubject indicates an expected call of AccessTokenSubject.

func (*MockLoginConfigMockRecorder) Save

Save indicates an expected call of Save.

func (*MockLoginConfigMockRecorder) Set

func (mr *MockLoginConfigMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call

Set indicates an expected call of Set.

func (*MockLoginConfigMockRecorder) SetGlobal

func (mr *MockLoginConfigMockRecorder) SetGlobal(arg0, arg1 interface{}) *gomock.Call

SetGlobal indicates an expected call of SetGlobal.

type MockLogsDownloader

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

MockLogsDownloader is a mock of LogsDownloader interface.

func NewMockLogsDownloader

func NewMockLogsDownloader(ctrl *gomock.Controller) *MockLogsDownloader

NewMockLogsDownloader creates a new mock instance.

func (*MockLogsDownloader) DownloadLog

DownloadLog mocks base method.

func (*MockLogsDownloader) EXPECT

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

type MockLogsDownloaderMockRecorder

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

MockLogsDownloaderMockRecorder is the mock recorder for MockLogsDownloader.

func (*MockLogsDownloaderMockRecorder) DownloadLog

func (mr *MockLogsDownloaderMockRecorder) DownloadLog(arg0 interface{}) *gomock.Call

DownloadLog indicates an expected call of DownloadLog.

type MockMaintenanceWindowClearer

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

MockMaintenanceWindowClearer is a mock of MaintenanceWindowClearer interface.

func NewMockMaintenanceWindowClearer

func NewMockMaintenanceWindowClearer(ctrl *gomock.Controller) *MockMaintenanceWindowClearer

NewMockMaintenanceWindowClearer creates a new mock instance.

func (*MockMaintenanceWindowClearer) ClearMaintenanceWindow

func (m *MockMaintenanceWindowClearer) ClearMaintenanceWindow(arg0 string) error

ClearMaintenanceWindow mocks base method.

func (*MockMaintenanceWindowClearer) EXPECT

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

type MockMaintenanceWindowClearerMockRecorder

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

MockMaintenanceWindowClearerMockRecorder is the mock recorder for MockMaintenanceWindowClearer.

func (*MockMaintenanceWindowClearerMockRecorder) ClearMaintenanceWindow

func (mr *MockMaintenanceWindowClearerMockRecorder) ClearMaintenanceWindow(arg0 interface{}) *gomock.Call

ClearMaintenanceWindow indicates an expected call of ClearMaintenanceWindow.

type MockMaintenanceWindowDeferrer

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

MockMaintenanceWindowDeferrer is a mock of MaintenanceWindowDeferrer interface.

func NewMockMaintenanceWindowDeferrer

func NewMockMaintenanceWindowDeferrer(ctrl *gomock.Controller) *MockMaintenanceWindowDeferrer

NewMockMaintenanceWindowDeferrer creates a new mock instance.

func (*MockMaintenanceWindowDeferrer) DeferMaintenanceWindow

func (m *MockMaintenanceWindowDeferrer) DeferMaintenanceWindow(arg0 string) error

DeferMaintenanceWindow mocks base method.

func (*MockMaintenanceWindowDeferrer) EXPECT

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

type MockMaintenanceWindowDeferrerMockRecorder

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

MockMaintenanceWindowDeferrerMockRecorder is the mock recorder for MockMaintenanceWindowDeferrer.

func (*MockMaintenanceWindowDeferrerMockRecorder) DeferMaintenanceWindow

func (mr *MockMaintenanceWindowDeferrerMockRecorder) DeferMaintenanceWindow(arg0 interface{}) *gomock.Call

DeferMaintenanceWindow indicates an expected call of DeferMaintenanceWindow.

type MockMaintenanceWindowDescriber

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

MockMaintenanceWindowDescriber is a mock of MaintenanceWindowDescriber interface.

func NewMockMaintenanceWindowDescriber

func NewMockMaintenanceWindowDescriber(ctrl *gomock.Controller) *MockMaintenanceWindowDescriber

NewMockMaintenanceWindowDescriber creates a new mock instance.

func (*MockMaintenanceWindowDescriber) EXPECT

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

func (*MockMaintenanceWindowDescriber) MaintenanceWindow

MaintenanceWindow mocks base method.

type MockMaintenanceWindowDescriberMockRecorder

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

MockMaintenanceWindowDescriberMockRecorder is the mock recorder for MockMaintenanceWindowDescriber.

func (*MockMaintenanceWindowDescriberMockRecorder) MaintenanceWindow

func (mr *MockMaintenanceWindowDescriberMockRecorder) MaintenanceWindow(arg0 interface{}) *gomock.Call

MaintenanceWindow indicates an expected call of MaintenanceWindow.

type MockMaintenanceWindowUpdater

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

MockMaintenanceWindowUpdater is a mock of MaintenanceWindowUpdater interface.

func NewMockMaintenanceWindowUpdater

func NewMockMaintenanceWindowUpdater(ctrl *gomock.Controller) *MockMaintenanceWindowUpdater

NewMockMaintenanceWindowUpdater creates a new mock instance.

func (*MockMaintenanceWindowUpdater) EXPECT

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

func (*MockMaintenanceWindowUpdater) UpdateMaintenanceWindow

func (m *MockMaintenanceWindowUpdater) UpdateMaintenanceWindow(arg0 string, arg1 *admin.GroupMaintenanceWindow) error

UpdateMaintenanceWindow mocks base method.

type MockMaintenanceWindowUpdaterMockRecorder

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

MockMaintenanceWindowUpdaterMockRecorder is the mock recorder for MockMaintenanceWindowUpdater.

func (*MockMaintenanceWindowUpdaterMockRecorder) UpdateMaintenanceWindow

func (mr *MockMaintenanceWindowUpdaterMockRecorder) UpdateMaintenanceWindow(arg0, arg1 interface{}) *gomock.Call

UpdateMaintenanceWindow indicates an expected call of UpdateMaintenanceWindow.

type MockMatcherFieldsLister

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

MockMatcherFieldsLister is a mock of MatcherFieldsLister interface.

func NewMockMatcherFieldsLister

func NewMockMatcherFieldsLister(ctrl *gomock.Controller) *MockMatcherFieldsLister

NewMockMatcherFieldsLister creates a new mock instance.

func (*MockMatcherFieldsLister) EXPECT

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

func (*MockMatcherFieldsLister) MatcherFields

func (m *MockMatcherFieldsLister) MatcherFields() ([]string, error)

MatcherFields mocks base method.

type MockMatcherFieldsListerMockRecorder

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

MockMatcherFieldsListerMockRecorder is the mock recorder for MockMatcherFieldsLister.

func (*MockMatcherFieldsListerMockRecorder) MatcherFields

func (mr *MockMatcherFieldsListerMockRecorder) MatcherFields() *gomock.Call

MatcherFields indicates an expected call of MatcherFields.

type MockMongoDBClient

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

MockMongoDBClient is a mock of MongoDBClient interface.

func NewMockMongoDBClient

func NewMockMongoDBClient(ctrl *gomock.Controller) *MockMongoDBClient

NewMockMongoDBClient creates a new mock instance.

func (*MockMongoDBClient) Connect

func (m *MockMongoDBClient) Connect(arg0 string, arg1 int64) error

Connect mocks base method.

func (*MockMongoDBClient) Database

func (m *MockMongoDBClient) Database(arg0 string) mongodbclient.Database

Database mocks base method.

func (*MockMongoDBClient) DeleteSearchIndex

func (m *MockMongoDBClient) DeleteSearchIndex(arg0 string) error

DeleteSearchIndex mocks base method.

func (*MockMongoDBClient) Disconnect

func (m *MockMongoDBClient) Disconnect()

Disconnect mocks base method.

func (*MockMongoDBClient) EXPECT

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

func (*MockMongoDBClient) SearchIndex

func (m *MockMongoDBClient) SearchIndex(arg0 string) (*admin.ClusterSearchIndex, error)

SearchIndex mocks base method.

type MockMongoDBClientMockRecorder

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

MockMongoDBClientMockRecorder is the mock recorder for MockMongoDBClient.

func (*MockMongoDBClientMockRecorder) Connect

func (mr *MockMongoDBClientMockRecorder) Connect(arg0, arg1 interface{}) *gomock.Call

Connect indicates an expected call of Connect.

func (*MockMongoDBClientMockRecorder) Database

func (mr *MockMongoDBClientMockRecorder) Database(arg0 interface{}) *gomock.Call

Database indicates an expected call of Database.

func (*MockMongoDBClientMockRecorder) DeleteSearchIndex

func (mr *MockMongoDBClientMockRecorder) DeleteSearchIndex(arg0 interface{}) *gomock.Call

DeleteSearchIndex indicates an expected call of DeleteSearchIndex.

func (*MockMongoDBClientMockRecorder) Disconnect

func (mr *MockMongoDBClientMockRecorder) Disconnect() *gomock.Call

Disconnect indicates an expected call of Disconnect.

func (*MockMongoDBClientMockRecorder) SearchIndex

func (mr *MockMongoDBClientMockRecorder) SearchIndex(arg0 interface{}) *gomock.Call

SearchIndex indicates an expected call of SearchIndex.

type MockMonitoringStarter

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

MockMonitoringStarter is a mock of MonitoringStarter interface.

func NewMockMonitoringStarter

func NewMockMonitoringStarter(ctrl *gomock.Controller) *MockMonitoringStarter

NewMockMonitoringStarter creates a new mock instance.

func (*MockMonitoringStarter) EXPECT

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

func (*MockMonitoringStarter) StartMonitoring

func (m *MockMonitoringStarter) StartMonitoring(arg0 string, arg1 *opsmngr.Host) (*opsmngr.Host, error)

StartMonitoring mocks base method.

type MockMonitoringStarterMockRecorder

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

MockMonitoringStarterMockRecorder is the mock recorder for MockMonitoringStarter.

func (*MockMonitoringStarterMockRecorder) StartMonitoring

func (mr *MockMonitoringStarterMockRecorder) StartMonitoring(arg0, arg1 interface{}) *gomock.Call

StartMonitoring indicates an expected call of StartMonitoring.

type MockMonitoringStopper

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

MockMonitoringStopper is a mock of MonitoringStopper interface.

func NewMockMonitoringStopper

func NewMockMonitoringStopper(ctrl *gomock.Controller) *MockMonitoringStopper

NewMockMonitoringStopper creates a new mock instance.

func (*MockMonitoringStopper) EXPECT

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

func (*MockMonitoringStopper) StopMonitoring

func (m *MockMonitoringStopper) StopMonitoring(arg0, arg1 string) error

StopMonitoring mocks base method.

type MockMonitoringStopperMockRecorder

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

MockMonitoringStopperMockRecorder is the mock recorder for MockMonitoringStopper.

func (*MockMonitoringStopperMockRecorder) StopMonitoring

func (mr *MockMonitoringStopperMockRecorder) StopMonitoring(arg0, arg1 interface{}) *gomock.Call

StopMonitoring indicates an expected call of StopMonitoring.

type MockOnlineArchiveCreator

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

MockOnlineArchiveCreator is a mock of OnlineArchiveCreator interface.

func NewMockOnlineArchiveCreator

func NewMockOnlineArchiveCreator(ctrl *gomock.Controller) *MockOnlineArchiveCreator

NewMockOnlineArchiveCreator creates a new mock instance.

func (*MockOnlineArchiveCreator) CreateOnlineArchive

func (m *MockOnlineArchiveCreator) CreateOnlineArchive(arg0, arg1 string, arg2 *admin.BackupOnlineArchiveCreate) (*admin.BackupOnlineArchive, error)

CreateOnlineArchive mocks base method.

func (*MockOnlineArchiveCreator) EXPECT

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

type MockOnlineArchiveCreatorMockRecorder

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

MockOnlineArchiveCreatorMockRecorder is the mock recorder for MockOnlineArchiveCreator.

func (*MockOnlineArchiveCreatorMockRecorder) CreateOnlineArchive

func (mr *MockOnlineArchiveCreatorMockRecorder) CreateOnlineArchive(arg0, arg1, arg2 interface{}) *gomock.Call

CreateOnlineArchive indicates an expected call of CreateOnlineArchive.

type MockOnlineArchiveDeleter

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

MockOnlineArchiveDeleter is a mock of OnlineArchiveDeleter interface.

func NewMockOnlineArchiveDeleter

func NewMockOnlineArchiveDeleter(ctrl *gomock.Controller) *MockOnlineArchiveDeleter

NewMockOnlineArchiveDeleter creates a new mock instance.

func (*MockOnlineArchiveDeleter) DeleteOnlineArchive

func (m *MockOnlineArchiveDeleter) DeleteOnlineArchive(arg0, arg1, arg2 string) error

DeleteOnlineArchive mocks base method.

func (*MockOnlineArchiveDeleter) EXPECT

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

type MockOnlineArchiveDeleterMockRecorder

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

MockOnlineArchiveDeleterMockRecorder is the mock recorder for MockOnlineArchiveDeleter.

func (*MockOnlineArchiveDeleterMockRecorder) DeleteOnlineArchive

func (mr *MockOnlineArchiveDeleterMockRecorder) DeleteOnlineArchive(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteOnlineArchive indicates an expected call of DeleteOnlineArchive.

type MockOnlineArchiveDescriber

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

MockOnlineArchiveDescriber is a mock of OnlineArchiveDescriber interface.

func NewMockOnlineArchiveDescriber

func NewMockOnlineArchiveDescriber(ctrl *gomock.Controller) *MockOnlineArchiveDescriber

NewMockOnlineArchiveDescriber creates a new mock instance.

func (*MockOnlineArchiveDescriber) EXPECT

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

func (*MockOnlineArchiveDescriber) OnlineArchive

func (m *MockOnlineArchiveDescriber) OnlineArchive(arg0, arg1, arg2 string) (*admin.BackupOnlineArchive, error)

OnlineArchive mocks base method.

type MockOnlineArchiveDescriberMockRecorder

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

MockOnlineArchiveDescriberMockRecorder is the mock recorder for MockOnlineArchiveDescriber.

func (*MockOnlineArchiveDescriberMockRecorder) OnlineArchive

func (mr *MockOnlineArchiveDescriberMockRecorder) OnlineArchive(arg0, arg1, arg2 interface{}) *gomock.Call

OnlineArchive indicates an expected call of OnlineArchive.

type MockOnlineArchiveLister

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

MockOnlineArchiveLister is a mock of OnlineArchiveLister interface.

func NewMockOnlineArchiveLister

func NewMockOnlineArchiveLister(ctrl *gomock.Controller) *MockOnlineArchiveLister

NewMockOnlineArchiveLister creates a new mock instance.

func (*MockOnlineArchiveLister) EXPECT

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

func (*MockOnlineArchiveLister) OnlineArchives

func (m *MockOnlineArchiveLister) OnlineArchives(arg0, arg1 string, arg2 *mongodbatlas.ListOptions) (*admin.PaginatedOnlineArchive, error)

OnlineArchives mocks base method.

type MockOnlineArchiveListerMockRecorder

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

MockOnlineArchiveListerMockRecorder is the mock recorder for MockOnlineArchiveLister.

func (*MockOnlineArchiveListerMockRecorder) OnlineArchives

func (mr *MockOnlineArchiveListerMockRecorder) OnlineArchives(arg0, arg1, arg2 interface{}) *gomock.Call

OnlineArchives indicates an expected call of OnlineArchives.

type MockOnlineArchiveUpdater

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

MockOnlineArchiveUpdater is a mock of OnlineArchiveUpdater interface.

func NewMockOnlineArchiveUpdater

func NewMockOnlineArchiveUpdater(ctrl *gomock.Controller) *MockOnlineArchiveUpdater

NewMockOnlineArchiveUpdater creates a new mock instance.

func (*MockOnlineArchiveUpdater) EXPECT

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

func (*MockOnlineArchiveUpdater) UpdateOnlineArchive

func (m *MockOnlineArchiveUpdater) UpdateOnlineArchive(arg0, arg1 string, arg2 *admin.BackupOnlineArchive) (*admin.BackupOnlineArchive, error)

UpdateOnlineArchive mocks base method.

type MockOnlineArchiveUpdaterMockRecorder

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

MockOnlineArchiveUpdaterMockRecorder is the mock recorder for MockOnlineArchiveUpdater.

func (*MockOnlineArchiveUpdaterMockRecorder) UpdateOnlineArchive

func (mr *MockOnlineArchiveUpdaterMockRecorder) UpdateOnlineArchive(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateOnlineArchive indicates an expected call of UpdateOnlineArchive.

type MockOplogsCreator

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

MockOplogsCreator is a mock of OplogsCreator interface.

func NewMockOplogsCreator

func NewMockOplogsCreator(ctrl *gomock.Controller) *MockOplogsCreator

NewMockOplogsCreator creates a new mock instance.

func (*MockOplogsCreator) CreateOplog

func (m *MockOplogsCreator) CreateOplog(arg0 *opsmngr.BackupStore) (*opsmngr.BackupStore, error)

CreateOplog mocks base method.

func (*MockOplogsCreator) EXPECT

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

type MockOplogsCreatorMockRecorder

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

MockOplogsCreatorMockRecorder is the mock recorder for MockOplogsCreator.

func (*MockOplogsCreatorMockRecorder) CreateOplog

func (mr *MockOplogsCreatorMockRecorder) CreateOplog(arg0 interface{}) *gomock.Call

CreateOplog indicates an expected call of CreateOplog.

type MockOplogsDeleter

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

MockOplogsDeleter is a mock of OplogsDeleter interface.

func NewMockOplogsDeleter

func NewMockOplogsDeleter(ctrl *gomock.Controller) *MockOplogsDeleter

NewMockOplogsDeleter creates a new mock instance.

func (*MockOplogsDeleter) DeleteOplog

func (m *MockOplogsDeleter) DeleteOplog(arg0 string) error

DeleteOplog mocks base method.

func (*MockOplogsDeleter) EXPECT

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

type MockOplogsDeleterMockRecorder

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

MockOplogsDeleterMockRecorder is the mock recorder for MockOplogsDeleter.

func (*MockOplogsDeleterMockRecorder) DeleteOplog

func (mr *MockOplogsDeleterMockRecorder) DeleteOplog(arg0 interface{}) *gomock.Call

DeleteOplog indicates an expected call of DeleteOplog.

type MockOplogsDescriber

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

MockOplogsDescriber is a mock of OplogsDescriber interface.

func NewMockOplogsDescriber

func NewMockOplogsDescriber(ctrl *gomock.Controller) *MockOplogsDescriber

NewMockOplogsDescriber creates a new mock instance.

func (*MockOplogsDescriber) EXPECT

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

func (*MockOplogsDescriber) GetOplog

func (m *MockOplogsDescriber) GetOplog(arg0 string) (*opsmngr.BackupStore, error)

GetOplog mocks base method.

type MockOplogsDescriberMockRecorder

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

MockOplogsDescriberMockRecorder is the mock recorder for MockOplogsDescriber.

func (*MockOplogsDescriberMockRecorder) GetOplog

func (mr *MockOplogsDescriberMockRecorder) GetOplog(arg0 interface{}) *gomock.Call

GetOplog indicates an expected call of GetOplog.

type MockOplogsLister

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

MockOplogsLister is a mock of OplogsLister interface.

func NewMockOplogsLister

func NewMockOplogsLister(ctrl *gomock.Controller) *MockOplogsLister

NewMockOplogsLister creates a new mock instance.

func (*MockOplogsLister) EXPECT

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

func (*MockOplogsLister) ListOplogs

ListOplogs mocks base method.

type MockOplogsListerMockRecorder

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

MockOplogsListerMockRecorder is the mock recorder for MockOplogsLister.

func (*MockOplogsListerMockRecorder) ListOplogs

func (mr *MockOplogsListerMockRecorder) ListOplogs(arg0 interface{}) *gomock.Call

ListOplogs indicates an expected call of ListOplogs.

type MockOplogsUpdater

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

MockOplogsUpdater is a mock of OplogsUpdater interface.

func NewMockOplogsUpdater

func NewMockOplogsUpdater(ctrl *gomock.Controller) *MockOplogsUpdater

NewMockOplogsUpdater creates a new mock instance.

func (*MockOplogsUpdater) EXPECT

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

func (*MockOplogsUpdater) UpdateOplog

func (m *MockOplogsUpdater) UpdateOplog(arg0 string, arg1 *opsmngr.BackupStore) (*opsmngr.BackupStore, error)

UpdateOplog mocks base method.

type MockOplogsUpdaterMockRecorder

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

MockOplogsUpdaterMockRecorder is the mock recorder for MockOplogsUpdater.

func (*MockOplogsUpdaterMockRecorder) UpdateOplog

func (mr *MockOplogsUpdaterMockRecorder) UpdateOplog(arg0, arg1 interface{}) *gomock.Call

UpdateOplog indicates an expected call of UpdateOplog.

type MockOpsManagerClusterDescriber

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

MockOpsManagerClusterDescriber is a mock of OpsManagerClusterDescriber interface.

func NewMockOpsManagerClusterDescriber

func NewMockOpsManagerClusterDescriber(ctrl *gomock.Controller) *MockOpsManagerClusterDescriber

NewMockOpsManagerClusterDescriber creates a new mock instance.

func (*MockOpsManagerClusterDescriber) EXPECT

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

func (*MockOpsManagerClusterDescriber) OpsManagerCluster

func (m *MockOpsManagerClusterDescriber) OpsManagerCluster(arg0, arg1 string) (*opsmngr.Cluster, error)

OpsManagerCluster mocks base method.

type MockOpsManagerClusterDescriberMockRecorder

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

MockOpsManagerClusterDescriberMockRecorder is the mock recorder for MockOpsManagerClusterDescriber.

func (*MockOpsManagerClusterDescriberMockRecorder) OpsManagerCluster

func (mr *MockOpsManagerClusterDescriberMockRecorder) OpsManagerCluster(arg0, arg1 interface{}) *gomock.Call

OpsManagerCluster indicates an expected call of OpsManagerCluster.

type MockOpsManagerMaintenanceWindowCreator

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

MockOpsManagerMaintenanceWindowCreator is a mock of OpsManagerMaintenanceWindowCreator interface.

func NewMockOpsManagerMaintenanceWindowCreator

func NewMockOpsManagerMaintenanceWindowCreator(ctrl *gomock.Controller) *MockOpsManagerMaintenanceWindowCreator

NewMockOpsManagerMaintenanceWindowCreator creates a new mock instance.

func (*MockOpsManagerMaintenanceWindowCreator) CreateOpsManagerMaintenanceWindow

func (m *MockOpsManagerMaintenanceWindowCreator) CreateOpsManagerMaintenanceWindow(arg0 string, arg1 *opsmngr.MaintenanceWindow) (*opsmngr.MaintenanceWindow, error)

CreateOpsManagerMaintenanceWindow mocks base method.

func (*MockOpsManagerMaintenanceWindowCreator) EXPECT

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

type MockOpsManagerMaintenanceWindowCreatorMockRecorder

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

MockOpsManagerMaintenanceWindowCreatorMockRecorder is the mock recorder for MockOpsManagerMaintenanceWindowCreator.

func (*MockOpsManagerMaintenanceWindowCreatorMockRecorder) CreateOpsManagerMaintenanceWindow

func (mr *MockOpsManagerMaintenanceWindowCreatorMockRecorder) CreateOpsManagerMaintenanceWindow(arg0, arg1 interface{}) *gomock.Call

CreateOpsManagerMaintenanceWindow indicates an expected call of CreateOpsManagerMaintenanceWindow.

type MockOpsManagerMaintenanceWindowDeleter

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

MockOpsManagerMaintenanceWindowDeleter is a mock of OpsManagerMaintenanceWindowDeleter interface.

func NewMockOpsManagerMaintenanceWindowDeleter

func NewMockOpsManagerMaintenanceWindowDeleter(ctrl *gomock.Controller) *MockOpsManagerMaintenanceWindowDeleter

NewMockOpsManagerMaintenanceWindowDeleter creates a new mock instance.

func (*MockOpsManagerMaintenanceWindowDeleter) DeleteOpsManagerMaintenanceWindow

func (m *MockOpsManagerMaintenanceWindowDeleter) DeleteOpsManagerMaintenanceWindow(arg0, arg1 string) error

DeleteOpsManagerMaintenanceWindow mocks base method.

func (*MockOpsManagerMaintenanceWindowDeleter) EXPECT

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

type MockOpsManagerMaintenanceWindowDeleterMockRecorder

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

MockOpsManagerMaintenanceWindowDeleterMockRecorder is the mock recorder for MockOpsManagerMaintenanceWindowDeleter.

func (*MockOpsManagerMaintenanceWindowDeleterMockRecorder) DeleteOpsManagerMaintenanceWindow

func (mr *MockOpsManagerMaintenanceWindowDeleterMockRecorder) DeleteOpsManagerMaintenanceWindow(arg0, arg1 interface{}) *gomock.Call

DeleteOpsManagerMaintenanceWindow indicates an expected call of DeleteOpsManagerMaintenanceWindow.

type MockOpsManagerMaintenanceWindowDescriber

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

MockOpsManagerMaintenanceWindowDescriber is a mock of OpsManagerMaintenanceWindowDescriber interface.

func NewMockOpsManagerMaintenanceWindowDescriber

func NewMockOpsManagerMaintenanceWindowDescriber(ctrl *gomock.Controller) *MockOpsManagerMaintenanceWindowDescriber

NewMockOpsManagerMaintenanceWindowDescriber creates a new mock instance.

func (*MockOpsManagerMaintenanceWindowDescriber) EXPECT

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

func (*MockOpsManagerMaintenanceWindowDescriber) OpsManagerMaintenanceWindow

func (m *MockOpsManagerMaintenanceWindowDescriber) OpsManagerMaintenanceWindow(arg0, arg1 string) (*opsmngr.MaintenanceWindow, error)

OpsManagerMaintenanceWindow mocks base method.

type MockOpsManagerMaintenanceWindowDescriberMockRecorder

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

MockOpsManagerMaintenanceWindowDescriberMockRecorder is the mock recorder for MockOpsManagerMaintenanceWindowDescriber.

func (*MockOpsManagerMaintenanceWindowDescriberMockRecorder) OpsManagerMaintenanceWindow

func (mr *MockOpsManagerMaintenanceWindowDescriberMockRecorder) OpsManagerMaintenanceWindow(arg0, arg1 interface{}) *gomock.Call

OpsManagerMaintenanceWindow indicates an expected call of OpsManagerMaintenanceWindow.

type MockOpsManagerMaintenanceWindowLister

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

MockOpsManagerMaintenanceWindowLister is a mock of OpsManagerMaintenanceWindowLister interface.

func NewMockOpsManagerMaintenanceWindowLister

func NewMockOpsManagerMaintenanceWindowLister(ctrl *gomock.Controller) *MockOpsManagerMaintenanceWindowLister

NewMockOpsManagerMaintenanceWindowLister creates a new mock instance.

func (*MockOpsManagerMaintenanceWindowLister) EXPECT

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

func (*MockOpsManagerMaintenanceWindowLister) OpsManagerMaintenanceWindows

func (m *MockOpsManagerMaintenanceWindowLister) OpsManagerMaintenanceWindows(arg0 string) (*opsmngr.MaintenanceWindows, error)

OpsManagerMaintenanceWindows mocks base method.

type MockOpsManagerMaintenanceWindowListerMockRecorder

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

MockOpsManagerMaintenanceWindowListerMockRecorder is the mock recorder for MockOpsManagerMaintenanceWindowLister.

func (*MockOpsManagerMaintenanceWindowListerMockRecorder) OpsManagerMaintenanceWindows

func (mr *MockOpsManagerMaintenanceWindowListerMockRecorder) OpsManagerMaintenanceWindows(arg0 interface{}) *gomock.Call

OpsManagerMaintenanceWindows indicates an expected call of OpsManagerMaintenanceWindows.

type MockOpsManagerMaintenanceWindowUpdater

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

MockOpsManagerMaintenanceWindowUpdater is a mock of OpsManagerMaintenanceWindowUpdater interface.

func NewMockOpsManagerMaintenanceWindowUpdater

func NewMockOpsManagerMaintenanceWindowUpdater(ctrl *gomock.Controller) *MockOpsManagerMaintenanceWindowUpdater

NewMockOpsManagerMaintenanceWindowUpdater creates a new mock instance.

func (*MockOpsManagerMaintenanceWindowUpdater) EXPECT

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

func (*MockOpsManagerMaintenanceWindowUpdater) UpdateOpsManagerMaintenanceWindow

func (m *MockOpsManagerMaintenanceWindowUpdater) UpdateOpsManagerMaintenanceWindow(arg0 string, arg1 *opsmngr.MaintenanceWindow) (*opsmngr.MaintenanceWindow, error)

UpdateOpsManagerMaintenanceWindow mocks base method.

type MockOpsManagerMaintenanceWindowUpdaterMockRecorder

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

MockOpsManagerMaintenanceWindowUpdaterMockRecorder is the mock recorder for MockOpsManagerMaintenanceWindowUpdater.

func (*MockOpsManagerMaintenanceWindowUpdaterMockRecorder) UpdateOpsManagerMaintenanceWindow

func (mr *MockOpsManagerMaintenanceWindowUpdaterMockRecorder) UpdateOpsManagerMaintenanceWindow(arg0, arg1 interface{}) *gomock.Call

UpdateOpsManagerMaintenanceWindow indicates an expected call of UpdateOpsManagerMaintenanceWindow.

type MockOrgProjectLister

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

MockOrgProjectLister is a mock of OrgProjectLister interface.

func NewMockOrgProjectLister

func NewMockOrgProjectLister(ctrl *gomock.Controller) *MockOrgProjectLister

NewMockOrgProjectLister creates a new mock instance.

func (*MockOrgProjectLister) EXPECT

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

func (*MockOrgProjectLister) GetOrgProjects

func (m *MockOrgProjectLister) GetOrgProjects(arg0 string) (interface{}, error)

GetOrgProjects mocks base method.

type MockOrgProjectListerMockRecorder

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

MockOrgProjectListerMockRecorder is the mock recorder for MockOrgProjectLister.

func (*MockOrgProjectListerMockRecorder) GetOrgProjects

func (mr *MockOrgProjectListerMockRecorder) GetOrgProjects(arg0 interface{}) *gomock.Call

GetOrgProjects indicates an expected call of GetOrgProjects.

type MockOrganizationAPIKeyAccessListCreator

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

MockOrganizationAPIKeyAccessListCreator is a mock of OrganizationAPIKeyAccessListCreator interface.

func NewMockOrganizationAPIKeyAccessListCreator

func NewMockOrganizationAPIKeyAccessListCreator(ctrl *gomock.Controller) *MockOrganizationAPIKeyAccessListCreator

NewMockOrganizationAPIKeyAccessListCreator creates a new mock instance.

func (*MockOrganizationAPIKeyAccessListCreator) CreateOrganizationAPIKeyAccessList

func (m *MockOrganizationAPIKeyAccessListCreator) CreateOrganizationAPIKeyAccessList(arg0, arg1 string, arg2 []*mongodbatlas.AccessListAPIKeysReq) (*mongodbatlas.AccessListAPIKeys, error)

CreateOrganizationAPIKeyAccessList mocks base method.

func (*MockOrganizationAPIKeyAccessListCreator) EXPECT

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

type MockOrganizationAPIKeyAccessListCreatorMockRecorder

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

MockOrganizationAPIKeyAccessListCreatorMockRecorder is the mock recorder for MockOrganizationAPIKeyAccessListCreator.

func (*MockOrganizationAPIKeyAccessListCreatorMockRecorder) CreateOrganizationAPIKeyAccessList

func (mr *MockOrganizationAPIKeyAccessListCreatorMockRecorder) CreateOrganizationAPIKeyAccessList(arg0, arg1, arg2 interface{}) *gomock.Call

CreateOrganizationAPIKeyAccessList indicates an expected call of CreateOrganizationAPIKeyAccessList.

type MockOrganizationAPIKeyAccessListDeleter

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

MockOrganizationAPIKeyAccessListDeleter is a mock of OrganizationAPIKeyAccessListDeleter interface.

func NewMockOrganizationAPIKeyAccessListDeleter

func NewMockOrganizationAPIKeyAccessListDeleter(ctrl *gomock.Controller) *MockOrganizationAPIKeyAccessListDeleter

NewMockOrganizationAPIKeyAccessListDeleter creates a new mock instance.

func (*MockOrganizationAPIKeyAccessListDeleter) DeleteOrganizationAPIKeyAccessList

func (m *MockOrganizationAPIKeyAccessListDeleter) DeleteOrganizationAPIKeyAccessList(arg0, arg1, arg2 string) error

DeleteOrganizationAPIKeyAccessList mocks base method.

func (*MockOrganizationAPIKeyAccessListDeleter) EXPECT

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

type MockOrganizationAPIKeyAccessListDeleterMockRecorder

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

MockOrganizationAPIKeyAccessListDeleterMockRecorder is the mock recorder for MockOrganizationAPIKeyAccessListDeleter.

func (*MockOrganizationAPIKeyAccessListDeleterMockRecorder) DeleteOrganizationAPIKeyAccessList

func (mr *MockOrganizationAPIKeyAccessListDeleterMockRecorder) DeleteOrganizationAPIKeyAccessList(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteOrganizationAPIKeyAccessList indicates an expected call of DeleteOrganizationAPIKeyAccessList.

type MockOrganizationAPIKeyAccessListLister

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

MockOrganizationAPIKeyAccessListLister is a mock of OrganizationAPIKeyAccessListLister interface.

func NewMockOrganizationAPIKeyAccessListLister

func NewMockOrganizationAPIKeyAccessListLister(ctrl *gomock.Controller) *MockOrganizationAPIKeyAccessListLister

NewMockOrganizationAPIKeyAccessListLister creates a new mock instance.

func (*MockOrganizationAPIKeyAccessListLister) EXPECT

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

func (*MockOrganizationAPIKeyAccessListLister) OrganizationAPIKeyAccessLists

func (m *MockOrganizationAPIKeyAccessListLister) OrganizationAPIKeyAccessLists(arg0, arg1 string, arg2 *mongodbatlas.ListOptions) (*mongodbatlas.AccessListAPIKeys, error)

OrganizationAPIKeyAccessLists mocks base method.

type MockOrganizationAPIKeyAccessListListerMockRecorder

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

MockOrganizationAPIKeyAccessListListerMockRecorder is the mock recorder for MockOrganizationAPIKeyAccessListLister.

func (*MockOrganizationAPIKeyAccessListListerMockRecorder) OrganizationAPIKeyAccessLists

func (mr *MockOrganizationAPIKeyAccessListListerMockRecorder) OrganizationAPIKeyAccessLists(arg0, arg1, arg2 interface{}) *gomock.Call

OrganizationAPIKeyAccessLists indicates an expected call of OrganizationAPIKeyAccessLists.

type MockOrganizationAPIKeyCreator

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

MockOrganizationAPIKeyCreator is a mock of OrganizationAPIKeyCreator interface.

func NewMockOrganizationAPIKeyCreator

func NewMockOrganizationAPIKeyCreator(ctrl *gomock.Controller) *MockOrganizationAPIKeyCreator

NewMockOrganizationAPIKeyCreator creates a new mock instance.

func (*MockOrganizationAPIKeyCreator) CreateOrganizationAPIKey

func (m *MockOrganizationAPIKeyCreator) CreateOrganizationAPIKey(arg0 string, arg1 *mongodbatlas.APIKeyInput) (*mongodbatlas.APIKey, error)

CreateOrganizationAPIKey mocks base method.

func (*MockOrganizationAPIKeyCreator) EXPECT

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

type MockOrganizationAPIKeyCreatorMockRecorder

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

MockOrganizationAPIKeyCreatorMockRecorder is the mock recorder for MockOrganizationAPIKeyCreator.

func (*MockOrganizationAPIKeyCreatorMockRecorder) CreateOrganizationAPIKey

func (mr *MockOrganizationAPIKeyCreatorMockRecorder) CreateOrganizationAPIKey(arg0, arg1 interface{}) *gomock.Call

CreateOrganizationAPIKey indicates an expected call of CreateOrganizationAPIKey.

type MockOrganizationAPIKeyDeleter

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

MockOrganizationAPIKeyDeleter is a mock of OrganizationAPIKeyDeleter interface.

func NewMockOrganizationAPIKeyDeleter

func NewMockOrganizationAPIKeyDeleter(ctrl *gomock.Controller) *MockOrganizationAPIKeyDeleter

NewMockOrganizationAPIKeyDeleter creates a new mock instance.

func (*MockOrganizationAPIKeyDeleter) DeleteOrganizationAPIKey

func (m *MockOrganizationAPIKeyDeleter) DeleteOrganizationAPIKey(arg0, arg1 string) error

DeleteOrganizationAPIKey mocks base method.

func (*MockOrganizationAPIKeyDeleter) EXPECT

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

type MockOrganizationAPIKeyDeleterMockRecorder

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

MockOrganizationAPIKeyDeleterMockRecorder is the mock recorder for MockOrganizationAPIKeyDeleter.

func (*MockOrganizationAPIKeyDeleterMockRecorder) DeleteOrganizationAPIKey

func (mr *MockOrganizationAPIKeyDeleterMockRecorder) DeleteOrganizationAPIKey(arg0, arg1 interface{}) *gomock.Call

DeleteOrganizationAPIKey indicates an expected call of DeleteOrganizationAPIKey.

type MockOrganizationAPIKeyDescriber

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

MockOrganizationAPIKeyDescriber is a mock of OrganizationAPIKeyDescriber interface.

func NewMockOrganizationAPIKeyDescriber

func NewMockOrganizationAPIKeyDescriber(ctrl *gomock.Controller) *MockOrganizationAPIKeyDescriber

NewMockOrganizationAPIKeyDescriber creates a new mock instance.

func (*MockOrganizationAPIKeyDescriber) EXPECT

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

func (*MockOrganizationAPIKeyDescriber) OrganizationAPIKey

func (m *MockOrganizationAPIKeyDescriber) OrganizationAPIKey(arg0, arg1 string) (*mongodbatlas.APIKey, error)

OrganizationAPIKey mocks base method.

type MockOrganizationAPIKeyDescriberMockRecorder

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

MockOrganizationAPIKeyDescriberMockRecorder is the mock recorder for MockOrganizationAPIKeyDescriber.

func (*MockOrganizationAPIKeyDescriberMockRecorder) OrganizationAPIKey

func (mr *MockOrganizationAPIKeyDescriberMockRecorder) OrganizationAPIKey(arg0, arg1 interface{}) *gomock.Call

OrganizationAPIKey indicates an expected call of OrganizationAPIKey.

type MockOrganizationAPIKeyLister

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

MockOrganizationAPIKeyLister is a mock of OrganizationAPIKeyLister interface.

func NewMockOrganizationAPIKeyLister

func NewMockOrganizationAPIKeyLister(ctrl *gomock.Controller) *MockOrganizationAPIKeyLister

NewMockOrganizationAPIKeyLister creates a new mock instance.

func (*MockOrganizationAPIKeyLister) EXPECT

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

func (*MockOrganizationAPIKeyLister) OrganizationAPIKeys

func (m *MockOrganizationAPIKeyLister) OrganizationAPIKeys(arg0 string, arg1 *mongodbatlas.ListOptions) ([]mongodbatlas.APIKey, error)

OrganizationAPIKeys mocks base method.

type MockOrganizationAPIKeyListerMockRecorder

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

MockOrganizationAPIKeyListerMockRecorder is the mock recorder for MockOrganizationAPIKeyLister.

func (*MockOrganizationAPIKeyListerMockRecorder) OrganizationAPIKeys

func (mr *MockOrganizationAPIKeyListerMockRecorder) OrganizationAPIKeys(arg0, arg1 interface{}) *gomock.Call

OrganizationAPIKeys indicates an expected call of OrganizationAPIKeys.

type MockOrganizationAPIKeyUpdater

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

MockOrganizationAPIKeyUpdater is a mock of OrganizationAPIKeyUpdater interface.

func NewMockOrganizationAPIKeyUpdater

func NewMockOrganizationAPIKeyUpdater(ctrl *gomock.Controller) *MockOrganizationAPIKeyUpdater

NewMockOrganizationAPIKeyUpdater creates a new mock instance.

func (*MockOrganizationAPIKeyUpdater) EXPECT

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

func (*MockOrganizationAPIKeyUpdater) UpdateOrganizationAPIKey

func (m *MockOrganizationAPIKeyUpdater) UpdateOrganizationAPIKey(arg0, arg1 string, arg2 *mongodbatlas.APIKeyInput) (*mongodbatlas.APIKey, error)

UpdateOrganizationAPIKey mocks base method.

type MockOrganizationAPIKeyUpdaterMockRecorder

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

MockOrganizationAPIKeyUpdaterMockRecorder is the mock recorder for MockOrganizationAPIKeyUpdater.

func (*MockOrganizationAPIKeyUpdaterMockRecorder) UpdateOrganizationAPIKey

func (mr *MockOrganizationAPIKeyUpdaterMockRecorder) UpdateOrganizationAPIKey(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateOrganizationAPIKey indicates an expected call of UpdateOrganizationAPIKey.

type MockOrganizationCreator

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

MockOrganizationCreator is a mock of OrganizationCreator interface.

func NewMockOrganizationCreator

func NewMockOrganizationCreator(ctrl *gomock.Controller) *MockOrganizationCreator

NewMockOrganizationCreator creates a new mock instance.

func (*MockOrganizationCreator) CreateOrganization

func (m *MockOrganizationCreator) CreateOrganization(arg0 string) (*mongodbatlas.Organization, error)

CreateOrganization mocks base method.

func (*MockOrganizationCreator) EXPECT

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

type MockOrganizationCreatorMockRecorder

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

MockOrganizationCreatorMockRecorder is the mock recorder for MockOrganizationCreator.

func (*MockOrganizationCreatorMockRecorder) CreateOrganization

func (mr *MockOrganizationCreatorMockRecorder) CreateOrganization(arg0 interface{}) *gomock.Call

CreateOrganization indicates an expected call of CreateOrganization.

type MockOrganizationDeleter

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

MockOrganizationDeleter is a mock of OrganizationDeleter interface.

func NewMockOrganizationDeleter

func NewMockOrganizationDeleter(ctrl *gomock.Controller) *MockOrganizationDeleter

NewMockOrganizationDeleter creates a new mock instance.

func (*MockOrganizationDeleter) DeleteOrganization

func (m *MockOrganizationDeleter) DeleteOrganization(arg0 string) error

DeleteOrganization mocks base method.

func (*MockOrganizationDeleter) EXPECT

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

type MockOrganizationDeleterMockRecorder

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

MockOrganizationDeleterMockRecorder is the mock recorder for MockOrganizationDeleter.

func (*MockOrganizationDeleterMockRecorder) DeleteOrganization

func (mr *MockOrganizationDeleterMockRecorder) DeleteOrganization(arg0 interface{}) *gomock.Call

DeleteOrganization indicates an expected call of DeleteOrganization.

type MockOrganizationDescriber

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

MockOrganizationDescriber is a mock of OrganizationDescriber interface.

func NewMockOrganizationDescriber

func NewMockOrganizationDescriber(ctrl *gomock.Controller) *MockOrganizationDescriber

NewMockOrganizationDescriber creates a new mock instance.

func (*MockOrganizationDescriber) EXPECT

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

func (*MockOrganizationDescriber) Organization

func (m *MockOrganizationDescriber) Organization(arg0 string) (interface{}, error)

Organization mocks base method.

type MockOrganizationDescriberMockRecorder

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

MockOrganizationDescriberMockRecorder is the mock recorder for MockOrganizationDescriber.

func (*MockOrganizationDescriberMockRecorder) Organization

func (mr *MockOrganizationDescriberMockRecorder) Organization(arg0 interface{}) *gomock.Call

Organization indicates an expected call of Organization.

type MockOrganizationEventLister

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

MockOrganizationEventLister is a mock of OrganizationEventLister interface.

func NewMockOrganizationEventLister

func NewMockOrganizationEventLister(ctrl *gomock.Controller) *MockOrganizationEventLister

NewMockOrganizationEventLister creates a new mock instance.

func (*MockOrganizationEventLister) EXPECT

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

func (*MockOrganizationEventLister) OrganizationEvents

OrganizationEvents mocks base method.

type MockOrganizationEventListerMockRecorder

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

MockOrganizationEventListerMockRecorder is the mock recorder for MockOrganizationEventLister.

func (*MockOrganizationEventListerMockRecorder) OrganizationEvents

func (mr *MockOrganizationEventListerMockRecorder) OrganizationEvents(arg0, arg1 interface{}) *gomock.Call

OrganizationEvents indicates an expected call of OrganizationEvents.

type MockOrganizationHostAssignmentLister

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

MockOrganizationHostAssignmentLister is a mock of OrganizationHostAssignmentLister interface.

func NewMockOrganizationHostAssignmentLister

func NewMockOrganizationHostAssignmentLister(ctrl *gomock.Controller) *MockOrganizationHostAssignmentLister

NewMockOrganizationHostAssignmentLister creates a new mock instance.

func (*MockOrganizationHostAssignmentLister) EXPECT

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

func (*MockOrganizationHostAssignmentLister) OrganizationHostAssignments

func (m *MockOrganizationHostAssignmentLister) OrganizationHostAssignments(arg0 string, arg1 *opsmngr.ServerTypeOptions) (*opsmngr.HostAssignments, error)

OrganizationHostAssignments mocks base method.

type MockOrganizationHostAssignmentListerMockRecorder

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

MockOrganizationHostAssignmentListerMockRecorder is the mock recorder for MockOrganizationHostAssignmentLister.

func (*MockOrganizationHostAssignmentListerMockRecorder) OrganizationHostAssignments

func (mr *MockOrganizationHostAssignmentListerMockRecorder) OrganizationHostAssignments(arg0, arg1 interface{}) *gomock.Call

OrganizationHostAssignments indicates an expected call of OrganizationHostAssignments.

type MockOrganizationInvitationDeleter

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

MockOrganizationInvitationDeleter is a mock of OrganizationInvitationDeleter interface.

func NewMockOrganizationInvitationDeleter

func NewMockOrganizationInvitationDeleter(ctrl *gomock.Controller) *MockOrganizationInvitationDeleter

NewMockOrganizationInvitationDeleter creates a new mock instance.

func (*MockOrganizationInvitationDeleter) DeleteInvitation

func (m *MockOrganizationInvitationDeleter) DeleteInvitation(arg0, arg1 string) error

DeleteInvitation mocks base method.

func (*MockOrganizationInvitationDeleter) EXPECT

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

type MockOrganizationInvitationDeleterMockRecorder

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

MockOrganizationInvitationDeleterMockRecorder is the mock recorder for MockOrganizationInvitationDeleter.

func (*MockOrganizationInvitationDeleterMockRecorder) DeleteInvitation

func (mr *MockOrganizationInvitationDeleterMockRecorder) DeleteInvitation(arg0, arg1 interface{}) *gomock.Call

DeleteInvitation indicates an expected call of DeleteInvitation.

type MockOrganizationInvitationDescriber

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

MockOrganizationInvitationDescriber is a mock of OrganizationInvitationDescriber interface.

func NewMockOrganizationInvitationDescriber

func NewMockOrganizationInvitationDescriber(ctrl *gomock.Controller) *MockOrganizationInvitationDescriber

NewMockOrganizationInvitationDescriber creates a new mock instance.

func (*MockOrganizationInvitationDescriber) EXPECT

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

func (*MockOrganizationInvitationDescriber) OrganizationInvitation

func (m *MockOrganizationInvitationDescriber) OrganizationInvitation(arg0, arg1 string) (interface{}, error)

OrganizationInvitation mocks base method.

type MockOrganizationInvitationDescriberMockRecorder

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

MockOrganizationInvitationDescriberMockRecorder is the mock recorder for MockOrganizationInvitationDescriber.

func (*MockOrganizationInvitationDescriberMockRecorder) OrganizationInvitation

func (mr *MockOrganizationInvitationDescriberMockRecorder) OrganizationInvitation(arg0, arg1 interface{}) *gomock.Call

OrganizationInvitation indicates an expected call of OrganizationInvitation.

type MockOrganizationInvitationLister

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

MockOrganizationInvitationLister is a mock of OrganizationInvitationLister interface.

func NewMockOrganizationInvitationLister

func NewMockOrganizationInvitationLister(ctrl *gomock.Controller) *MockOrganizationInvitationLister

NewMockOrganizationInvitationLister creates a new mock instance.

func (*MockOrganizationInvitationLister) EXPECT

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

func (*MockOrganizationInvitationLister) OrganizationInvitations

func (m *MockOrganizationInvitationLister) OrganizationInvitations(arg0 string, arg1 *mongodbatlas.InvitationOptions) (interface{}, error)

OrganizationInvitations mocks base method.

type MockOrganizationInvitationListerMockRecorder

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

MockOrganizationInvitationListerMockRecorder is the mock recorder for MockOrganizationInvitationLister.

func (*MockOrganizationInvitationListerMockRecorder) OrganizationInvitations

func (mr *MockOrganizationInvitationListerMockRecorder) OrganizationInvitations(arg0, arg1 interface{}) *gomock.Call

OrganizationInvitations indicates an expected call of OrganizationInvitations.

type MockOrganizationInvitationUpdater

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

MockOrganizationInvitationUpdater is a mock of OrganizationInvitationUpdater interface.

func NewMockOrganizationInvitationUpdater

func NewMockOrganizationInvitationUpdater(ctrl *gomock.Controller) *MockOrganizationInvitationUpdater

NewMockOrganizationInvitationUpdater creates a new mock instance.

func (*MockOrganizationInvitationUpdater) EXPECT

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

func (*MockOrganizationInvitationUpdater) UpdateOrganizationInvitation

func (m *MockOrganizationInvitationUpdater) UpdateOrganizationInvitation(arg0, arg1 string, arg2 *mongodbatlas.Invitation) (interface{}, error)

UpdateOrganizationInvitation mocks base method.

type MockOrganizationInvitationUpdaterMockRecorder

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

MockOrganizationInvitationUpdaterMockRecorder is the mock recorder for MockOrganizationInvitationUpdater.

func (*MockOrganizationInvitationUpdaterMockRecorder) UpdateOrganizationInvitation

func (mr *MockOrganizationInvitationUpdaterMockRecorder) UpdateOrganizationInvitation(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateOrganizationInvitation indicates an expected call of UpdateOrganizationInvitation.

type MockOrganizationInviter

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

MockOrganizationInviter is a mock of OrganizationInviter interface.

func NewMockOrganizationInviter

func NewMockOrganizationInviter(ctrl *gomock.Controller) *MockOrganizationInviter

NewMockOrganizationInviter creates a new mock instance.

func (*MockOrganizationInviter) EXPECT

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

func (*MockOrganizationInviter) InviteUser

func (m *MockOrganizationInviter) InviteUser(arg0 string, arg1 *mongodbatlas.Invitation) (interface{}, error)

InviteUser mocks base method.

type MockOrganizationInviterMockRecorder

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

MockOrganizationInviterMockRecorder is the mock recorder for MockOrganizationInviter.

func (*MockOrganizationInviterMockRecorder) InviteUser

func (mr *MockOrganizationInviterMockRecorder) InviteUser(arg0, arg1 interface{}) *gomock.Call

InviteUser indicates an expected call of InviteUser.

type MockOrganizationLister

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

MockOrganizationLister is a mock of OrganizationLister interface.

func NewMockOrganizationLister

func NewMockOrganizationLister(ctrl *gomock.Controller) *MockOrganizationLister

NewMockOrganizationLister creates a new mock instance.

func (*MockOrganizationLister) EXPECT

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

func (*MockOrganizationLister) Organizations

func (m *MockOrganizationLister) Organizations(arg0 *mongodbatlas.OrganizationsListOptions) (interface{}, error)

Organizations mocks base method.

type MockOrganizationListerMockRecorder

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

MockOrganizationListerMockRecorder is the mock recorder for MockOrganizationLister.

func (*MockOrganizationListerMockRecorder) Organizations

func (mr *MockOrganizationListerMockRecorder) Organizations(arg0 interface{}) *gomock.Call

Organizations indicates an expected call of Organizations.

type MockOrganizationServerTypeGetter

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

MockOrganizationServerTypeGetter is a mock of OrganizationServerTypeGetter interface.

func NewMockOrganizationServerTypeGetter

func NewMockOrganizationServerTypeGetter(ctrl *gomock.Controller) *MockOrganizationServerTypeGetter

NewMockOrganizationServerTypeGetter creates a new mock instance.

func (*MockOrganizationServerTypeGetter) EXPECT

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

func (*MockOrganizationServerTypeGetter) OrganizationServerType

func (m *MockOrganizationServerTypeGetter) OrganizationServerType(arg0 string) (*opsmngr.ServerType, error)

OrganizationServerType mocks base method.

type MockOrganizationServerTypeGetterMockRecorder

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

MockOrganizationServerTypeGetterMockRecorder is the mock recorder for MockOrganizationServerTypeGetter.

func (*MockOrganizationServerTypeGetterMockRecorder) OrganizationServerType

func (mr *MockOrganizationServerTypeGetterMockRecorder) OrganizationServerType(arg0 interface{}) *gomock.Call

OrganizationServerType indicates an expected call of OrganizationServerType.

type MockOrganizationServerTypeUpdater

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

MockOrganizationServerTypeUpdater is a mock of OrganizationServerTypeUpdater interface.

func NewMockOrganizationServerTypeUpdater

func NewMockOrganizationServerTypeUpdater(ctrl *gomock.Controller) *MockOrganizationServerTypeUpdater

NewMockOrganizationServerTypeUpdater creates a new mock instance.

func (*MockOrganizationServerTypeUpdater) EXPECT

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

func (*MockOrganizationServerTypeUpdater) UpdateOrganizationServerType

func (m *MockOrganizationServerTypeUpdater) UpdateOrganizationServerType(arg0 string, arg1 *opsmngr.ServerTypeRequest) error

UpdateOrganizationServerType mocks base method.

type MockOrganizationServerTypeUpdaterMockRecorder

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

MockOrganizationServerTypeUpdaterMockRecorder is the mock recorder for MockOrganizationServerTypeUpdater.

func (*MockOrganizationServerTypeUpdaterMockRecorder) UpdateOrganizationServerType

func (mr *MockOrganizationServerTypeUpdaterMockRecorder) UpdateOrganizationServerType(arg0, arg1 interface{}) *gomock.Call

UpdateOrganizationServerType indicates an expected call of UpdateOrganizationServerType.

type MockOrganizationsConnector

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

MockOrganizationsConnector is a mock of OrganizationsConnector interface.

func NewMockOrganizationsConnector

func NewMockOrganizationsConnector(ctrl *gomock.Controller) *MockOrganizationsConnector

NewMockOrganizationsConnector creates a new mock instance.

func (*MockOrganizationsConnector) ConnectOrganizations

func (m *MockOrganizationsConnector) ConnectOrganizations(arg0 string, arg1 *mongodbatlas.LinkToken) (*opsmngr.ConnectionStatus, error)

ConnectOrganizations mocks base method.

func (*MockOrganizationsConnector) EXPECT

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

type MockOrganizationsConnectorMockRecorder

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

MockOrganizationsConnectorMockRecorder is the mock recorder for MockOrganizationsConnector.

func (*MockOrganizationsConnectorMockRecorder) ConnectOrganizations

func (mr *MockOrganizationsConnectorMockRecorder) ConnectOrganizations(arg0, arg1 interface{}) *gomock.Call

ConnectOrganizations indicates an expected call of ConnectOrganizations.

type MockOrganizationsDescriber

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

MockOrganizationsDescriber is a mock of OrganizationsDescriber interface.

func NewMockOrganizationsDescriber

func NewMockOrganizationsDescriber(ctrl *gomock.Controller) *MockOrganizationsDescriber

NewMockOrganizationsDescriber creates a new mock instance.

func (*MockOrganizationsDescriber) EXPECT

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

func (*MockOrganizationsDescriber) OrganizationConnectionStatus

func (m *MockOrganizationsDescriber) OrganizationConnectionStatus(arg0 string) (*opsmngr.ConnectionStatus, error)

OrganizationConnectionStatus mocks base method.

type MockOrganizationsDescriberMockRecorder

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

MockOrganizationsDescriberMockRecorder is the mock recorder for MockOrganizationsDescriber.

func (*MockOrganizationsDescriberMockRecorder) OrganizationConnectionStatus

func (mr *MockOrganizationsDescriberMockRecorder) OrganizationConnectionStatus(arg0 interface{}) *gomock.Call

OrganizationConnectionStatus indicates an expected call of OrganizationConnectionStatus.

type MockOwnerCreator

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

MockOwnerCreator is a mock of OwnerCreator interface.

func NewMockOwnerCreator

func NewMockOwnerCreator(ctrl *gomock.Controller) *MockOwnerCreator

NewMockOwnerCreator creates a new mock instance.

func (*MockOwnerCreator) CreateOwner

func (m *MockOwnerCreator) CreateOwner(arg0 *opsmngr.User, arg1 []string) (*opsmngr.CreateUserResponse, error)

CreateOwner mocks base method.

func (*MockOwnerCreator) EXPECT

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

type MockOwnerCreatorMockRecorder

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

MockOwnerCreatorMockRecorder is the mock recorder for MockOwnerCreator.

func (*MockOwnerCreatorMockRecorder) CreateOwner

func (mr *MockOwnerCreatorMockRecorder) CreateOwner(arg0, arg1 interface{}) *gomock.Call

CreateOwner indicates an expected call of CreateOwner.

type MockPeeringConnectionCreator

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

MockPeeringConnectionCreator is a mock of PeeringConnectionCreator interface.

func NewMockPeeringConnectionCreator

func NewMockPeeringConnectionCreator(ctrl *gomock.Controller) *MockPeeringConnectionCreator

NewMockPeeringConnectionCreator creates a new mock instance.

func (*MockPeeringConnectionCreator) CreateContainer

CreateContainer mocks base method.

func (*MockPeeringConnectionCreator) CreatePeeringConnection

CreatePeeringConnection mocks base method.

func (*MockPeeringConnectionCreator) EXPECT

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

type MockPeeringConnectionCreatorMockRecorder

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

MockPeeringConnectionCreatorMockRecorder is the mock recorder for MockPeeringConnectionCreator.

func (*MockPeeringConnectionCreatorMockRecorder) CreateContainer

func (mr *MockPeeringConnectionCreatorMockRecorder) CreateContainer(arg0, arg1 interface{}) *gomock.Call

CreateContainer indicates an expected call of CreateContainer.

func (*MockPeeringConnectionCreatorMockRecorder) CreatePeeringConnection

func (mr *MockPeeringConnectionCreatorMockRecorder) CreatePeeringConnection(arg0, arg1 interface{}) *gomock.Call

CreatePeeringConnection indicates an expected call of CreatePeeringConnection.

type MockPeeringConnectionDeleter

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

MockPeeringConnectionDeleter is a mock of PeeringConnectionDeleter interface.

func NewMockPeeringConnectionDeleter

func NewMockPeeringConnectionDeleter(ctrl *gomock.Controller) *MockPeeringConnectionDeleter

NewMockPeeringConnectionDeleter creates a new mock instance.

func (*MockPeeringConnectionDeleter) DeletePeeringConnection

func (m *MockPeeringConnectionDeleter) DeletePeeringConnection(arg0, arg1 string) error

DeletePeeringConnection mocks base method.

func (*MockPeeringConnectionDeleter) EXPECT

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

type MockPeeringConnectionDeleterMockRecorder

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

MockPeeringConnectionDeleterMockRecorder is the mock recorder for MockPeeringConnectionDeleter.

func (*MockPeeringConnectionDeleterMockRecorder) DeletePeeringConnection

func (mr *MockPeeringConnectionDeleterMockRecorder) DeletePeeringConnection(arg0, arg1 interface{}) *gomock.Call

DeletePeeringConnection indicates an expected call of DeletePeeringConnection.

type MockPeeringConnectionDescriber

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

MockPeeringConnectionDescriber is a mock of PeeringConnectionDescriber interface.

func NewMockPeeringConnectionDescriber

func NewMockPeeringConnectionDescriber(ctrl *gomock.Controller) *MockPeeringConnectionDescriber

NewMockPeeringConnectionDescriber creates a new mock instance.

func (*MockPeeringConnectionDescriber) EXPECT

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

func (*MockPeeringConnectionDescriber) PeeringConnection

PeeringConnection mocks base method.

type MockPeeringConnectionDescriberMockRecorder

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

MockPeeringConnectionDescriberMockRecorder is the mock recorder for MockPeeringConnectionDescriber.

func (*MockPeeringConnectionDescriberMockRecorder) PeeringConnection

func (mr *MockPeeringConnectionDescriberMockRecorder) PeeringConnection(arg0, arg1 interface{}) *gomock.Call

PeeringConnection indicates an expected call of PeeringConnection.

type MockPeeringConnectionLister

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

MockPeeringConnectionLister is a mock of PeeringConnectionLister interface.

func NewMockPeeringConnectionLister

func NewMockPeeringConnectionLister(ctrl *gomock.Controller) *MockPeeringConnectionLister

NewMockPeeringConnectionLister creates a new mock instance.

func (*MockPeeringConnectionLister) EXPECT

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

func (*MockPeeringConnectionLister) PeeringConnections

PeeringConnections mocks base method.

type MockPeeringConnectionListerMockRecorder

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

MockPeeringConnectionListerMockRecorder is the mock recorder for MockPeeringConnectionLister.

func (*MockPeeringConnectionListerMockRecorder) PeeringConnections

func (mr *MockPeeringConnectionListerMockRecorder) PeeringConnections(arg0, arg1 interface{}) *gomock.Call

PeeringConnections indicates an expected call of PeeringConnections.

type MockPerformanceAdvisorIndexesLister

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

MockPerformanceAdvisorIndexesLister is a mock of PerformanceAdvisorIndexesLister interface.

func NewMockPerformanceAdvisorIndexesLister

func NewMockPerformanceAdvisorIndexesLister(ctrl *gomock.Controller) *MockPerformanceAdvisorIndexesLister

NewMockPerformanceAdvisorIndexesLister creates a new mock instance.

func (*MockPerformanceAdvisorIndexesLister) EXPECT

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

func (*MockPerformanceAdvisorIndexesLister) PerformanceAdvisorIndexes

PerformanceAdvisorIndexes mocks base method.

type MockPerformanceAdvisorIndexesListerMockRecorder

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

MockPerformanceAdvisorIndexesListerMockRecorder is the mock recorder for MockPerformanceAdvisorIndexesLister.

func (*MockPerformanceAdvisorIndexesListerMockRecorder) PerformanceAdvisorIndexes

func (mr *MockPerformanceAdvisorIndexesListerMockRecorder) PerformanceAdvisorIndexes(arg0, arg1, arg2 interface{}) *gomock.Call

PerformanceAdvisorIndexes indicates an expected call of PerformanceAdvisorIndexes.

type MockPerformanceAdvisorNamespacesLister

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

MockPerformanceAdvisorNamespacesLister is a mock of PerformanceAdvisorNamespacesLister interface.

func NewMockPerformanceAdvisorNamespacesLister

func NewMockPerformanceAdvisorNamespacesLister(ctrl *gomock.Controller) *MockPerformanceAdvisorNamespacesLister

NewMockPerformanceAdvisorNamespacesLister creates a new mock instance.

func (*MockPerformanceAdvisorNamespacesLister) EXPECT

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

func (*MockPerformanceAdvisorNamespacesLister) PerformanceAdvisorNamespaces

func (m *MockPerformanceAdvisorNamespacesLister) PerformanceAdvisorNamespaces(arg0, arg1 string, arg2 *mongodbatlas.NamespaceOptions) (*mongodbatlas.Namespaces, error)

PerformanceAdvisorNamespaces mocks base method.

type MockPerformanceAdvisorNamespacesListerMockRecorder

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

MockPerformanceAdvisorNamespacesListerMockRecorder is the mock recorder for MockPerformanceAdvisorNamespacesLister.

func (*MockPerformanceAdvisorNamespacesListerMockRecorder) PerformanceAdvisorNamespaces

func (mr *MockPerformanceAdvisorNamespacesListerMockRecorder) PerformanceAdvisorNamespaces(arg0, arg1, arg2 interface{}) *gomock.Call

PerformanceAdvisorNamespaces indicates an expected call of PerformanceAdvisorNamespaces.

type MockPerformanceAdvisorSlowOperationThresholdDisabler

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

MockPerformanceAdvisorSlowOperationThresholdDisabler is a mock of PerformanceAdvisorSlowOperationThresholdDisabler interface.

func NewMockPerformanceAdvisorSlowOperationThresholdDisabler

func NewMockPerformanceAdvisorSlowOperationThresholdDisabler(ctrl *gomock.Controller) *MockPerformanceAdvisorSlowOperationThresholdDisabler

NewMockPerformanceAdvisorSlowOperationThresholdDisabler creates a new mock instance.

func (*MockPerformanceAdvisorSlowOperationThresholdDisabler) DisablePerformanceAdvisorSlowOperationThreshold

func (m *MockPerformanceAdvisorSlowOperationThresholdDisabler) DisablePerformanceAdvisorSlowOperationThreshold(arg0 string) error

DisablePerformanceAdvisorSlowOperationThreshold mocks base method.

func (*MockPerformanceAdvisorSlowOperationThresholdDisabler) EXPECT

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

type MockPerformanceAdvisorSlowOperationThresholdDisablerMockRecorder

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

MockPerformanceAdvisorSlowOperationThresholdDisablerMockRecorder is the mock recorder for MockPerformanceAdvisorSlowOperationThresholdDisabler.

func (*MockPerformanceAdvisorSlowOperationThresholdDisablerMockRecorder) DisablePerformanceAdvisorSlowOperationThreshold

func (mr *MockPerformanceAdvisorSlowOperationThresholdDisablerMockRecorder) DisablePerformanceAdvisorSlowOperationThreshold(arg0 interface{}) *gomock.Call

DisablePerformanceAdvisorSlowOperationThreshold indicates an expected call of DisablePerformanceAdvisorSlowOperationThreshold.

type MockPerformanceAdvisorSlowOperationThresholdEnabler

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

MockPerformanceAdvisorSlowOperationThresholdEnabler is a mock of PerformanceAdvisorSlowOperationThresholdEnabler interface.

func NewMockPerformanceAdvisorSlowOperationThresholdEnabler

func NewMockPerformanceAdvisorSlowOperationThresholdEnabler(ctrl *gomock.Controller) *MockPerformanceAdvisorSlowOperationThresholdEnabler

NewMockPerformanceAdvisorSlowOperationThresholdEnabler creates a new mock instance.

func (*MockPerformanceAdvisorSlowOperationThresholdEnabler) EXPECT

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

func (*MockPerformanceAdvisorSlowOperationThresholdEnabler) EnablePerformanceAdvisorSlowOperationThreshold

func (m *MockPerformanceAdvisorSlowOperationThresholdEnabler) EnablePerformanceAdvisorSlowOperationThreshold(arg0 string) error

EnablePerformanceAdvisorSlowOperationThreshold mocks base method.

type MockPerformanceAdvisorSlowOperationThresholdEnablerMockRecorder

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

MockPerformanceAdvisorSlowOperationThresholdEnablerMockRecorder is the mock recorder for MockPerformanceAdvisorSlowOperationThresholdEnabler.

func (*MockPerformanceAdvisorSlowOperationThresholdEnablerMockRecorder) EnablePerformanceAdvisorSlowOperationThreshold

func (mr *MockPerformanceAdvisorSlowOperationThresholdEnablerMockRecorder) EnablePerformanceAdvisorSlowOperationThreshold(arg0 interface{}) *gomock.Call

EnablePerformanceAdvisorSlowOperationThreshold indicates an expected call of EnablePerformanceAdvisorSlowOperationThreshold.

type MockPerformanceAdvisorSlowQueriesLister

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

MockPerformanceAdvisorSlowQueriesLister is a mock of PerformanceAdvisorSlowQueriesLister interface.

func NewMockPerformanceAdvisorSlowQueriesLister

func NewMockPerformanceAdvisorSlowQueriesLister(ctrl *gomock.Controller) *MockPerformanceAdvisorSlowQueriesLister

NewMockPerformanceAdvisorSlowQueriesLister creates a new mock instance.

func (*MockPerformanceAdvisorSlowQueriesLister) EXPECT

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

func (*MockPerformanceAdvisorSlowQueriesLister) PerformanceAdvisorSlowQueries

func (m *MockPerformanceAdvisorSlowQueriesLister) PerformanceAdvisorSlowQueries(arg0, arg1 string, arg2 *mongodbatlas.SlowQueryOptions) (*mongodbatlas.SlowQueries, error)

PerformanceAdvisorSlowQueries mocks base method.

type MockPerformanceAdvisorSlowQueriesListerMockRecorder

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

MockPerformanceAdvisorSlowQueriesListerMockRecorder is the mock recorder for MockPerformanceAdvisorSlowQueriesLister.

func (*MockPerformanceAdvisorSlowQueriesListerMockRecorder) PerformanceAdvisorSlowQueries

func (mr *MockPerformanceAdvisorSlowQueriesListerMockRecorder) PerformanceAdvisorSlowQueries(arg0, arg1, arg2 interface{}) *gomock.Call

PerformanceAdvisorSlowQueries indicates an expected call of PerformanceAdvisorSlowQueries.

type MockPrivateEndpointCreator

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

MockPrivateEndpointCreator is a mock of PrivateEndpointCreator interface.

func NewMockPrivateEndpointCreator

func NewMockPrivateEndpointCreator(ctrl *gomock.Controller) *MockPrivateEndpointCreator

NewMockPrivateEndpointCreator creates a new mock instance.

func (*MockPrivateEndpointCreator) CreatePrivateEndpoint

func (m *MockPrivateEndpointCreator) CreatePrivateEndpoint(arg0 string, arg1 *admin.CloudProviderEndpointServiceRequest) (interface{}, error)

CreatePrivateEndpoint mocks base method.

func (*MockPrivateEndpointCreator) EXPECT

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

type MockPrivateEndpointCreatorDeprecated

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

MockPrivateEndpointCreatorDeprecated is a mock of PrivateEndpointCreatorDeprecated interface.

func NewMockPrivateEndpointCreatorDeprecated

func NewMockPrivateEndpointCreatorDeprecated(ctrl *gomock.Controller) *MockPrivateEndpointCreatorDeprecated

NewMockPrivateEndpointCreatorDeprecated creates a new mock instance.

func (*MockPrivateEndpointCreatorDeprecated) CreatePrivateEndpointDeprecated

CreatePrivateEndpointDeprecated mocks base method.

func (*MockPrivateEndpointCreatorDeprecated) EXPECT

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

type MockPrivateEndpointCreatorDeprecatedMockRecorder

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

MockPrivateEndpointCreatorDeprecatedMockRecorder is the mock recorder for MockPrivateEndpointCreatorDeprecated.

func (*MockPrivateEndpointCreatorDeprecatedMockRecorder) CreatePrivateEndpointDeprecated

func (mr *MockPrivateEndpointCreatorDeprecatedMockRecorder) CreatePrivateEndpointDeprecated(arg0, arg1 interface{}) *gomock.Call

CreatePrivateEndpointDeprecated indicates an expected call of CreatePrivateEndpointDeprecated.

type MockPrivateEndpointCreatorMockRecorder

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

MockPrivateEndpointCreatorMockRecorder is the mock recorder for MockPrivateEndpointCreator.

func (*MockPrivateEndpointCreatorMockRecorder) CreatePrivateEndpoint

func (mr *MockPrivateEndpointCreatorMockRecorder) CreatePrivateEndpoint(arg0, arg1 interface{}) *gomock.Call

CreatePrivateEndpoint indicates an expected call of CreatePrivateEndpoint.

type MockPrivateEndpointDeleter

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

MockPrivateEndpointDeleter is a mock of PrivateEndpointDeleter interface.

func NewMockPrivateEndpointDeleter

func NewMockPrivateEndpointDeleter(ctrl *gomock.Controller) *MockPrivateEndpointDeleter

NewMockPrivateEndpointDeleter creates a new mock instance.

func (*MockPrivateEndpointDeleter) DeletePrivateEndpoint

func (m *MockPrivateEndpointDeleter) DeletePrivateEndpoint(arg0, arg1, arg2 string) error

DeletePrivateEndpoint mocks base method.

func (*MockPrivateEndpointDeleter) EXPECT

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

type MockPrivateEndpointDeleterDeprecated

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

MockPrivateEndpointDeleterDeprecated is a mock of PrivateEndpointDeleterDeprecated interface.

func NewMockPrivateEndpointDeleterDeprecated

func NewMockPrivateEndpointDeleterDeprecated(ctrl *gomock.Controller) *MockPrivateEndpointDeleterDeprecated

NewMockPrivateEndpointDeleterDeprecated creates a new mock instance.

func (*MockPrivateEndpointDeleterDeprecated) DeletePrivateEndpointDeprecated

func (m *MockPrivateEndpointDeleterDeprecated) DeletePrivateEndpointDeprecated(arg0, arg1 string) error

DeletePrivateEndpointDeprecated mocks base method.

func (*MockPrivateEndpointDeleterDeprecated) EXPECT

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

type MockPrivateEndpointDeleterDeprecatedMockRecorder

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

MockPrivateEndpointDeleterDeprecatedMockRecorder is the mock recorder for MockPrivateEndpointDeleterDeprecated.

func (*MockPrivateEndpointDeleterDeprecatedMockRecorder) DeletePrivateEndpointDeprecated

func (mr *MockPrivateEndpointDeleterDeprecatedMockRecorder) DeletePrivateEndpointDeprecated(arg0, arg1 interface{}) *gomock.Call

DeletePrivateEndpointDeprecated indicates an expected call of DeletePrivateEndpointDeprecated.

type MockPrivateEndpointDeleterMockRecorder

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

MockPrivateEndpointDeleterMockRecorder is the mock recorder for MockPrivateEndpointDeleter.

func (*MockPrivateEndpointDeleterMockRecorder) DeletePrivateEndpoint

func (mr *MockPrivateEndpointDeleterMockRecorder) DeletePrivateEndpoint(arg0, arg1, arg2 interface{}) *gomock.Call

DeletePrivateEndpoint indicates an expected call of DeletePrivateEndpoint.

type MockPrivateEndpointDescriber

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

MockPrivateEndpointDescriber is a mock of PrivateEndpointDescriber interface.

func NewMockPrivateEndpointDescriber

func NewMockPrivateEndpointDescriber(ctrl *gomock.Controller) *MockPrivateEndpointDescriber

NewMockPrivateEndpointDescriber creates a new mock instance.

func (*MockPrivateEndpointDescriber) EXPECT

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

func (*MockPrivateEndpointDescriber) PrivateEndpoint

func (m *MockPrivateEndpointDescriber) PrivateEndpoint(arg0, arg1, arg2 string) (*admin.EndpointService, error)

PrivateEndpoint mocks base method.

type MockPrivateEndpointDescriberDeprecated

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

MockPrivateEndpointDescriberDeprecated is a mock of PrivateEndpointDescriberDeprecated interface.

func NewMockPrivateEndpointDescriberDeprecated

func NewMockPrivateEndpointDescriberDeprecated(ctrl *gomock.Controller) *MockPrivateEndpointDescriberDeprecated

NewMockPrivateEndpointDescriberDeprecated creates a new mock instance.

func (*MockPrivateEndpointDescriberDeprecated) EXPECT

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

func (*MockPrivateEndpointDescriberDeprecated) PrivateEndpointDeprecated

PrivateEndpointDeprecated mocks base method.

type MockPrivateEndpointDescriberDeprecatedMockRecorder

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

MockPrivateEndpointDescriberDeprecatedMockRecorder is the mock recorder for MockPrivateEndpointDescriberDeprecated.

func (*MockPrivateEndpointDescriberDeprecatedMockRecorder) PrivateEndpointDeprecated

func (mr *MockPrivateEndpointDescriberDeprecatedMockRecorder) PrivateEndpointDeprecated(arg0, arg1 interface{}) *gomock.Call

PrivateEndpointDeprecated indicates an expected call of PrivateEndpointDeprecated.

type MockPrivateEndpointDescriberMockRecorder

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

MockPrivateEndpointDescriberMockRecorder is the mock recorder for MockPrivateEndpointDescriber.

func (*MockPrivateEndpointDescriberMockRecorder) PrivateEndpoint

func (mr *MockPrivateEndpointDescriberMockRecorder) PrivateEndpoint(arg0, arg1, arg2 interface{}) *gomock.Call

PrivateEndpoint indicates an expected call of PrivateEndpoint.

type MockPrivateEndpointLister

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

MockPrivateEndpointLister is a mock of PrivateEndpointLister interface.

func NewMockPrivateEndpointLister

func NewMockPrivateEndpointLister(ctrl *gomock.Controller) *MockPrivateEndpointLister

NewMockPrivateEndpointLister creates a new mock instance.

func (*MockPrivateEndpointLister) EXPECT

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

func (*MockPrivateEndpointLister) PrivateEndpoints

func (m *MockPrivateEndpointLister) PrivateEndpoints(arg0, arg1 string) ([]admin.EndpointService, error)

PrivateEndpoints mocks base method.

type MockPrivateEndpointListerDeprecated

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

MockPrivateEndpointListerDeprecated is a mock of PrivateEndpointListerDeprecated interface.

func NewMockPrivateEndpointListerDeprecated

func NewMockPrivateEndpointListerDeprecated(ctrl *gomock.Controller) *MockPrivateEndpointListerDeprecated

NewMockPrivateEndpointListerDeprecated creates a new mock instance.

func (*MockPrivateEndpointListerDeprecated) EXPECT

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

func (*MockPrivateEndpointListerDeprecated) PrivateEndpointsDeprecated

PrivateEndpointsDeprecated mocks base method.

type MockPrivateEndpointListerDeprecatedMockRecorder

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

MockPrivateEndpointListerDeprecatedMockRecorder is the mock recorder for MockPrivateEndpointListerDeprecated.

func (*MockPrivateEndpointListerDeprecatedMockRecorder) PrivateEndpointsDeprecated

func (mr *MockPrivateEndpointListerDeprecatedMockRecorder) PrivateEndpointsDeprecated(arg0, arg1 interface{}) *gomock.Call

PrivateEndpointsDeprecated indicates an expected call of PrivateEndpointsDeprecated.

type MockPrivateEndpointListerMockRecorder

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

MockPrivateEndpointListerMockRecorder is the mock recorder for MockPrivateEndpointLister.

func (*MockPrivateEndpointListerMockRecorder) PrivateEndpoints

func (mr *MockPrivateEndpointListerMockRecorder) PrivateEndpoints(arg0, arg1 interface{}) *gomock.Call

PrivateEndpoints indicates an expected call of PrivateEndpoints.

type MockProcessDatabaseLister

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

MockProcessDatabaseLister is a mock of ProcessDatabaseLister interface.

func NewMockProcessDatabaseLister

func NewMockProcessDatabaseLister(ctrl *gomock.Controller) *MockProcessDatabaseLister

NewMockProcessDatabaseLister creates a new mock instance.

func (*MockProcessDatabaseLister) EXPECT

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

func (*MockProcessDatabaseLister) ProcessDatabases

func (m *MockProcessDatabaseLister) ProcessDatabases(arg0, arg1 string, arg2 int, arg3 *mongodbatlas.ListOptions) (*admin.PaginatedDatabase, error)

ProcessDatabases mocks base method.

type MockProcessDatabaseListerMockRecorder

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

MockProcessDatabaseListerMockRecorder is the mock recorder for MockProcessDatabaseLister.

func (*MockProcessDatabaseListerMockRecorder) ProcessDatabases

func (mr *MockProcessDatabaseListerMockRecorder) ProcessDatabases(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ProcessDatabases indicates an expected call of ProcessDatabases.

type MockProcessDatabaseMeasurementsLister

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

MockProcessDatabaseMeasurementsLister is a mock of ProcessDatabaseMeasurementsLister interface.

func NewMockProcessDatabaseMeasurementsLister

func NewMockProcessDatabaseMeasurementsLister(ctrl *gomock.Controller) *MockProcessDatabaseMeasurementsLister

NewMockProcessDatabaseMeasurementsLister creates a new mock instance.

func (*MockProcessDatabaseMeasurementsLister) EXPECT

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

func (*MockProcessDatabaseMeasurementsLister) ProcessDatabaseMeasurements

ProcessDatabaseMeasurements mocks base method.

type MockProcessDatabaseMeasurementsListerMockRecorder

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

MockProcessDatabaseMeasurementsListerMockRecorder is the mock recorder for MockProcessDatabaseMeasurementsLister.

func (*MockProcessDatabaseMeasurementsListerMockRecorder) ProcessDatabaseMeasurements

func (mr *MockProcessDatabaseMeasurementsListerMockRecorder) ProcessDatabaseMeasurements(arg0 interface{}) *gomock.Call

ProcessDatabaseMeasurements indicates an expected call of ProcessDatabaseMeasurements.

type MockProcessDescriber

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

MockProcessDescriber is a mock of ProcessDescriber interface.

func NewMockProcessDescriber

func NewMockProcessDescriber(ctrl *gomock.Controller) *MockProcessDescriber

NewMockProcessDescriber creates a new mock instance.

func (*MockProcessDescriber) EXPECT

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

func (*MockProcessDescriber) Process

Process mocks base method.

type MockProcessDescriberMockRecorder

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

MockProcessDescriberMockRecorder is the mock recorder for MockProcessDescriber.

func (*MockProcessDescriberMockRecorder) Process

func (mr *MockProcessDescriberMockRecorder) Process(arg0 interface{}) *gomock.Call

Process indicates an expected call of Process.

type MockProcessDiskMeasurementsLister

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

MockProcessDiskMeasurementsLister is a mock of ProcessDiskMeasurementsLister interface.

func NewMockProcessDiskMeasurementsLister

func NewMockProcessDiskMeasurementsLister(ctrl *gomock.Controller) *MockProcessDiskMeasurementsLister

NewMockProcessDiskMeasurementsLister creates a new mock instance.

func (*MockProcessDiskMeasurementsLister) EXPECT

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

func (*MockProcessDiskMeasurementsLister) ProcessDiskMeasurements

ProcessDiskMeasurements mocks base method.

type MockProcessDiskMeasurementsListerMockRecorder

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

MockProcessDiskMeasurementsListerMockRecorder is the mock recorder for MockProcessDiskMeasurementsLister.

func (*MockProcessDiskMeasurementsListerMockRecorder) ProcessDiskMeasurements

func (mr *MockProcessDiskMeasurementsListerMockRecorder) ProcessDiskMeasurements(arg0 interface{}) *gomock.Call

ProcessDiskMeasurements indicates an expected call of ProcessDiskMeasurements.

type MockProcessDisksLister

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

MockProcessDisksLister is a mock of ProcessDisksLister interface.

func NewMockProcessDisksLister

func NewMockProcessDisksLister(ctrl *gomock.Controller) *MockProcessDisksLister

NewMockProcessDisksLister creates a new mock instance.

func (*MockProcessDisksLister) EXPECT

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

func (*MockProcessDisksLister) ProcessDisks

func (m *MockProcessDisksLister) ProcessDisks(arg0, arg1 string, arg2 int, arg3 *mongodbatlas.ListOptions) (*admin.PaginatedDiskPartition, error)

ProcessDisks mocks base method.

type MockProcessDisksListerMockRecorder

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

MockProcessDisksListerMockRecorder is the mock recorder for MockProcessDisksLister.

func (*MockProcessDisksListerMockRecorder) ProcessDisks

func (mr *MockProcessDisksListerMockRecorder) ProcessDisks(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ProcessDisks indicates an expected call of ProcessDisks.

type MockProcessLister

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

MockProcessLister is a mock of ProcessLister interface.

func NewMockProcessLister

func NewMockProcessLister(ctrl *gomock.Controller) *MockProcessLister

NewMockProcessLister creates a new mock instance.

func (*MockProcessLister) EXPECT

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

func (*MockProcessLister) Processes

Processes mocks base method.

type MockProcessListerMockRecorder

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

MockProcessListerMockRecorder is the mock recorder for MockProcessLister.

func (*MockProcessListerMockRecorder) Processes

func (mr *MockProcessListerMockRecorder) Processes(arg0 interface{}) *gomock.Call

Processes indicates an expected call of Processes.

type MockProcessMeasurementLister

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

MockProcessMeasurementLister is a mock of ProcessMeasurementLister interface.

func NewMockProcessMeasurementLister

func NewMockProcessMeasurementLister(ctrl *gomock.Controller) *MockProcessMeasurementLister

NewMockProcessMeasurementLister creates a new mock instance.

func (*MockProcessMeasurementLister) EXPECT

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

func (*MockProcessMeasurementLister) ProcessMeasurements

ProcessMeasurements mocks base method.

type MockProcessMeasurementListerMockRecorder

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

MockProcessMeasurementListerMockRecorder is the mock recorder for MockProcessMeasurementLister.

func (*MockProcessMeasurementListerMockRecorder) ProcessMeasurements

func (mr *MockProcessMeasurementListerMockRecorder) ProcessMeasurements(arg0 interface{}) *gomock.Call

ProcessMeasurements indicates an expected call of ProcessMeasurements.

type MockProfileReader

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

MockProfileReader is a mock of ProfileReader interface.

func NewMockProfileReader

func NewMockProfileReader(ctrl *gomock.Controller) *MockProfileReader

NewMockProfileReader creates a new mock instance.

func (*MockProfileReader) EXPECT

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

func (*MockProfileReader) OrgID

func (m *MockProfileReader) OrgID() string

OrgID mocks base method.

func (*MockProfileReader) ProjectID

func (m *MockProfileReader) ProjectID() string

ProjectID mocks base method.

type MockProfileReaderMockRecorder

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

MockProfileReaderMockRecorder is the mock recorder for MockProfileReader.

func (*MockProfileReaderMockRecorder) OrgID

OrgID indicates an expected call of OrgID.

func (*MockProfileReaderMockRecorder) ProjectID

func (mr *MockProfileReaderMockRecorder) ProjectID() *gomock.Call

ProjectID indicates an expected call of ProjectID.

type MockProjectAPIKeyAssigner

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

MockProjectAPIKeyAssigner is a mock of ProjectAPIKeyAssigner interface.

func NewMockProjectAPIKeyAssigner

func NewMockProjectAPIKeyAssigner(ctrl *gomock.Controller) *MockProjectAPIKeyAssigner

NewMockProjectAPIKeyAssigner creates a new mock instance.

func (*MockProjectAPIKeyAssigner) AssignProjectAPIKey

func (m *MockProjectAPIKeyAssigner) AssignProjectAPIKey(arg0, arg1 string, arg2 *mongodbatlas.AssignAPIKey) error

AssignProjectAPIKey mocks base method.

func (*MockProjectAPIKeyAssigner) EXPECT

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

type MockProjectAPIKeyAssignerMockRecorder

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

MockProjectAPIKeyAssignerMockRecorder is the mock recorder for MockProjectAPIKeyAssigner.

func (*MockProjectAPIKeyAssignerMockRecorder) AssignProjectAPIKey

func (mr *MockProjectAPIKeyAssignerMockRecorder) AssignProjectAPIKey(arg0, arg1, arg2 interface{}) *gomock.Call

AssignProjectAPIKey indicates an expected call of AssignProjectAPIKey.

type MockProjectAPIKeyCreator

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

MockProjectAPIKeyCreator is a mock of ProjectAPIKeyCreator interface.

func NewMockProjectAPIKeyCreator

func NewMockProjectAPIKeyCreator(ctrl *gomock.Controller) *MockProjectAPIKeyCreator

NewMockProjectAPIKeyCreator creates a new mock instance.

func (*MockProjectAPIKeyCreator) CreateProjectAPIKey

func (m *MockProjectAPIKeyCreator) CreateProjectAPIKey(arg0 string, arg1 *mongodbatlas.APIKeyInput) (*mongodbatlas.APIKey, error)

CreateProjectAPIKey mocks base method.

func (*MockProjectAPIKeyCreator) EXPECT

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

type MockProjectAPIKeyCreatorMockRecorder

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

MockProjectAPIKeyCreatorMockRecorder is the mock recorder for MockProjectAPIKeyCreator.

func (*MockProjectAPIKeyCreatorMockRecorder) CreateProjectAPIKey

func (mr *MockProjectAPIKeyCreatorMockRecorder) CreateProjectAPIKey(arg0, arg1 interface{}) *gomock.Call

CreateProjectAPIKey indicates an expected call of CreateProjectAPIKey.

type MockProjectAPIKeyDeleter

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

MockProjectAPIKeyDeleter is a mock of ProjectAPIKeyDeleter interface.

func NewMockProjectAPIKeyDeleter

func NewMockProjectAPIKeyDeleter(ctrl *gomock.Controller) *MockProjectAPIKeyDeleter

NewMockProjectAPIKeyDeleter creates a new mock instance.

func (*MockProjectAPIKeyDeleter) DeleteProjectAPIKey

func (m *MockProjectAPIKeyDeleter) DeleteProjectAPIKey(arg0, arg1 string) error

DeleteProjectAPIKey mocks base method.

func (*MockProjectAPIKeyDeleter) EXPECT

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

type MockProjectAPIKeyDeleterMockRecorder

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

MockProjectAPIKeyDeleterMockRecorder is the mock recorder for MockProjectAPIKeyDeleter.

func (*MockProjectAPIKeyDeleterMockRecorder) DeleteProjectAPIKey

func (mr *MockProjectAPIKeyDeleterMockRecorder) DeleteProjectAPIKey(arg0, arg1 interface{}) *gomock.Call

DeleteProjectAPIKey indicates an expected call of DeleteProjectAPIKey.

type MockProjectAPIKeyLister

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

MockProjectAPIKeyLister is a mock of ProjectAPIKeyLister interface.

func NewMockProjectAPIKeyLister

func NewMockProjectAPIKeyLister(ctrl *gomock.Controller) *MockProjectAPIKeyLister

NewMockProjectAPIKeyLister creates a new mock instance.

func (*MockProjectAPIKeyLister) EXPECT

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

func (*MockProjectAPIKeyLister) ProjectAPIKeys

func (m *MockProjectAPIKeyLister) ProjectAPIKeys(arg0 string, arg1 *mongodbatlas.ListOptions) ([]mongodbatlas.APIKey, error)

ProjectAPIKeys mocks base method.

type MockProjectAPIKeyListerMockRecorder

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

MockProjectAPIKeyListerMockRecorder is the mock recorder for MockProjectAPIKeyLister.

func (*MockProjectAPIKeyListerMockRecorder) ProjectAPIKeys

func (mr *MockProjectAPIKeyListerMockRecorder) ProjectAPIKeys(arg0, arg1 interface{}) *gomock.Call

ProjectAPIKeys indicates an expected call of ProjectAPIKeys.

type MockProjectCreator

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

MockProjectCreator is a mock of ProjectCreator interface.

func NewMockProjectCreator

func NewMockProjectCreator(ctrl *gomock.Controller) *MockProjectCreator

NewMockProjectCreator creates a new mock instance.

func (*MockProjectCreator) CreateProject

func (m *MockProjectCreator) CreateProject(arg0, arg1, arg2 string, arg3 *bool, arg4 *mongodbatlas.CreateProjectOptions) (interface{}, error)

CreateProject mocks base method.

func (*MockProjectCreator) EXPECT

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

func (*MockProjectCreator) ServiceVersion

func (m *MockProjectCreator) ServiceVersion() (*mongodbatlas.ServiceVersion, error)

ServiceVersion mocks base method.

type MockProjectCreatorMockRecorder

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

MockProjectCreatorMockRecorder is the mock recorder for MockProjectCreator.

func (*MockProjectCreatorMockRecorder) CreateProject

func (mr *MockProjectCreatorMockRecorder) CreateProject(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

CreateProject indicates an expected call of CreateProject.

func (*MockProjectCreatorMockRecorder) ServiceVersion

func (mr *MockProjectCreatorMockRecorder) ServiceVersion() *gomock.Call

ServiceVersion indicates an expected call of ServiceVersion.

type MockProjectDeleter

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

MockProjectDeleter is a mock of ProjectDeleter interface.

func NewMockProjectDeleter

func NewMockProjectDeleter(ctrl *gomock.Controller) *MockProjectDeleter

NewMockProjectDeleter creates a new mock instance.

func (*MockProjectDeleter) DeleteProject

func (m *MockProjectDeleter) DeleteProject(arg0 string) error

DeleteProject mocks base method.

func (*MockProjectDeleter) EXPECT

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

type MockProjectDeleterMockRecorder

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

MockProjectDeleterMockRecorder is the mock recorder for MockProjectDeleter.

func (*MockProjectDeleterMockRecorder) DeleteProject

func (mr *MockProjectDeleterMockRecorder) DeleteProject(arg0 interface{}) *gomock.Call

DeleteProject indicates an expected call of DeleteProject.

type MockProjectDescriber

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

MockProjectDescriber is a mock of ProjectDescriber interface.

func NewMockProjectDescriber

func NewMockProjectDescriber(ctrl *gomock.Controller) *MockProjectDescriber

NewMockProjectDescriber creates a new mock instance.

func (*MockProjectDescriber) EXPECT

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

func (*MockProjectDescriber) Project

func (m *MockProjectDescriber) Project(arg0 string) (interface{}, error)

Project mocks base method.

func (*MockProjectDescriber) ProjectByName

func (m *MockProjectDescriber) ProjectByName(arg0 string) (interface{}, error)

ProjectByName mocks base method.

type MockProjectDescriberMockRecorder

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

MockProjectDescriberMockRecorder is the mock recorder for MockProjectDescriber.

func (*MockProjectDescriberMockRecorder) Project

func (mr *MockProjectDescriberMockRecorder) Project(arg0 interface{}) *gomock.Call

Project indicates an expected call of Project.

func (*MockProjectDescriberMockRecorder) ProjectByName

func (mr *MockProjectDescriberMockRecorder) ProjectByName(arg0 interface{}) *gomock.Call

ProjectByName indicates an expected call of ProjectByName.

type MockProjectEventLister

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

MockProjectEventLister is a mock of ProjectEventLister interface.

func NewMockProjectEventLister

func NewMockProjectEventLister(ctrl *gomock.Controller) *MockProjectEventLister

NewMockProjectEventLister creates a new mock instance.

func (*MockProjectEventLister) EXPECT

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

func (*MockProjectEventLister) ProjectEvents

ProjectEvents mocks base method.

type MockProjectEventListerMockRecorder

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

MockProjectEventListerMockRecorder is the mock recorder for MockProjectEventLister.

func (*MockProjectEventListerMockRecorder) ProjectEvents

func (mr *MockProjectEventListerMockRecorder) ProjectEvents(arg0, arg1 interface{}) *gomock.Call

ProjectEvents indicates an expected call of ProjectEvents.

type MockProjectHostAssignmentLister

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

MockProjectHostAssignmentLister is a mock of ProjectHostAssignmentLister interface.

func NewMockProjectHostAssignmentLister

func NewMockProjectHostAssignmentLister(ctrl *gomock.Controller) *MockProjectHostAssignmentLister

NewMockProjectHostAssignmentLister creates a new mock instance.

func (*MockProjectHostAssignmentLister) EXPECT

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

func (*MockProjectHostAssignmentLister) ProjectHostAssignments

ProjectHostAssignments mocks base method.

type MockProjectHostAssignmentListerMockRecorder

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

MockProjectHostAssignmentListerMockRecorder is the mock recorder for MockProjectHostAssignmentLister.

func (*MockProjectHostAssignmentListerMockRecorder) ProjectHostAssignments

func (mr *MockProjectHostAssignmentListerMockRecorder) ProjectHostAssignments(arg0, arg1 interface{}) *gomock.Call

ProjectHostAssignments indicates an expected call of ProjectHostAssignments.

type MockProjectIPAccessListCreator

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

MockProjectIPAccessListCreator is a mock of ProjectIPAccessListCreator interface.

func NewMockProjectIPAccessListCreator

func NewMockProjectIPAccessListCreator(ctrl *gomock.Controller) *MockProjectIPAccessListCreator

NewMockProjectIPAccessListCreator creates a new mock instance.

func (*MockProjectIPAccessListCreator) CreateProjectIPAccessList

CreateProjectIPAccessList mocks base method.

func (*MockProjectIPAccessListCreator) EXPECT

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

type MockProjectIPAccessListCreatorMockRecorder

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

MockProjectIPAccessListCreatorMockRecorder is the mock recorder for MockProjectIPAccessListCreator.

func (*MockProjectIPAccessListCreatorMockRecorder) CreateProjectIPAccessList

func (mr *MockProjectIPAccessListCreatorMockRecorder) CreateProjectIPAccessList(arg0 interface{}) *gomock.Call

CreateProjectIPAccessList indicates an expected call of CreateProjectIPAccessList.

type MockProjectIPAccessListDeleter

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

MockProjectIPAccessListDeleter is a mock of ProjectIPAccessListDeleter interface.

func NewMockProjectIPAccessListDeleter

func NewMockProjectIPAccessListDeleter(ctrl *gomock.Controller) *MockProjectIPAccessListDeleter

NewMockProjectIPAccessListDeleter creates a new mock instance.

func (*MockProjectIPAccessListDeleter) DeleteProjectIPAccessList

func (m *MockProjectIPAccessListDeleter) DeleteProjectIPAccessList(arg0, arg1 string) error

DeleteProjectIPAccessList mocks base method.

func (*MockProjectIPAccessListDeleter) EXPECT

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

type MockProjectIPAccessListDeleterMockRecorder

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

MockProjectIPAccessListDeleterMockRecorder is the mock recorder for MockProjectIPAccessListDeleter.

func (*MockProjectIPAccessListDeleterMockRecorder) DeleteProjectIPAccessList

func (mr *MockProjectIPAccessListDeleterMockRecorder) DeleteProjectIPAccessList(arg0, arg1 interface{}) *gomock.Call

DeleteProjectIPAccessList indicates an expected call of DeleteProjectIPAccessList.

type MockProjectIPAccessListDescriber

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

MockProjectIPAccessListDescriber is a mock of ProjectIPAccessListDescriber interface.

func NewMockProjectIPAccessListDescriber

func NewMockProjectIPAccessListDescriber(ctrl *gomock.Controller) *MockProjectIPAccessListDescriber

NewMockProjectIPAccessListDescriber creates a new mock instance.

func (*MockProjectIPAccessListDescriber) EXPECT

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

func (*MockProjectIPAccessListDescriber) IPAccessList

IPAccessList mocks base method.

type MockProjectIPAccessListDescriberMockRecorder

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

MockProjectIPAccessListDescriberMockRecorder is the mock recorder for MockProjectIPAccessListDescriber.

func (*MockProjectIPAccessListDescriberMockRecorder) IPAccessList

func (mr *MockProjectIPAccessListDescriberMockRecorder) IPAccessList(arg0, arg1 interface{}) *gomock.Call

IPAccessList indicates an expected call of IPAccessList.

type MockProjectIPAccessListLister

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

MockProjectIPAccessListLister is a mock of ProjectIPAccessListLister interface.

func NewMockProjectIPAccessListLister

func NewMockProjectIPAccessListLister(ctrl *gomock.Controller) *MockProjectIPAccessListLister

NewMockProjectIPAccessListLister creates a new mock instance.

func (*MockProjectIPAccessListLister) EXPECT

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

func (*MockProjectIPAccessListLister) ProjectIPAccessLists

ProjectIPAccessLists mocks base method.

type MockProjectIPAccessListListerMockRecorder

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

MockProjectIPAccessListListerMockRecorder is the mock recorder for MockProjectIPAccessListLister.

func (*MockProjectIPAccessListListerMockRecorder) ProjectIPAccessLists

func (mr *MockProjectIPAccessListListerMockRecorder) ProjectIPAccessLists(arg0, arg1 interface{}) *gomock.Call

ProjectIPAccessLists indicates an expected call of ProjectIPAccessLists.

type MockProjectInvitationDeleter

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

MockProjectInvitationDeleter is a mock of ProjectInvitationDeleter interface.

func NewMockProjectInvitationDeleter

func NewMockProjectInvitationDeleter(ctrl *gomock.Controller) *MockProjectInvitationDeleter

NewMockProjectInvitationDeleter creates a new mock instance.

func (*MockProjectInvitationDeleter) DeleteProjectInvitation

func (m *MockProjectInvitationDeleter) DeleteProjectInvitation(arg0, arg1 string) error

DeleteProjectInvitation mocks base method.

func (*MockProjectInvitationDeleter) EXPECT

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

type MockProjectInvitationDeleterMockRecorder

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

MockProjectInvitationDeleterMockRecorder is the mock recorder for MockProjectInvitationDeleter.

func (*MockProjectInvitationDeleterMockRecorder) DeleteProjectInvitation

func (mr *MockProjectInvitationDeleterMockRecorder) DeleteProjectInvitation(arg0, arg1 interface{}) *gomock.Call

DeleteProjectInvitation indicates an expected call of DeleteProjectInvitation.

type MockProjectInvitationDescriber

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

MockProjectInvitationDescriber is a mock of ProjectInvitationDescriber interface.

func NewMockProjectInvitationDescriber

func NewMockProjectInvitationDescriber(ctrl *gomock.Controller) *MockProjectInvitationDescriber

NewMockProjectInvitationDescriber creates a new mock instance.

func (*MockProjectInvitationDescriber) EXPECT

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

func (*MockProjectInvitationDescriber) ProjectInvitation

func (m *MockProjectInvitationDescriber) ProjectInvitation(arg0, arg1 string) (*mongodbatlas.Invitation, error)

ProjectInvitation mocks base method.

type MockProjectInvitationDescriberMockRecorder

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

MockProjectInvitationDescriberMockRecorder is the mock recorder for MockProjectInvitationDescriber.

func (*MockProjectInvitationDescriberMockRecorder) ProjectInvitation

func (mr *MockProjectInvitationDescriberMockRecorder) ProjectInvitation(arg0, arg1 interface{}) *gomock.Call

ProjectInvitation indicates an expected call of ProjectInvitation.

type MockProjectInvitationLister

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

MockProjectInvitationLister is a mock of ProjectInvitationLister interface.

func NewMockProjectInvitationLister

func NewMockProjectInvitationLister(ctrl *gomock.Controller) *MockProjectInvitationLister

NewMockProjectInvitationLister creates a new mock instance.

func (*MockProjectInvitationLister) EXPECT

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

func (*MockProjectInvitationLister) ProjectInvitations

ProjectInvitations mocks base method.

type MockProjectInvitationListerMockRecorder

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

MockProjectInvitationListerMockRecorder is the mock recorder for MockProjectInvitationLister.

func (*MockProjectInvitationListerMockRecorder) ProjectInvitations

func (mr *MockProjectInvitationListerMockRecorder) ProjectInvitations(arg0, arg1 interface{}) *gomock.Call

ProjectInvitations indicates an expected call of ProjectInvitations.

type MockProjectInvitationUpdater

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

MockProjectInvitationUpdater is a mock of ProjectInvitationUpdater interface.

func NewMockProjectInvitationUpdater

func NewMockProjectInvitationUpdater(ctrl *gomock.Controller) *MockProjectInvitationUpdater

NewMockProjectInvitationUpdater creates a new mock instance.

func (*MockProjectInvitationUpdater) EXPECT

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

func (*MockProjectInvitationUpdater) UpdateProjectInvitation

func (m *MockProjectInvitationUpdater) UpdateProjectInvitation(arg0, arg1 string, arg2 *mongodbatlas.Invitation) (*mongodbatlas.Invitation, error)

UpdateProjectInvitation mocks base method.

type MockProjectInvitationUpdaterMockRecorder

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

MockProjectInvitationUpdaterMockRecorder is the mock recorder for MockProjectInvitationUpdater.

func (*MockProjectInvitationUpdaterMockRecorder) UpdateProjectInvitation

func (mr *MockProjectInvitationUpdaterMockRecorder) UpdateProjectInvitation(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateProjectInvitation indicates an expected call of UpdateProjectInvitation.

type MockProjectInviter

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

MockProjectInviter is a mock of ProjectInviter interface.

func NewMockProjectInviter

func NewMockProjectInviter(ctrl *gomock.Controller) *MockProjectInviter

NewMockProjectInviter creates a new mock instance.

func (*MockProjectInviter) EXPECT

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

func (*MockProjectInviter) InviteUserToProject

func (m *MockProjectInviter) InviteUserToProject(arg0 string, arg1 *mongodbatlas.Invitation) (*mongodbatlas.Invitation, error)

InviteUserToProject mocks base method.

type MockProjectInviterMockRecorder

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

MockProjectInviterMockRecorder is the mock recorder for MockProjectInviter.

func (*MockProjectInviterMockRecorder) InviteUserToProject

func (mr *MockProjectInviterMockRecorder) InviteUserToProject(arg0, arg1 interface{}) *gomock.Call

InviteUserToProject indicates an expected call of InviteUserToProject.

type MockProjectLister

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

MockProjectLister is a mock of ProjectLister interface.

func NewMockProjectLister

func NewMockProjectLister(ctrl *gomock.Controller) *MockProjectLister

NewMockProjectLister creates a new mock instance.

func (*MockProjectLister) EXPECT

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

func (*MockProjectLister) GetOrgProjects

func (m *MockProjectLister) GetOrgProjects(arg0 string, arg1 *mongodbatlas.ProjectsListOptions) (interface{}, error)

GetOrgProjects mocks base method.

func (*MockProjectLister) Projects

func (m *MockProjectLister) Projects(arg0 *mongodbatlas.ListOptions) (interface{}, error)

Projects mocks base method.

type MockProjectListerMockRecorder

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

MockProjectListerMockRecorder is the mock recorder for MockProjectLister.

func (*MockProjectListerMockRecorder) GetOrgProjects

func (mr *MockProjectListerMockRecorder) GetOrgProjects(arg0, arg1 interface{}) *gomock.Call

GetOrgProjects indicates an expected call of GetOrgProjects.

func (*MockProjectListerMockRecorder) Projects

func (mr *MockProjectListerMockRecorder) Projects(arg0 interface{}) *gomock.Call

Projects indicates an expected call of Projects.

type MockProjectOrgsLister

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

MockProjectOrgsLister is a mock of ProjectOrgsLister interface.

func NewMockProjectOrgsLister

func NewMockProjectOrgsLister(ctrl *gomock.Controller) *MockProjectOrgsLister

NewMockProjectOrgsLister creates a new mock instance.

func (*MockProjectOrgsLister) EXPECT

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

func (*MockProjectOrgsLister) GetOrgProjects

func (m *MockProjectOrgsLister) GetOrgProjects(arg0 string, arg1 *mongodbatlas.ProjectsListOptions) (interface{}, error)

GetOrgProjects mocks base method.

func (*MockProjectOrgsLister) Organization

func (m *MockProjectOrgsLister) Organization(arg0 string) (interface{}, error)

Organization mocks base method.

func (*MockProjectOrgsLister) Organizations

func (m *MockProjectOrgsLister) Organizations(arg0 *mongodbatlas.OrganizationsListOptions) (interface{}, error)

Organizations mocks base method.

func (*MockProjectOrgsLister) Project

func (m *MockProjectOrgsLister) Project(arg0 string) (interface{}, error)

Project mocks base method.

func (*MockProjectOrgsLister) Projects

func (m *MockProjectOrgsLister) Projects(arg0 *mongodbatlas.ListOptions) (interface{}, error)

Projects mocks base method.

type MockProjectOrgsListerMockRecorder

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

MockProjectOrgsListerMockRecorder is the mock recorder for MockProjectOrgsLister.

func (*MockProjectOrgsListerMockRecorder) GetOrgProjects

func (mr *MockProjectOrgsListerMockRecorder) GetOrgProjects(arg0, arg1 interface{}) *gomock.Call

GetOrgProjects indicates an expected call of GetOrgProjects.

func (*MockProjectOrgsListerMockRecorder) Organization

func (mr *MockProjectOrgsListerMockRecorder) Organization(arg0 interface{}) *gomock.Call

Organization indicates an expected call of Organization.

func (*MockProjectOrgsListerMockRecorder) Organizations

func (mr *MockProjectOrgsListerMockRecorder) Organizations(arg0 interface{}) *gomock.Call

Organizations indicates an expected call of Organizations.

func (*MockProjectOrgsListerMockRecorder) Project

func (mr *MockProjectOrgsListerMockRecorder) Project(arg0 interface{}) *gomock.Call

Project indicates an expected call of Project.

func (*MockProjectOrgsListerMockRecorder) Projects

func (mr *MockProjectOrgsListerMockRecorder) Projects(arg0 interface{}) *gomock.Call

Projects indicates an expected call of Projects.

type MockProjectServerTypeGetter

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

MockProjectServerTypeGetter is a mock of ProjectServerTypeGetter interface.

func NewMockProjectServerTypeGetter

func NewMockProjectServerTypeGetter(ctrl *gomock.Controller) *MockProjectServerTypeGetter

NewMockProjectServerTypeGetter creates a new mock instance.

func (*MockProjectServerTypeGetter) EXPECT

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

func (*MockProjectServerTypeGetter) ProjectServerType

func (m *MockProjectServerTypeGetter) ProjectServerType(arg0 string) (*opsmngr.ServerType, error)

ProjectServerType mocks base method.

type MockProjectServerTypeGetterMockRecorder

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

MockProjectServerTypeGetterMockRecorder is the mock recorder for MockProjectServerTypeGetter.

func (*MockProjectServerTypeGetterMockRecorder) ProjectServerType

func (mr *MockProjectServerTypeGetterMockRecorder) ProjectServerType(arg0 interface{}) *gomock.Call

ProjectServerType indicates an expected call of ProjectServerType.

type MockProjectServerTypeUpdater

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

MockProjectServerTypeUpdater is a mock of ProjectServerTypeUpdater interface.

func NewMockProjectServerTypeUpdater

func NewMockProjectServerTypeUpdater(ctrl *gomock.Controller) *MockProjectServerTypeUpdater

NewMockProjectServerTypeUpdater creates a new mock instance.

func (*MockProjectServerTypeUpdater) EXPECT

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

func (*MockProjectServerTypeUpdater) UpdateProjectServerType

func (m *MockProjectServerTypeUpdater) UpdateProjectServerType(arg0 string, arg1 *opsmngr.ServerTypeRequest) error

UpdateProjectServerType mocks base method.

type MockProjectServerTypeUpdaterMockRecorder

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

MockProjectServerTypeUpdaterMockRecorder is the mock recorder for MockProjectServerTypeUpdater.

func (*MockProjectServerTypeUpdaterMockRecorder) UpdateProjectServerType

func (mr *MockProjectServerTypeUpdaterMockRecorder) UpdateProjectServerType(arg0, arg1 interface{}) *gomock.Call

UpdateProjectServerType indicates an expected call of UpdateProjectServerType.

type MockProjectSettingsDescriber

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

MockProjectSettingsDescriber is a mock of ProjectSettingsDescriber interface.

func NewMockProjectSettingsDescriber

func NewMockProjectSettingsDescriber(ctrl *gomock.Controller) *MockProjectSettingsDescriber

NewMockProjectSettingsDescriber creates a new mock instance.

func (*MockProjectSettingsDescriber) EXPECT

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

func (*MockProjectSettingsDescriber) ProjectSettings

func (m *MockProjectSettingsDescriber) ProjectSettings(arg0 string) (*admin.GroupSettings, error)

ProjectSettings mocks base method.

type MockProjectSettingsDescriberMockRecorder

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

MockProjectSettingsDescriberMockRecorder is the mock recorder for MockProjectSettingsDescriber.

func (*MockProjectSettingsDescriberMockRecorder) ProjectSettings

func (mr *MockProjectSettingsDescriberMockRecorder) ProjectSettings(arg0 interface{}) *gomock.Call

ProjectSettings indicates an expected call of ProjectSettings.

type MockProjectSettingsUpdater

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

MockProjectSettingsUpdater is a mock of ProjectSettingsUpdater interface.

func NewMockProjectSettingsUpdater

func NewMockProjectSettingsUpdater(ctrl *gomock.Controller) *MockProjectSettingsUpdater

NewMockProjectSettingsUpdater creates a new mock instance.

func (*MockProjectSettingsUpdater) EXPECT

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

func (*MockProjectSettingsUpdater) UpdateProjectSettings

func (m *MockProjectSettingsUpdater) UpdateProjectSettings(arg0 string, arg1 *mongodbatlas.ProjectSettings) (*admin.GroupSettings, error)

UpdateProjectSettings mocks base method.

type MockProjectSettingsUpdaterMockRecorder

type MockProjectSettingsUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectSettingsUpdaterMockRecorder is the mock recorder for MockProjectSettingsUpdater.

func (*MockProjectSettingsUpdaterMockRecorder) UpdateProjectSettings

func (mr *MockProjectSettingsUpdaterMockRecorder) UpdateProjectSettings(arg0, arg1 interface{}) *gomock.Call

UpdateProjectSettings indicates an expected call of UpdateProjectSettings.

type MockProjectTeamAdder

type MockProjectTeamAdder struct {
	// contains filtered or unexported fields
}

MockProjectTeamAdder is a mock of ProjectTeamAdder interface.

func NewMockProjectTeamAdder

func NewMockProjectTeamAdder(ctrl *gomock.Controller) *MockProjectTeamAdder

NewMockProjectTeamAdder creates a new mock instance.

func (*MockProjectTeamAdder) AddTeamsToProject

func (m *MockProjectTeamAdder) AddTeamsToProject(arg0 string, arg1 []*mongodbatlas.ProjectTeam) (*mongodbatlas.TeamsAssigned, error)

AddTeamsToProject mocks base method.

func (*MockProjectTeamAdder) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockProjectTeamAdderMockRecorder

type MockProjectTeamAdderMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectTeamAdderMockRecorder is the mock recorder for MockProjectTeamAdder.

func (*MockProjectTeamAdderMockRecorder) AddTeamsToProject

func (mr *MockProjectTeamAdderMockRecorder) AddTeamsToProject(arg0, arg1 interface{}) *gomock.Call

AddTeamsToProject indicates an expected call of AddTeamsToProject.

type MockProjectTeamDeleter

type MockProjectTeamDeleter struct {
	// contains filtered or unexported fields
}

MockProjectTeamDeleter is a mock of ProjectTeamDeleter interface.

func NewMockProjectTeamDeleter

func NewMockProjectTeamDeleter(ctrl *gomock.Controller) *MockProjectTeamDeleter

NewMockProjectTeamDeleter creates a new mock instance.

func (*MockProjectTeamDeleter) DeleteTeamFromProject

func (m *MockProjectTeamDeleter) DeleteTeamFromProject(arg0, arg1 string) error

DeleteTeamFromProject mocks base method.

func (*MockProjectTeamDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockProjectTeamDeleterMockRecorder

type MockProjectTeamDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectTeamDeleterMockRecorder is the mock recorder for MockProjectTeamDeleter.

func (*MockProjectTeamDeleterMockRecorder) DeleteTeamFromProject

func (mr *MockProjectTeamDeleterMockRecorder) DeleteTeamFromProject(arg0, arg1 interface{}) *gomock.Call

DeleteTeamFromProject indicates an expected call of DeleteTeamFromProject.

type MockProjectTeamLister

type MockProjectTeamLister struct {
	// contains filtered or unexported fields
}

MockProjectTeamLister is a mock of ProjectTeamLister interface.

func NewMockProjectTeamLister

func NewMockProjectTeamLister(ctrl *gomock.Controller) *MockProjectTeamLister

NewMockProjectTeamLister creates a new mock instance.

func (*MockProjectTeamLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProjectTeamLister) ProjectTeams

func (m *MockProjectTeamLister) ProjectTeams(arg0 string) (interface{}, error)

ProjectTeams mocks base method.

type MockProjectTeamListerMockRecorder

type MockProjectTeamListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectTeamListerMockRecorder is the mock recorder for MockProjectTeamLister.

func (*MockProjectTeamListerMockRecorder) ProjectTeams

func (mr *MockProjectTeamListerMockRecorder) ProjectTeams(arg0 interface{}) *gomock.Call

ProjectTeams indicates an expected call of ProjectTeams.

type MockProjectUserDeleter

type MockProjectUserDeleter struct {
	// contains filtered or unexported fields
}

MockProjectUserDeleter is a mock of ProjectUserDeleter interface.

func NewMockProjectUserDeleter

func NewMockProjectUserDeleter(ctrl *gomock.Controller) *MockProjectUserDeleter

NewMockProjectUserDeleter creates a new mock instance.

func (*MockProjectUserDeleter) DeleteUserFromProject

func (m *MockProjectUserDeleter) DeleteUserFromProject(arg0, arg1 string) error

DeleteUserFromProject mocks base method.

func (*MockProjectUserDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockProjectUserDeleterMockRecorder

type MockProjectUserDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectUserDeleterMockRecorder is the mock recorder for MockProjectUserDeleter.

func (*MockProjectUserDeleterMockRecorder) DeleteUserFromProject

func (mr *MockProjectUserDeleterMockRecorder) DeleteUserFromProject(arg0, arg1 interface{}) *gomock.Call

DeleteUserFromProject indicates an expected call of DeleteUserFromProject.

type MockProjectUsersLister

type MockProjectUsersLister struct {
	// contains filtered or unexported fields
}

MockProjectUsersLister is a mock of ProjectUsersLister interface.

func NewMockProjectUsersLister

func NewMockProjectUsersLister(ctrl *gomock.Controller) *MockProjectUsersLister

NewMockProjectUsersLister creates a new mock instance.

func (*MockProjectUsersLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProjectUsersLister) ProjectUsers

func (m *MockProjectUsersLister) ProjectUsers(arg0 string, arg1 *mongodbatlas.ListOptions) (interface{}, error)

ProjectUsers mocks base method.

type MockProjectUsersListerMockRecorder

type MockProjectUsersListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectUsersListerMockRecorder is the mock recorder for MockProjectUsersLister.

func (*MockProjectUsersListerMockRecorder) ProjectUsers

func (mr *MockProjectUsersListerMockRecorder) ProjectUsers(arg0, arg1 interface{}) *gomock.Call

ProjectUsers indicates an expected call of ProjectUsers.

type MockRefresher

type MockRefresher struct {
	// contains filtered or unexported fields
}

MockRefresher is a mock of Refresher interface.

func NewMockRefresher

func NewMockRefresher(ctrl *gomock.Controller) *MockRefresher

NewMockRefresher creates a new mock instance.

func (*MockRefresher) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRefresher) PollToken

func (m *MockRefresher) PollToken(arg0 context.Context, arg1 *auth.DeviceCode) (*auth.Token, *mongodbatlas.Response, error)

PollToken mocks base method.

func (*MockRefresher) RefreshToken

func (m *MockRefresher) RefreshToken(arg0 context.Context, arg1 string) (*auth.Token, *mongodbatlas.Response, error)

RefreshToken mocks base method.

func (*MockRefresher) RegistrationConfig

func (m *MockRefresher) RegistrationConfig(arg0 context.Context) (*auth.RegistrationConfig, *mongodbatlas.Response, error)

RegistrationConfig mocks base method.

func (*MockRefresher) RequestCode

RequestCode mocks base method.

type MockRefresherMockRecorder

type MockRefresherMockRecorder struct {
	// contains filtered or unexported fields
}

MockRefresherMockRecorder is the mock recorder for MockRefresher.

func (*MockRefresherMockRecorder) PollToken

func (mr *MockRefresherMockRecorder) PollToken(arg0, arg1 interface{}) *gomock.Call

PollToken indicates an expected call of PollToken.

func (*MockRefresherMockRecorder) RefreshToken

func (mr *MockRefresherMockRecorder) RefreshToken(arg0, arg1 interface{}) *gomock.Call

RefreshToken indicates an expected call of RefreshToken.

func (*MockRefresherMockRecorder) RegistrationConfig

func (mr *MockRefresherMockRecorder) RegistrationConfig(arg0 interface{}) *gomock.Call

RegistrationConfig indicates an expected call of RegistrationConfig.

func (*MockRefresherMockRecorder) RequestCode

func (mr *MockRefresherMockRecorder) RequestCode(arg0 interface{}) *gomock.Call

RequestCode indicates an expected call of RequestCode.

type MockRegionalizedPrivateEndpointSettingDescriber

type MockRegionalizedPrivateEndpointSettingDescriber struct {
	// contains filtered or unexported fields
}

MockRegionalizedPrivateEndpointSettingDescriber is a mock of RegionalizedPrivateEndpointSettingDescriber interface.

func NewMockRegionalizedPrivateEndpointSettingDescriber

func NewMockRegionalizedPrivateEndpointSettingDescriber(ctrl *gomock.Controller) *MockRegionalizedPrivateEndpointSettingDescriber

NewMockRegionalizedPrivateEndpointSettingDescriber creates a new mock instance.

func (*MockRegionalizedPrivateEndpointSettingDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRegionalizedPrivateEndpointSettingDescriber) RegionalizedPrivateEndpointSetting

func (m *MockRegionalizedPrivateEndpointSettingDescriber) RegionalizedPrivateEndpointSetting(arg0 string) (*admin.ProjectSettingItem, error)

RegionalizedPrivateEndpointSetting mocks base method.

type MockRegionalizedPrivateEndpointSettingDescriberMockRecorder

type MockRegionalizedPrivateEndpointSettingDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockRegionalizedPrivateEndpointSettingDescriberMockRecorder is the mock recorder for MockRegionalizedPrivateEndpointSettingDescriber.

func (*MockRegionalizedPrivateEndpointSettingDescriberMockRecorder) RegionalizedPrivateEndpointSetting

func (mr *MockRegionalizedPrivateEndpointSettingDescriberMockRecorder) RegionalizedPrivateEndpointSetting(arg0 interface{}) *gomock.Call

RegionalizedPrivateEndpointSetting indicates an expected call of RegionalizedPrivateEndpointSetting.

type MockRegionalizedPrivateEndpointSettingUpdater

type MockRegionalizedPrivateEndpointSettingUpdater struct {
	// contains filtered or unexported fields
}

MockRegionalizedPrivateEndpointSettingUpdater is a mock of RegionalizedPrivateEndpointSettingUpdater interface.

func NewMockRegionalizedPrivateEndpointSettingUpdater

func NewMockRegionalizedPrivateEndpointSettingUpdater(ctrl *gomock.Controller) *MockRegionalizedPrivateEndpointSettingUpdater

NewMockRegionalizedPrivateEndpointSettingUpdater creates a new mock instance.

func (*MockRegionalizedPrivateEndpointSettingUpdater) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRegionalizedPrivateEndpointSettingUpdater) UpdateRegionalizedPrivateEndpointSetting

func (m *MockRegionalizedPrivateEndpointSettingUpdater) UpdateRegionalizedPrivateEndpointSetting(arg0 string, arg1 bool) (*admin.ProjectSettingItem, error)

UpdateRegionalizedPrivateEndpointSetting mocks base method.

type MockRegionalizedPrivateEndpointSettingUpdaterMockRecorder

type MockRegionalizedPrivateEndpointSettingUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockRegionalizedPrivateEndpointSettingUpdaterMockRecorder is the mock recorder for MockRegionalizedPrivateEndpointSettingUpdater.

func (*MockRegionalizedPrivateEndpointSettingUpdaterMockRecorder) UpdateRegionalizedPrivateEndpointSetting

func (mr *MockRegionalizedPrivateEndpointSettingUpdaterMockRecorder) UpdateRegionalizedPrivateEndpointSetting(arg0, arg1 interface{}) *gomock.Call

UpdateRegionalizedPrivateEndpointSetting indicates an expected call of UpdateRegionalizedPrivateEndpointSetting.

type MockReleaseVersionDescriber

type MockReleaseVersionDescriber struct {
	// contains filtered or unexported fields
}

MockReleaseVersionDescriber is a mock of ReleaseVersionDescriber interface.

func NewMockReleaseVersionDescriber

func NewMockReleaseVersionDescriber(ctrl *gomock.Controller) *MockReleaseVersionDescriber

NewMockReleaseVersionDescriber creates a new mock instance.

func (*MockReleaseVersionDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockReleaseVersionDescriber) LatestWithCriteria

func (m *MockReleaseVersionDescriber) LatestWithCriteria(arg0 int, arg1 version.Criteria, arg2 string) (*github.RepositoryRelease, error)

LatestWithCriteria mocks base method.

type MockReleaseVersionDescriberMockRecorder

type MockReleaseVersionDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockReleaseVersionDescriberMockRecorder is the mock recorder for MockReleaseVersionDescriber.

func (*MockReleaseVersionDescriberMockRecorder) LatestWithCriteria

func (mr *MockReleaseVersionDescriberMockRecorder) LatestWithCriteria(arg0, arg1, arg2 interface{}) *gomock.Call

LatestWithCriteria indicates an expected call of LatestWithCriteria.

type MockRestoreJobsCreator

type MockRestoreJobsCreator struct {
	// contains filtered or unexported fields
}

MockRestoreJobsCreator is a mock of RestoreJobsCreator interface.

func NewMockRestoreJobsCreator

func NewMockRestoreJobsCreator(ctrl *gomock.Controller) *MockRestoreJobsCreator

NewMockRestoreJobsCreator creates a new mock instance.

func (*MockRestoreJobsCreator) CreateRestoreJobs

CreateRestoreJobs mocks base method.

func (*MockRestoreJobsCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockRestoreJobsCreatorMockRecorder

type MockRestoreJobsCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockRestoreJobsCreatorMockRecorder is the mock recorder for MockRestoreJobsCreator.

func (*MockRestoreJobsCreatorMockRecorder) CreateRestoreJobs

func (mr *MockRestoreJobsCreatorMockRecorder) CreateRestoreJobs(arg0, arg1, arg2 interface{}) *gomock.Call

CreateRestoreJobs indicates an expected call of CreateRestoreJobs.

type MockRestoreJobsDescriber

type MockRestoreJobsDescriber struct {
	// contains filtered or unexported fields
}

MockRestoreJobsDescriber is a mock of RestoreJobsDescriber interface.

func NewMockRestoreJobsDescriber

func NewMockRestoreJobsDescriber(ctrl *gomock.Controller) *MockRestoreJobsDescriber

NewMockRestoreJobsDescriber creates a new mock instance.

func (*MockRestoreJobsDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRestoreJobsDescriber) RestoreJob

func (m *MockRestoreJobsDescriber) RestoreJob(arg0, arg1, arg2 string) (*admin.DiskBackupSnapshotRestoreJob, error)

RestoreJob mocks base method.

type MockRestoreJobsDescriberMockRecorder

type MockRestoreJobsDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockRestoreJobsDescriberMockRecorder is the mock recorder for MockRestoreJobsDescriber.

func (*MockRestoreJobsDescriberMockRecorder) RestoreJob

func (mr *MockRestoreJobsDescriberMockRecorder) RestoreJob(arg0, arg1, arg2 interface{}) *gomock.Call

RestoreJob indicates an expected call of RestoreJob.

type MockRestoreJobsLister

type MockRestoreJobsLister struct {
	// contains filtered or unexported fields
}

MockRestoreJobsLister is a mock of RestoreJobsLister interface.

func NewMockRestoreJobsLister

func NewMockRestoreJobsLister(ctrl *gomock.Controller) *MockRestoreJobsLister

NewMockRestoreJobsLister creates a new mock instance.

func (*MockRestoreJobsLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRestoreJobsLister) RestoreJobs

RestoreJobs mocks base method.

type MockRestoreJobsListerMockRecorder

type MockRestoreJobsListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockRestoreJobsListerMockRecorder is the mock recorder for MockRestoreJobsLister.

func (*MockRestoreJobsListerMockRecorder) RestoreJobs

func (mr *MockRestoreJobsListerMockRecorder) RestoreJobs(arg0, arg1, arg2 interface{}) *gomock.Call

RestoreJobs indicates an expected call of RestoreJobs.

type MockRevoker

type MockRevoker struct {
	// contains filtered or unexported fields
}

MockRevoker is a mock of Revoker interface.

func NewMockRevoker

func NewMockRevoker(ctrl *gomock.Controller) *MockRevoker

NewMockRevoker creates a new mock instance.

func (*MockRevoker) EXPECT

func (m *MockRevoker) EXPECT() *MockRevokerMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRevoker) RevokeToken

func (m *MockRevoker) RevokeToken(arg0 context.Context, arg1, arg2 string) (*mongodbatlas.Response, error)

RevokeToken mocks base method.

type MockRevokerMockRecorder

type MockRevokerMockRecorder struct {
	// contains filtered or unexported fields
}

MockRevokerMockRecorder is the mock recorder for MockRevoker.

func (*MockRevokerMockRecorder) RevokeToken

func (mr *MockRevokerMockRecorder) RevokeToken(arg0, arg1, arg2 interface{}) *gomock.Call

RevokeToken indicates an expected call of RevokeToken.

type MockS3BlockstoresCreator

type MockS3BlockstoresCreator struct {
	// contains filtered or unexported fields
}

MockS3BlockstoresCreator is a mock of S3BlockstoresCreator interface.

func NewMockS3BlockstoresCreator

func NewMockS3BlockstoresCreator(ctrl *gomock.Controller) *MockS3BlockstoresCreator

NewMockS3BlockstoresCreator creates a new mock instance.

func (*MockS3BlockstoresCreator) CreateS3Blockstores

func (m *MockS3BlockstoresCreator) CreateS3Blockstores(arg0 *opsmngr.S3Blockstore) (*opsmngr.S3Blockstore, error)

CreateS3Blockstores mocks base method.

func (*MockS3BlockstoresCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockS3BlockstoresCreatorMockRecorder

type MockS3BlockstoresCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockS3BlockstoresCreatorMockRecorder is the mock recorder for MockS3BlockstoresCreator.

func (*MockS3BlockstoresCreatorMockRecorder) CreateS3Blockstores

func (mr *MockS3BlockstoresCreatorMockRecorder) CreateS3Blockstores(arg0 interface{}) *gomock.Call

CreateS3Blockstores indicates an expected call of CreateS3Blockstores.

type MockS3BlockstoresDeleter

type MockS3BlockstoresDeleter struct {
	// contains filtered or unexported fields
}

MockS3BlockstoresDeleter is a mock of S3BlockstoresDeleter interface.

func NewMockS3BlockstoresDeleter

func NewMockS3BlockstoresDeleter(ctrl *gomock.Controller) *MockS3BlockstoresDeleter

NewMockS3BlockstoresDeleter creates a new mock instance.

func (*MockS3BlockstoresDeleter) DeleteS3Blockstore

func (m *MockS3BlockstoresDeleter) DeleteS3Blockstore(arg0 string) error

DeleteS3Blockstore mocks base method.

func (*MockS3BlockstoresDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockS3BlockstoresDeleterMockRecorder

type MockS3BlockstoresDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockS3BlockstoresDeleterMockRecorder is the mock recorder for MockS3BlockstoresDeleter.

func (*MockS3BlockstoresDeleterMockRecorder) DeleteS3Blockstore

func (mr *MockS3BlockstoresDeleterMockRecorder) DeleteS3Blockstore(arg0 interface{}) *gomock.Call

DeleteS3Blockstore indicates an expected call of DeleteS3Blockstore.

type MockS3BlockstoresDescriber

type MockS3BlockstoresDescriber struct {
	// contains filtered or unexported fields
}

MockS3BlockstoresDescriber is a mock of S3BlockstoresDescriber interface.

func NewMockS3BlockstoresDescriber

func NewMockS3BlockstoresDescriber(ctrl *gomock.Controller) *MockS3BlockstoresDescriber

NewMockS3BlockstoresDescriber creates a new mock instance.

func (*MockS3BlockstoresDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockS3BlockstoresDescriber) GetS3Blockstore

func (m *MockS3BlockstoresDescriber) GetS3Blockstore(arg0 string) (*opsmngr.S3Blockstore, error)

GetS3Blockstore mocks base method.

type MockS3BlockstoresDescriberMockRecorder

type MockS3BlockstoresDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockS3BlockstoresDescriberMockRecorder is the mock recorder for MockS3BlockstoresDescriber.

func (*MockS3BlockstoresDescriberMockRecorder) GetS3Blockstore

func (mr *MockS3BlockstoresDescriberMockRecorder) GetS3Blockstore(arg0 interface{}) *gomock.Call

GetS3Blockstore indicates an expected call of GetS3Blockstore.

type MockS3BlockstoresLister

type MockS3BlockstoresLister struct {
	// contains filtered or unexported fields
}

MockS3BlockstoresLister is a mock of S3BlockstoresLister interface.

func NewMockS3BlockstoresLister

func NewMockS3BlockstoresLister(ctrl *gomock.Controller) *MockS3BlockstoresLister

NewMockS3BlockstoresLister creates a new mock instance.

func (*MockS3BlockstoresLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockS3BlockstoresLister) ListS3Blockstores

ListS3Blockstores mocks base method.

type MockS3BlockstoresListerMockRecorder

type MockS3BlockstoresListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockS3BlockstoresListerMockRecorder is the mock recorder for MockS3BlockstoresLister.

func (*MockS3BlockstoresListerMockRecorder) ListS3Blockstores

func (mr *MockS3BlockstoresListerMockRecorder) ListS3Blockstores(arg0 interface{}) *gomock.Call

ListS3Blockstores indicates an expected call of ListS3Blockstores.

type MockS3BlockstoresUpdater

type MockS3BlockstoresUpdater struct {
	// contains filtered or unexported fields
}

MockS3BlockstoresUpdater is a mock of S3BlockstoresUpdater interface.

func NewMockS3BlockstoresUpdater

func NewMockS3BlockstoresUpdater(ctrl *gomock.Controller) *MockS3BlockstoresUpdater

NewMockS3BlockstoresUpdater creates a new mock instance.

func (*MockS3BlockstoresUpdater) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockS3BlockstoresUpdater) UpdateS3Blockstores

func (m *MockS3BlockstoresUpdater) UpdateS3Blockstores(arg0 string, arg1 *opsmngr.S3Blockstore) (*opsmngr.S3Blockstore, error)

UpdateS3Blockstores mocks base method.

type MockS3BlockstoresUpdaterMockRecorder

type MockS3BlockstoresUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockS3BlockstoresUpdaterMockRecorder is the mock recorder for MockS3BlockstoresUpdater.

func (*MockS3BlockstoresUpdaterMockRecorder) UpdateS3Blockstores

func (mr *MockS3BlockstoresUpdaterMockRecorder) UpdateS3Blockstores(arg0, arg1 interface{}) *gomock.Call

UpdateS3Blockstores indicates an expected call of UpdateS3Blockstores.

type MockSampleDataAdder

type MockSampleDataAdder struct {
	// contains filtered or unexported fields
}

MockSampleDataAdder is a mock of SampleDataAdder interface.

func NewMockSampleDataAdder

func NewMockSampleDataAdder(ctrl *gomock.Controller) *MockSampleDataAdder

NewMockSampleDataAdder creates a new mock instance.

func (*MockSampleDataAdder) AddSampleData

func (m *MockSampleDataAdder) AddSampleData(arg0, arg1 string) (*admin.SampleDatasetStatus, error)

AddSampleData mocks base method.

func (*MockSampleDataAdder) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockSampleDataAdderMockRecorder

type MockSampleDataAdderMockRecorder struct {
	// contains filtered or unexported fields
}

MockSampleDataAdderMockRecorder is the mock recorder for MockSampleDataAdder.

func (*MockSampleDataAdderMockRecorder) AddSampleData

func (mr *MockSampleDataAdderMockRecorder) AddSampleData(arg0, arg1 interface{}) *gomock.Call

AddSampleData indicates an expected call of AddSampleData.

type MockSampleDataStatusDescriber

type MockSampleDataStatusDescriber struct {
	// contains filtered or unexported fields
}

MockSampleDataStatusDescriber is a mock of SampleDataStatusDescriber interface.

func NewMockSampleDataStatusDescriber

func NewMockSampleDataStatusDescriber(ctrl *gomock.Controller) *MockSampleDataStatusDescriber

NewMockSampleDataStatusDescriber creates a new mock instance.

func (*MockSampleDataStatusDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSampleDataStatusDescriber) SampleDataStatus

func (m *MockSampleDataStatusDescriber) SampleDataStatus(arg0, arg1 string) (*admin.SampleDatasetStatus, error)

SampleDataStatus mocks base method.

type MockSampleDataStatusDescriberMockRecorder

type MockSampleDataStatusDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockSampleDataStatusDescriberMockRecorder is the mock recorder for MockSampleDataStatusDescriber.

func (*MockSampleDataStatusDescriberMockRecorder) SampleDataStatus

func (mr *MockSampleDataStatusDescriberMockRecorder) SampleDataStatus(arg0, arg1 interface{}) *gomock.Call

SampleDataStatus indicates an expected call of SampleDataStatus.

type MockScheduleDeleter

type MockScheduleDeleter struct {
	// contains filtered or unexported fields
}

MockScheduleDeleter is a mock of ScheduleDeleter interface.

func NewMockScheduleDeleter

func NewMockScheduleDeleter(ctrl *gomock.Controller) *MockScheduleDeleter

NewMockScheduleDeleter creates a new mock instance.

func (*MockScheduleDeleter) DeleteSchedule

func (m *MockScheduleDeleter) DeleteSchedule(arg0, arg1 string) error

DeleteSchedule mocks base method.

func (*MockScheduleDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockScheduleDeleterMockRecorder

type MockScheduleDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockScheduleDeleterMockRecorder is the mock recorder for MockScheduleDeleter.

func (*MockScheduleDeleterMockRecorder) DeleteSchedule

func (mr *MockScheduleDeleterMockRecorder) DeleteSchedule(arg0, arg1 interface{}) *gomock.Call

DeleteSchedule indicates an expected call of DeleteSchedule.

type MockScheduleDescriber

type MockScheduleDescriber struct {
	// contains filtered or unexported fields
}

MockScheduleDescriber is a mock of ScheduleDescriber interface.

func NewMockScheduleDescriber

func NewMockScheduleDescriber(ctrl *gomock.Controller) *MockScheduleDescriber

NewMockScheduleDescriber creates a new mock instance.

func (*MockScheduleDescriber) DescribeSchedule

func (m *MockScheduleDescriber) DescribeSchedule(arg0, arg1 string) (*admin.DiskBackupSnapshotSchedule, error)

DescribeSchedule mocks base method.

func (*MockScheduleDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockScheduleDescriberMockRecorder

type MockScheduleDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockScheduleDescriberMockRecorder is the mock recorder for MockScheduleDescriber.

func (*MockScheduleDescriberMockRecorder) DescribeSchedule

func (mr *MockScheduleDescriberMockRecorder) DescribeSchedule(arg0, arg1 interface{}) *gomock.Call

DescribeSchedule indicates an expected call of DescribeSchedule.

type MockScheduleDescriberUpdater

type MockScheduleDescriberUpdater struct {
	// contains filtered or unexported fields
}

MockScheduleDescriberUpdater is a mock of ScheduleDescriberUpdater interface.

func NewMockScheduleDescriberUpdater

func NewMockScheduleDescriberUpdater(ctrl *gomock.Controller) *MockScheduleDescriberUpdater

NewMockScheduleDescriberUpdater creates a new mock instance.

func (*MockScheduleDescriberUpdater) DescribeSchedule

func (m *MockScheduleDescriberUpdater) DescribeSchedule(arg0, arg1 string) (*admin.DiskBackupSnapshotSchedule, error)

DescribeSchedule mocks base method.

func (*MockScheduleDescriberUpdater) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockScheduleDescriberUpdater) UpdateSchedule

UpdateSchedule mocks base method.

type MockScheduleDescriberUpdaterMockRecorder

type MockScheduleDescriberUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockScheduleDescriberUpdaterMockRecorder is the mock recorder for MockScheduleDescriberUpdater.

func (*MockScheduleDescriberUpdaterMockRecorder) DescribeSchedule

func (mr *MockScheduleDescriberUpdaterMockRecorder) DescribeSchedule(arg0, arg1 interface{}) *gomock.Call

DescribeSchedule indicates an expected call of DescribeSchedule.

func (*MockScheduleDescriberUpdaterMockRecorder) UpdateSchedule

func (mr *MockScheduleDescriberUpdaterMockRecorder) UpdateSchedule(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateSchedule indicates an expected call of UpdateSchedule.

type MockSearchIndex

type MockSearchIndex struct {
	// contains filtered or unexported fields
}

MockSearchIndex is a mock of SearchIndex interface.

func NewMockSearchIndex

func NewMockSearchIndex(ctrl *gomock.Controller) *MockSearchIndex

NewMockSearchIndex creates a new mock instance.

func (*MockSearchIndex) CreateSearchIndex

func (m *MockSearchIndex) CreateSearchIndex(arg0 context.Context, arg1 string, arg2 *admin.ClusterSearchIndex) (*admin.ClusterSearchIndex, error)

CreateSearchIndex mocks base method.

func (*MockSearchIndex) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSearchIndex) SearchIndex

func (m *MockSearchIndex) SearchIndex(arg0 context.Context, arg1 string) (*admin.ClusterSearchIndex, error)

SearchIndex mocks base method.

func (*MockSearchIndex) SearchIndexByName

func (m *MockSearchIndex) SearchIndexByName(arg0 context.Context, arg1, arg2 string) (*admin.ClusterSearchIndex, error)

SearchIndexByName mocks base method.

func (*MockSearchIndex) SearchIndexes

func (m *MockSearchIndex) SearchIndexes(arg0 context.Context, arg1 string) ([]*admin.ClusterSearchIndex, error)

SearchIndexes mocks base method.

type MockSearchIndexCreator

type MockSearchIndexCreator struct {
	// contains filtered or unexported fields
}

MockSearchIndexCreator is a mock of SearchIndexCreator interface.

func NewMockSearchIndexCreator

func NewMockSearchIndexCreator(ctrl *gomock.Controller) *MockSearchIndexCreator

NewMockSearchIndexCreator creates a new mock instance.

func (*MockSearchIndexCreator) CreateSearchIndexes

func (m *MockSearchIndexCreator) CreateSearchIndexes(arg0, arg1 string, arg2 *admin.ClusterSearchIndex) (*admin.ClusterSearchIndex, error)

CreateSearchIndexes mocks base method.

func (*MockSearchIndexCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockSearchIndexCreatorMockRecorder

type MockSearchIndexCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockSearchIndexCreatorMockRecorder is the mock recorder for MockSearchIndexCreator.

func (*MockSearchIndexCreatorMockRecorder) CreateSearchIndexes

func (mr *MockSearchIndexCreatorMockRecorder) CreateSearchIndexes(arg0, arg1, arg2 interface{}) *gomock.Call

CreateSearchIndexes indicates an expected call of CreateSearchIndexes.

type MockSearchIndexDeleter

type MockSearchIndexDeleter struct {
	// contains filtered or unexported fields
}

MockSearchIndexDeleter is a mock of SearchIndexDeleter interface.

func NewMockSearchIndexDeleter

func NewMockSearchIndexDeleter(ctrl *gomock.Controller) *MockSearchIndexDeleter

NewMockSearchIndexDeleter creates a new mock instance.

func (*MockSearchIndexDeleter) DeleteSearchIndex

func (m *MockSearchIndexDeleter) DeleteSearchIndex(arg0, arg1, arg2 string) error

DeleteSearchIndex mocks base method.

func (*MockSearchIndexDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockSearchIndexDeleterMockRecorder

type MockSearchIndexDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockSearchIndexDeleterMockRecorder is the mock recorder for MockSearchIndexDeleter.

func (*MockSearchIndexDeleterMockRecorder) DeleteSearchIndex

func (mr *MockSearchIndexDeleterMockRecorder) DeleteSearchIndex(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteSearchIndex indicates an expected call of DeleteSearchIndex.

type MockSearchIndexDescriber

type MockSearchIndexDescriber struct {
	// contains filtered or unexported fields
}

MockSearchIndexDescriber is a mock of SearchIndexDescriber interface.

func NewMockSearchIndexDescriber

func NewMockSearchIndexDescriber(ctrl *gomock.Controller) *MockSearchIndexDescriber

NewMockSearchIndexDescriber creates a new mock instance.

func (*MockSearchIndexDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSearchIndexDescriber) SearchIndex

func (m *MockSearchIndexDescriber) SearchIndex(arg0, arg1, arg2 string) (*admin.ClusterSearchIndex, error)

SearchIndex mocks base method.

type MockSearchIndexDescriberMockRecorder

type MockSearchIndexDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockSearchIndexDescriberMockRecorder is the mock recorder for MockSearchIndexDescriber.

func (*MockSearchIndexDescriberMockRecorder) SearchIndex

func (mr *MockSearchIndexDescriberMockRecorder) SearchIndex(arg0, arg1, arg2 interface{}) *gomock.Call

SearchIndex indicates an expected call of SearchIndex.

type MockSearchIndexLister

type MockSearchIndexLister struct {
	// contains filtered or unexported fields
}

MockSearchIndexLister is a mock of SearchIndexLister interface.

func NewMockSearchIndexLister

func NewMockSearchIndexLister(ctrl *gomock.Controller) *MockSearchIndexLister

NewMockSearchIndexLister creates a new mock instance.

func (*MockSearchIndexLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSearchIndexLister) SearchIndexes

func (m *MockSearchIndexLister) SearchIndexes(arg0, arg1, arg2, arg3 string) ([]admin.ClusterSearchIndex, error)

SearchIndexes mocks base method.

type MockSearchIndexListerMockRecorder

type MockSearchIndexListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockSearchIndexListerMockRecorder is the mock recorder for MockSearchIndexLister.

func (*MockSearchIndexListerMockRecorder) SearchIndexes

func (mr *MockSearchIndexListerMockRecorder) SearchIndexes(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

SearchIndexes indicates an expected call of SearchIndexes.

type MockSearchIndexMockRecorder

type MockSearchIndexMockRecorder struct {
	// contains filtered or unexported fields
}

MockSearchIndexMockRecorder is the mock recorder for MockSearchIndex.

func (*MockSearchIndexMockRecorder) CreateSearchIndex

func (mr *MockSearchIndexMockRecorder) CreateSearchIndex(arg0, arg1, arg2 interface{}) *gomock.Call

CreateSearchIndex indicates an expected call of CreateSearchIndex.

func (*MockSearchIndexMockRecorder) SearchIndex

func (mr *MockSearchIndexMockRecorder) SearchIndex(arg0, arg1 interface{}) *gomock.Call

SearchIndex indicates an expected call of SearchIndex.

func (*MockSearchIndexMockRecorder) SearchIndexByName

func (mr *MockSearchIndexMockRecorder) SearchIndexByName(arg0, arg1, arg2 interface{}) *gomock.Call

SearchIndexByName indicates an expected call of SearchIndexByName.

func (*MockSearchIndexMockRecorder) SearchIndexes

func (mr *MockSearchIndexMockRecorder) SearchIndexes(arg0, arg1 interface{}) *gomock.Call

SearchIndexes indicates an expected call of SearchIndexes.

type MockSearchIndexUpdater

type MockSearchIndexUpdater struct {
	// contains filtered or unexported fields
}

MockSearchIndexUpdater is a mock of SearchIndexUpdater interface.

func NewMockSearchIndexUpdater

func NewMockSearchIndexUpdater(ctrl *gomock.Controller) *MockSearchIndexUpdater

NewMockSearchIndexUpdater creates a new mock instance.

func (*MockSearchIndexUpdater) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSearchIndexUpdater) UpdateSearchIndexes

func (m *MockSearchIndexUpdater) UpdateSearchIndexes(arg0, arg1, arg2 string, arg3 *admin.ClusterSearchIndex) (*admin.ClusterSearchIndex, error)

UpdateSearchIndexes mocks base method.

type MockSearchIndexUpdaterMockRecorder

type MockSearchIndexUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockSearchIndexUpdaterMockRecorder is the mock recorder for MockSearchIndexUpdater.

func (*MockSearchIndexUpdaterMockRecorder) UpdateSearchIndexes

func (mr *MockSearchIndexUpdaterMockRecorder) UpdateSearchIndexes(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

UpdateSearchIndexes indicates an expected call of UpdateSearchIndexes.

type MockSearchNodesCreator

type MockSearchNodesCreator struct {
	// contains filtered or unexported fields
}

MockSearchNodesCreator is a mock of SearchNodesCreator interface.

func NewMockSearchNodesCreator

func NewMockSearchNodesCreator(ctrl *gomock.Controller) *MockSearchNodesCreator

NewMockSearchNodesCreator creates a new mock instance.

func (*MockSearchNodesCreator) CreateSearchNodes

CreateSearchNodes mocks base method.

func (*MockSearchNodesCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSearchNodesCreator) SearchNodes

func (m *MockSearchNodesCreator) SearchNodes(arg0, arg1 string) (*admin.ApiSearchDeploymentResponse, error)

SearchNodes mocks base method.

type MockSearchNodesCreatorMockRecorder

type MockSearchNodesCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockSearchNodesCreatorMockRecorder is the mock recorder for MockSearchNodesCreator.

func (*MockSearchNodesCreatorMockRecorder) CreateSearchNodes

func (mr *MockSearchNodesCreatorMockRecorder) CreateSearchNodes(arg0, arg1, arg2 interface{}) *gomock.Call

CreateSearchNodes indicates an expected call of CreateSearchNodes.

func (*MockSearchNodesCreatorMockRecorder) SearchNodes

func (mr *MockSearchNodesCreatorMockRecorder) SearchNodes(arg0, arg1 interface{}) *gomock.Call

SearchNodes indicates an expected call of SearchNodes.

type MockSearchNodesDeleter

type MockSearchNodesDeleter struct {
	// contains filtered or unexported fields
}

MockSearchNodesDeleter is a mock of SearchNodesDeleter interface.

func NewMockSearchNodesDeleter

func NewMockSearchNodesDeleter(ctrl *gomock.Controller) *MockSearchNodesDeleter

NewMockSearchNodesDeleter creates a new mock instance.

func (*MockSearchNodesDeleter) DeleteSearchNodes

func (m *MockSearchNodesDeleter) DeleteSearchNodes(arg0, arg1 string) error

DeleteSearchNodes mocks base method.

func (*MockSearchNodesDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSearchNodesDeleter) SearchNodes

func (m *MockSearchNodesDeleter) SearchNodes(arg0, arg1 string) (*admin.ApiSearchDeploymentResponse, error)

SearchNodes mocks base method.

type MockSearchNodesDeleterMockRecorder

type MockSearchNodesDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockSearchNodesDeleterMockRecorder is the mock recorder for MockSearchNodesDeleter.

func (*MockSearchNodesDeleterMockRecorder) DeleteSearchNodes

func (mr *MockSearchNodesDeleterMockRecorder) DeleteSearchNodes(arg0, arg1 interface{}) *gomock.Call

DeleteSearchNodes indicates an expected call of DeleteSearchNodes.

func (*MockSearchNodesDeleterMockRecorder) SearchNodes

func (mr *MockSearchNodesDeleterMockRecorder) SearchNodes(arg0, arg1 interface{}) *gomock.Call

SearchNodes indicates an expected call of SearchNodes.

type MockSearchNodesLister

type MockSearchNodesLister struct {
	// contains filtered or unexported fields
}

MockSearchNodesLister is a mock of SearchNodesLister interface.

func NewMockSearchNodesLister

func NewMockSearchNodesLister(ctrl *gomock.Controller) *MockSearchNodesLister

NewMockSearchNodesLister creates a new mock instance.

func (*MockSearchNodesLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSearchNodesLister) SearchNodes

func (m *MockSearchNodesLister) SearchNodes(arg0, arg1 string) (*admin.ApiSearchDeploymentResponse, error)

SearchNodes mocks base method.

type MockSearchNodesListerMockRecorder

type MockSearchNodesListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockSearchNodesListerMockRecorder is the mock recorder for MockSearchNodesLister.

func (*MockSearchNodesListerMockRecorder) SearchNodes

func (mr *MockSearchNodesListerMockRecorder) SearchNodes(arg0, arg1 interface{}) *gomock.Call

SearchNodes indicates an expected call of SearchNodes.

type MockSearchNodesUpdater

type MockSearchNodesUpdater struct {
	// contains filtered or unexported fields
}

MockSearchNodesUpdater is a mock of SearchNodesUpdater interface.

func NewMockSearchNodesUpdater

func NewMockSearchNodesUpdater(ctrl *gomock.Controller) *MockSearchNodesUpdater

NewMockSearchNodesUpdater creates a new mock instance.

func (*MockSearchNodesUpdater) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSearchNodesUpdater) SearchNodes

func (m *MockSearchNodesUpdater) SearchNodes(arg0, arg1 string) (*admin.ApiSearchDeploymentResponse, error)

SearchNodes mocks base method.

func (*MockSearchNodesUpdater) UpdateSearchNodes

UpdateSearchNodes mocks base method.

type MockSearchNodesUpdaterMockRecorder

type MockSearchNodesUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockSearchNodesUpdaterMockRecorder is the mock recorder for MockSearchNodesUpdater.

func (*MockSearchNodesUpdaterMockRecorder) SearchNodes

func (mr *MockSearchNodesUpdaterMockRecorder) SearchNodes(arg0, arg1 interface{}) *gomock.Call

SearchNodes indicates an expected call of SearchNodes.

func (*MockSearchNodesUpdaterMockRecorder) UpdateSearchNodes

func (mr *MockSearchNodesUpdaterMockRecorder) UpdateSearchNodes(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateSearchNodes indicates an expected call of UpdateSearchNodes.

type MockServerUsageReportDownloader

type MockServerUsageReportDownloader struct {
	// contains filtered or unexported fields
}

MockServerUsageReportDownloader is a mock of ServerUsageReportDownloader interface.

func NewMockServerUsageReportDownloader

func NewMockServerUsageReportDownloader(ctrl *gomock.Controller) *MockServerUsageReportDownloader

NewMockServerUsageReportDownloader creates a new mock instance.

func (*MockServerUsageReportDownloader) DownloadServerUsageReport

func (m *MockServerUsageReportDownloader) DownloadServerUsageReport(arg0 *opsmngr.ServerTypeOptions, arg1 io.Writer) error

DownloadServerUsageReport mocks base method.

func (*MockServerUsageReportDownloader) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockServerUsageReportDownloaderMockRecorder

type MockServerUsageReportDownloaderMockRecorder struct {
	// contains filtered or unexported fields
}

MockServerUsageReportDownloaderMockRecorder is the mock recorder for MockServerUsageReportDownloader.

func (*MockServerUsageReportDownloaderMockRecorder) DownloadServerUsageReport

func (mr *MockServerUsageReportDownloaderMockRecorder) DownloadServerUsageReport(arg0, arg1 interface{}) *gomock.Call

DownloadServerUsageReport indicates an expected call of DownloadServerUsageReport.

type MockServerlessInstanceCreator

type MockServerlessInstanceCreator struct {
	// contains filtered or unexported fields
}

MockServerlessInstanceCreator is a mock of ServerlessInstanceCreator interface.

func NewMockServerlessInstanceCreator

func NewMockServerlessInstanceCreator(ctrl *gomock.Controller) *MockServerlessInstanceCreator

NewMockServerlessInstanceCreator creates a new mock instance.

func (*MockServerlessInstanceCreator) CreateServerlessInstance

CreateServerlessInstance mocks base method.

func (*MockServerlessInstanceCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockServerlessInstanceCreatorMockRecorder

type MockServerlessInstanceCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockServerlessInstanceCreatorMockRecorder is the mock recorder for MockServerlessInstanceCreator.

func (*MockServerlessInstanceCreatorMockRecorder) CreateServerlessInstance

func (mr *MockServerlessInstanceCreatorMockRecorder) CreateServerlessInstance(arg0, arg1 interface{}) *gomock.Call

CreateServerlessInstance indicates an expected call of CreateServerlessInstance.

type MockServerlessInstanceDeleter

type MockServerlessInstanceDeleter struct {
	// contains filtered or unexported fields
}

MockServerlessInstanceDeleter is a mock of ServerlessInstanceDeleter interface.

func NewMockServerlessInstanceDeleter

func NewMockServerlessInstanceDeleter(ctrl *gomock.Controller) *MockServerlessInstanceDeleter

NewMockServerlessInstanceDeleter creates a new mock instance.

func (*MockServerlessInstanceDeleter) DeleteServerlessInstance

func (m *MockServerlessInstanceDeleter) DeleteServerlessInstance(arg0, arg1 string) error

DeleteServerlessInstance mocks base method.

func (*MockServerlessInstanceDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockServerlessInstanceDeleterMockRecorder

type MockServerlessInstanceDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockServerlessInstanceDeleterMockRecorder is the mock recorder for MockServerlessInstanceDeleter.

func (*MockServerlessInstanceDeleterMockRecorder) DeleteServerlessInstance

func (mr *MockServerlessInstanceDeleterMockRecorder) DeleteServerlessInstance(arg0, arg1 interface{}) *gomock.Call

DeleteServerlessInstance indicates an expected call of DeleteServerlessInstance.

type MockServerlessInstanceDescriber

type MockServerlessInstanceDescriber struct {
	// contains filtered or unexported fields
}

MockServerlessInstanceDescriber is a mock of ServerlessInstanceDescriber interface.

func NewMockServerlessInstanceDescriber

func NewMockServerlessInstanceDescriber(ctrl *gomock.Controller) *MockServerlessInstanceDescriber

NewMockServerlessInstanceDescriber creates a new mock instance.

func (*MockServerlessInstanceDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServerlessInstanceDescriber) GetServerlessInstance

func (m *MockServerlessInstanceDescriber) GetServerlessInstance(arg0, arg1 string) (*admin.ServerlessInstanceDescription, error)

GetServerlessInstance mocks base method.

func (*MockServerlessInstanceDescriber) ServerlessInstance

func (m *MockServerlessInstanceDescriber) ServerlessInstance(arg0, arg1 string) (*mongodbatlas.Cluster, error)

ServerlessInstance mocks base method.

type MockServerlessInstanceDescriberMockRecorder

type MockServerlessInstanceDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockServerlessInstanceDescriberMockRecorder is the mock recorder for MockServerlessInstanceDescriber.

func (*MockServerlessInstanceDescriberMockRecorder) GetServerlessInstance

func (mr *MockServerlessInstanceDescriberMockRecorder) GetServerlessInstance(arg0, arg1 interface{}) *gomock.Call

GetServerlessInstance indicates an expected call of GetServerlessInstance.

func (*MockServerlessInstanceDescriberMockRecorder) ServerlessInstance

func (mr *MockServerlessInstanceDescriberMockRecorder) ServerlessInstance(arg0, arg1 interface{}) *gomock.Call

ServerlessInstance indicates an expected call of ServerlessInstance.

type MockServerlessInstanceLister

type MockServerlessInstanceLister struct {
	// contains filtered or unexported fields
}

MockServerlessInstanceLister is a mock of ServerlessInstanceLister interface.

func NewMockServerlessInstanceLister

func NewMockServerlessInstanceLister(ctrl *gomock.Controller) *MockServerlessInstanceLister

NewMockServerlessInstanceLister creates a new mock instance.

func (*MockServerlessInstanceLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServerlessInstanceLister) ServerlessInstances

ServerlessInstances mocks base method.

type MockServerlessInstanceListerMockRecorder

type MockServerlessInstanceListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockServerlessInstanceListerMockRecorder is the mock recorder for MockServerlessInstanceLister.

func (*MockServerlessInstanceListerMockRecorder) ServerlessInstances

func (mr *MockServerlessInstanceListerMockRecorder) ServerlessInstances(arg0, arg1 interface{}) *gomock.Call

ServerlessInstances indicates an expected call of ServerlessInstances.

type MockServerlessInstanceUpdater

type MockServerlessInstanceUpdater struct {
	// contains filtered or unexported fields
}

MockServerlessInstanceUpdater is a mock of ServerlessInstanceUpdater interface.

func NewMockServerlessInstanceUpdater

func NewMockServerlessInstanceUpdater(ctrl *gomock.Controller) *MockServerlessInstanceUpdater

NewMockServerlessInstanceUpdater creates a new mock instance.

func (*MockServerlessInstanceUpdater) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServerlessInstanceUpdater) UpdateServerlessInstance

UpdateServerlessInstance mocks base method.

type MockServerlessInstanceUpdaterMockRecorder

type MockServerlessInstanceUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockServerlessInstanceUpdaterMockRecorder is the mock recorder for MockServerlessInstanceUpdater.

func (*MockServerlessInstanceUpdaterMockRecorder) UpdateServerlessInstance

func (mr *MockServerlessInstanceUpdaterMockRecorder) UpdateServerlessInstance(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateServerlessInstance indicates an expected call of UpdateServerlessInstance.

type MockServerlessPrivateEndpointsLister

type MockServerlessPrivateEndpointsLister struct {
	// contains filtered or unexported fields
}

MockServerlessPrivateEndpointsLister is a mock of ServerlessPrivateEndpointsLister interface.

func NewMockServerlessPrivateEndpointsLister

func NewMockServerlessPrivateEndpointsLister(ctrl *gomock.Controller) *MockServerlessPrivateEndpointsLister

NewMockServerlessPrivateEndpointsLister creates a new mock instance.

func (*MockServerlessPrivateEndpointsLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServerlessPrivateEndpointsLister) ServerlessPrivateEndpoints

func (m *MockServerlessPrivateEndpointsLister) ServerlessPrivateEndpoints(arg0, arg1 string) ([]admin.ServerlessTenantEndpoint, error)

ServerlessPrivateEndpoints mocks base method.

type MockServerlessPrivateEndpointsListerMockRecorder

type MockServerlessPrivateEndpointsListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockServerlessPrivateEndpointsListerMockRecorder is the mock recorder for MockServerlessPrivateEndpointsLister.

func (*MockServerlessPrivateEndpointsListerMockRecorder) ServerlessPrivateEndpoints

func (mr *MockServerlessPrivateEndpointsListerMockRecorder) ServerlessPrivateEndpoints(arg0, arg1 interface{}) *gomock.Call

ServerlessPrivateEndpoints indicates an expected call of ServerlessPrivateEndpoints.

type MockServerlessRestoreJobsCreator

type MockServerlessRestoreJobsCreator struct {
	// contains filtered or unexported fields
}

MockServerlessRestoreJobsCreator is a mock of ServerlessRestoreJobsCreator interface.

func NewMockServerlessRestoreJobsCreator

func NewMockServerlessRestoreJobsCreator(ctrl *gomock.Controller) *MockServerlessRestoreJobsCreator

NewMockServerlessRestoreJobsCreator creates a new mock instance.

func (*MockServerlessRestoreJobsCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServerlessRestoreJobsCreator) ServerlessCreateRestoreJobs

ServerlessCreateRestoreJobs mocks base method.

type MockServerlessRestoreJobsCreatorMockRecorder

type MockServerlessRestoreJobsCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockServerlessRestoreJobsCreatorMockRecorder is the mock recorder for MockServerlessRestoreJobsCreator.

func (*MockServerlessRestoreJobsCreatorMockRecorder) ServerlessCreateRestoreJobs

func (mr *MockServerlessRestoreJobsCreatorMockRecorder) ServerlessCreateRestoreJobs(arg0, arg1, arg2 interface{}) *gomock.Call

ServerlessCreateRestoreJobs indicates an expected call of ServerlessCreateRestoreJobs.

type MockServerlessRestoreJobsDescriber

type MockServerlessRestoreJobsDescriber struct {
	// contains filtered or unexported fields
}

MockServerlessRestoreJobsDescriber is a mock of ServerlessRestoreJobsDescriber interface.

func NewMockServerlessRestoreJobsDescriber

func NewMockServerlessRestoreJobsDescriber(ctrl *gomock.Controller) *MockServerlessRestoreJobsDescriber

NewMockServerlessRestoreJobsDescriber creates a new mock instance.

func (*MockServerlessRestoreJobsDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServerlessRestoreJobsDescriber) ServerlessRestoreJob

func (m *MockServerlessRestoreJobsDescriber) ServerlessRestoreJob(arg0, arg1, arg2 string) (*admin.ServerlessBackupRestoreJob, error)

ServerlessRestoreJob mocks base method.

type MockServerlessRestoreJobsDescriberMockRecorder

type MockServerlessRestoreJobsDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockServerlessRestoreJobsDescriberMockRecorder is the mock recorder for MockServerlessRestoreJobsDescriber.

func (*MockServerlessRestoreJobsDescriberMockRecorder) ServerlessRestoreJob

func (mr *MockServerlessRestoreJobsDescriberMockRecorder) ServerlessRestoreJob(arg0, arg1, arg2 interface{}) *gomock.Call

ServerlessRestoreJob indicates an expected call of ServerlessRestoreJob.

type MockServerlessRestoreJobsLister

type MockServerlessRestoreJobsLister struct {
	// contains filtered or unexported fields
}

MockServerlessRestoreJobsLister is a mock of ServerlessRestoreJobsLister interface.

func NewMockServerlessRestoreJobsLister

func NewMockServerlessRestoreJobsLister(ctrl *gomock.Controller) *MockServerlessRestoreJobsLister

NewMockServerlessRestoreJobsLister creates a new mock instance.

func (*MockServerlessRestoreJobsLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServerlessRestoreJobsLister) ServerlessRestoreJobs

ServerlessRestoreJobs mocks base method.

type MockServerlessRestoreJobsListerMockRecorder

type MockServerlessRestoreJobsListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockServerlessRestoreJobsListerMockRecorder is the mock recorder for MockServerlessRestoreJobsLister.

func (*MockServerlessRestoreJobsListerMockRecorder) ServerlessRestoreJobs

func (mr *MockServerlessRestoreJobsListerMockRecorder) ServerlessRestoreJobs(arg0, arg1, arg2 interface{}) *gomock.Call

ServerlessRestoreJobs indicates an expected call of ServerlessRestoreJobs.

type MockServerlessSnapshotsDescriber

type MockServerlessSnapshotsDescriber struct {
	// contains filtered or unexported fields
}

MockServerlessSnapshotsDescriber is a mock of ServerlessSnapshotsDescriber interface.

func NewMockServerlessSnapshotsDescriber

func NewMockServerlessSnapshotsDescriber(ctrl *gomock.Controller) *MockServerlessSnapshotsDescriber

NewMockServerlessSnapshotsDescriber creates a new mock instance.

func (*MockServerlessSnapshotsDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServerlessSnapshotsDescriber) ServerlessSnapshot

func (m *MockServerlessSnapshotsDescriber) ServerlessSnapshot(arg0, arg1, arg2 string) (*admin.ServerlessBackupSnapshot, error)

ServerlessSnapshot mocks base method.

type MockServerlessSnapshotsDescriberMockRecorder

type MockServerlessSnapshotsDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockServerlessSnapshotsDescriberMockRecorder is the mock recorder for MockServerlessSnapshotsDescriber.

func (*MockServerlessSnapshotsDescriberMockRecorder) ServerlessSnapshot

func (mr *MockServerlessSnapshotsDescriberMockRecorder) ServerlessSnapshot(arg0, arg1, arg2 interface{}) *gomock.Call

ServerlessSnapshot indicates an expected call of ServerlessSnapshot.

type MockServerlessSnapshotsLister

type MockServerlessSnapshotsLister struct {
	// contains filtered or unexported fields
}

MockServerlessSnapshotsLister is a mock of ServerlessSnapshotsLister interface.

func NewMockServerlessSnapshotsLister

func NewMockServerlessSnapshotsLister(ctrl *gomock.Controller) *MockServerlessSnapshotsLister

NewMockServerlessSnapshotsLister creates a new mock instance.

func (*MockServerlessSnapshotsLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServerlessSnapshotsLister) ServerlessSnapshots

ServerlessSnapshots mocks base method.

type MockServerlessSnapshotsListerMockRecorder

type MockServerlessSnapshotsListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockServerlessSnapshotsListerMockRecorder is the mock recorder for MockServerlessSnapshotsLister.

func (*MockServerlessSnapshotsListerMockRecorder) ServerlessSnapshots

func (mr *MockServerlessSnapshotsListerMockRecorder) ServerlessSnapshots(arg0, arg1, arg2 interface{}) *gomock.Call

ServerlessSnapshots indicates an expected call of ServerlessSnapshots.

type MockServiceVersionDescriber

type MockServiceVersionDescriber struct {
	// contains filtered or unexported fields
}

MockServiceVersionDescriber is a mock of ServiceVersionDescriber interface.

func NewMockServiceVersionDescriber

func NewMockServiceVersionDescriber(ctrl *gomock.Controller) *MockServiceVersionDescriber

NewMockServiceVersionDescriber creates a new mock instance.

func (*MockServiceVersionDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServiceVersionDescriber) ServiceVersion

ServiceVersion mocks base method.

type MockServiceVersionDescriberMockRecorder

type MockServiceVersionDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockServiceVersionDescriberMockRecorder is the mock recorder for MockServiceVersionDescriber.

func (*MockServiceVersionDescriberMockRecorder) ServiceVersion

func (mr *MockServiceVersionDescriberMockRecorder) ServiceVersion() *gomock.Call

ServiceVersion indicates an expected call of ServiceVersion.

type MockSetSaver

type MockSetSaver struct {
	// contains filtered or unexported fields
}

MockSetSaver is a mock of SetSaver interface.

func NewMockSetSaver

func NewMockSetSaver(ctrl *gomock.Controller) *MockSetSaver

NewMockSetSaver creates a new mock instance.

func (*MockSetSaver) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSetSaver) Save

func (m *MockSetSaver) Save() error

Save mocks base method.

func (*MockSetSaver) Set

func (m *MockSetSaver) Set(arg0 string, arg1 interface{})

Set mocks base method.

func (*MockSetSaver) SetGlobal

func (m *MockSetSaver) SetGlobal(arg0 string, arg1 interface{})

SetGlobal mocks base method.

type MockSetSaverMockRecorder

type MockSetSaverMockRecorder struct {
	// contains filtered or unexported fields
}

MockSetSaverMockRecorder is the mock recorder for MockSetSaver.

func (*MockSetSaverMockRecorder) Save

func (mr *MockSetSaverMockRecorder) Save() *gomock.Call

Save indicates an expected call of Save.

func (*MockSetSaverMockRecorder) Set

func (mr *MockSetSaverMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call

Set indicates an expected call of Set.

func (*MockSetSaverMockRecorder) SetGlobal

func (mr *MockSetSaverMockRecorder) SetGlobal(arg0, arg1 interface{}) *gomock.Call

SetGlobal indicates an expected call of SetGlobal.

type MockSnapshotGenerator

type MockSnapshotGenerator struct {
	// contains filtered or unexported fields
}

MockSnapshotGenerator is a mock of SnapshotGenerator interface.

func NewMockSnapshotGenerator

func NewMockSnapshotGenerator(ctrl *gomock.Controller) *MockSnapshotGenerator

NewMockSnapshotGenerator creates a new mock instance.

func (*MockSnapshotGenerator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSnapshotGenerator) GenerateSnapshot

func (m *MockSnapshotGenerator) GenerateSnapshot() error

GenerateSnapshot mocks base method.

type MockSnapshotGeneratorMockRecorder

type MockSnapshotGeneratorMockRecorder struct {
	// contains filtered or unexported fields
}

MockSnapshotGeneratorMockRecorder is the mock recorder for MockSnapshotGenerator.

func (*MockSnapshotGeneratorMockRecorder) GenerateSnapshot

func (mr *MockSnapshotGeneratorMockRecorder) GenerateSnapshot() *gomock.Call

GenerateSnapshot indicates an expected call of GenerateSnapshot.

type MockSnapshotScheduleDescriber

type MockSnapshotScheduleDescriber struct {
	// contains filtered or unexported fields
}

MockSnapshotScheduleDescriber is a mock of SnapshotScheduleDescriber interface.

func NewMockSnapshotScheduleDescriber

func NewMockSnapshotScheduleDescriber(ctrl *gomock.Controller) *MockSnapshotScheduleDescriber

NewMockSnapshotScheduleDescriber creates a new mock instance.

func (*MockSnapshotScheduleDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSnapshotScheduleDescriber) GetSnapshotSchedule

func (m *MockSnapshotScheduleDescriber) GetSnapshotSchedule(arg0, arg1 string) (*opsmngr.SnapshotSchedule, error)

GetSnapshotSchedule mocks base method.

type MockSnapshotScheduleDescriberMockRecorder

type MockSnapshotScheduleDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockSnapshotScheduleDescriberMockRecorder is the mock recorder for MockSnapshotScheduleDescriber.

func (*MockSnapshotScheduleDescriberMockRecorder) GetSnapshotSchedule

func (mr *MockSnapshotScheduleDescriberMockRecorder) GetSnapshotSchedule(arg0, arg1 interface{}) *gomock.Call

GetSnapshotSchedule indicates an expected call of GetSnapshotSchedule.

type MockSnapshotScheduleUpdater

type MockSnapshotScheduleUpdater struct {
	// contains filtered or unexported fields
}

MockSnapshotScheduleUpdater is a mock of SnapshotScheduleUpdater interface.

func NewMockSnapshotScheduleUpdater

func NewMockSnapshotScheduleUpdater(ctrl *gomock.Controller) *MockSnapshotScheduleUpdater

NewMockSnapshotScheduleUpdater creates a new mock instance.

func (*MockSnapshotScheduleUpdater) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSnapshotScheduleUpdater) UpdateSnapshotSchedule

func (m *MockSnapshotScheduleUpdater) UpdateSnapshotSchedule(arg0, arg1 string, arg2 *opsmngr.SnapshotSchedule) (*opsmngr.SnapshotSchedule, error)

UpdateSnapshotSchedule mocks base method.

type MockSnapshotScheduleUpdaterMockRecorder

type MockSnapshotScheduleUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockSnapshotScheduleUpdaterMockRecorder is the mock recorder for MockSnapshotScheduleUpdater.

func (*MockSnapshotScheduleUpdaterMockRecorder) UpdateSnapshotSchedule

func (mr *MockSnapshotScheduleUpdaterMockRecorder) UpdateSnapshotSchedule(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateSnapshotSchedule indicates an expected call of UpdateSnapshotSchedule.

type MockSnapshotsCreator

type MockSnapshotsCreator struct {
	// contains filtered or unexported fields
}

MockSnapshotsCreator is a mock of SnapshotsCreator interface.

func NewMockSnapshotsCreator

func NewMockSnapshotsCreator(ctrl *gomock.Controller) *MockSnapshotsCreator

NewMockSnapshotsCreator creates a new mock instance.

func (*MockSnapshotsCreator) CreateSnapshot

CreateSnapshot mocks base method.

func (*MockSnapshotsCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockSnapshotsCreatorMockRecorder

type MockSnapshotsCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockSnapshotsCreatorMockRecorder is the mock recorder for MockSnapshotsCreator.

func (*MockSnapshotsCreatorMockRecorder) CreateSnapshot

func (mr *MockSnapshotsCreatorMockRecorder) CreateSnapshot(arg0, arg1, arg2 interface{}) *gomock.Call

CreateSnapshot indicates an expected call of CreateSnapshot.

type MockSnapshotsDeleter

type MockSnapshotsDeleter struct {
	// contains filtered or unexported fields
}

MockSnapshotsDeleter is a mock of SnapshotsDeleter interface.

func NewMockSnapshotsDeleter

func NewMockSnapshotsDeleter(ctrl *gomock.Controller) *MockSnapshotsDeleter

NewMockSnapshotsDeleter creates a new mock instance.

func (*MockSnapshotsDeleter) DeleteSnapshot

func (m *MockSnapshotsDeleter) DeleteSnapshot(arg0, arg1, arg2 string) error

DeleteSnapshot mocks base method.

func (*MockSnapshotsDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockSnapshotsDeleterMockRecorder

type MockSnapshotsDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockSnapshotsDeleterMockRecorder is the mock recorder for MockSnapshotsDeleter.

func (*MockSnapshotsDeleterMockRecorder) DeleteSnapshot

func (mr *MockSnapshotsDeleterMockRecorder) DeleteSnapshot(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteSnapshot indicates an expected call of DeleteSnapshot.

type MockSnapshotsDescriber

type MockSnapshotsDescriber struct {
	// contains filtered or unexported fields
}

MockSnapshotsDescriber is a mock of SnapshotsDescriber interface.

func NewMockSnapshotsDescriber

func NewMockSnapshotsDescriber(ctrl *gomock.Controller) *MockSnapshotsDescriber

NewMockSnapshotsDescriber creates a new mock instance.

func (*MockSnapshotsDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSnapshotsDescriber) Snapshot

func (m *MockSnapshotsDescriber) Snapshot(arg0, arg1, arg2 string) (*admin.DiskBackupReplicaSet, error)

Snapshot mocks base method.

type MockSnapshotsDescriberMockRecorder

type MockSnapshotsDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockSnapshotsDescriberMockRecorder is the mock recorder for MockSnapshotsDescriber.

func (*MockSnapshotsDescriberMockRecorder) Snapshot

func (mr *MockSnapshotsDescriberMockRecorder) Snapshot(arg0, arg1, arg2 interface{}) *gomock.Call

Snapshot indicates an expected call of Snapshot.

type MockSnapshotsLister

type MockSnapshotsLister struct {
	// contains filtered or unexported fields
}

MockSnapshotsLister is a mock of SnapshotsLister interface.

func NewMockSnapshotsLister

func NewMockSnapshotsLister(ctrl *gomock.Controller) *MockSnapshotsLister

NewMockSnapshotsLister creates a new mock instance.

func (*MockSnapshotsLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSnapshotsLister) Snapshots

Snapshots mocks base method.

type MockSnapshotsListerMockRecorder

type MockSnapshotsListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockSnapshotsListerMockRecorder is the mock recorder for MockSnapshotsLister.

func (*MockSnapshotsListerMockRecorder) Snapshots

func (mr *MockSnapshotsListerMockRecorder) Snapshots(arg0, arg1, arg2 interface{}) *gomock.Call

Snapshots indicates an expected call of Snapshots.

type MockStreamsConnectionDescriber

type MockStreamsConnectionDescriber struct {
	// contains filtered or unexported fields
}

MockStreamsConnectionDescriber is a mock of StreamsConnectionDescriber interface.

func NewMockStreamsConnectionDescriber

func NewMockStreamsConnectionDescriber(ctrl *gomock.Controller) *MockStreamsConnectionDescriber

NewMockStreamsConnectionDescriber creates a new mock instance.

func (*MockStreamsConnectionDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStreamsConnectionDescriber) StreamConnection

func (m *MockStreamsConnectionDescriber) StreamConnection(arg0, arg1, arg2 string) (*admin.StreamsConnection, error)

StreamConnection mocks base method.

type MockStreamsConnectionDescriberMockRecorder

type MockStreamsConnectionDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockStreamsConnectionDescriberMockRecorder is the mock recorder for MockStreamsConnectionDescriber.

func (*MockStreamsConnectionDescriberMockRecorder) StreamConnection

func (mr *MockStreamsConnectionDescriberMockRecorder) StreamConnection(arg0, arg1, arg2 interface{}) *gomock.Call

StreamConnection indicates an expected call of StreamConnection.

type MockStreamsConnectionLister

type MockStreamsConnectionLister struct {
	// contains filtered or unexported fields
}

MockStreamsConnectionLister is a mock of StreamsConnectionLister interface.

func NewMockStreamsConnectionLister

func NewMockStreamsConnectionLister(ctrl *gomock.Controller) *MockStreamsConnectionLister

NewMockStreamsConnectionLister creates a new mock instance.

func (*MockStreamsConnectionLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStreamsConnectionLister) StreamsConnections

func (m *MockStreamsConnectionLister) StreamsConnections(arg0, arg1 string) (*admin.PaginatedApiStreamsConnection, error)

StreamsConnections mocks base method.

type MockStreamsConnectionListerMockRecorder

type MockStreamsConnectionListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockStreamsConnectionListerMockRecorder is the mock recorder for MockStreamsConnectionLister.

func (*MockStreamsConnectionListerMockRecorder) StreamsConnections

func (mr *MockStreamsConnectionListerMockRecorder) StreamsConnections(arg0, arg1 interface{}) *gomock.Call

StreamsConnections indicates an expected call of StreamsConnections.

type MockStreamsCreator

type MockStreamsCreator struct {
	// contains filtered or unexported fields
}

MockStreamsCreator is a mock of StreamsCreator interface.

func NewMockStreamsCreator

func NewMockStreamsCreator(ctrl *gomock.Controller) *MockStreamsCreator

NewMockStreamsCreator creates a new mock instance.

func (*MockStreamsCreator) CreateStream

func (m *MockStreamsCreator) CreateStream(arg0 string, arg1 *admin.StreamsTenant) (*admin.StreamsTenant, error)

CreateStream mocks base method.

func (*MockStreamsCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockStreamsCreatorMockRecorder

type MockStreamsCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockStreamsCreatorMockRecorder is the mock recorder for MockStreamsCreator.

func (*MockStreamsCreatorMockRecorder) CreateStream

func (mr *MockStreamsCreatorMockRecorder) CreateStream(arg0, arg1 interface{}) *gomock.Call

CreateStream indicates an expected call of CreateStream.

type MockStreamsDeleter

type MockStreamsDeleter struct {
	// contains filtered or unexported fields
}

MockStreamsDeleter is a mock of StreamsDeleter interface.

func NewMockStreamsDeleter

func NewMockStreamsDeleter(ctrl *gomock.Controller) *MockStreamsDeleter

NewMockStreamsDeleter creates a new mock instance.

func (*MockStreamsDeleter) DeleteStream

func (m *MockStreamsDeleter) DeleteStream(arg0, arg1 string) error

DeleteStream mocks base method.

func (*MockStreamsDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockStreamsDeleterMockRecorder

type MockStreamsDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockStreamsDeleterMockRecorder is the mock recorder for MockStreamsDeleter.

func (*MockStreamsDeleterMockRecorder) DeleteStream

func (mr *MockStreamsDeleterMockRecorder) DeleteStream(arg0, arg1 interface{}) *gomock.Call

DeleteStream indicates an expected call of DeleteStream.

type MockStreamsDescriber

type MockStreamsDescriber struct {
	// contains filtered or unexported fields
}

MockStreamsDescriber is a mock of StreamsDescriber interface.

func NewMockStreamsDescriber

func NewMockStreamsDescriber(ctrl *gomock.Controller) *MockStreamsDescriber

NewMockStreamsDescriber creates a new mock instance.

func (*MockStreamsDescriber) AtlasStream

func (m *MockStreamsDescriber) AtlasStream(arg0, arg1 string) (*admin.StreamsTenant, error)

AtlasStream mocks base method.

func (*MockStreamsDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockStreamsDescriberMockRecorder

type MockStreamsDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockStreamsDescriberMockRecorder is the mock recorder for MockStreamsDescriber.

func (*MockStreamsDescriberMockRecorder) AtlasStream

func (mr *MockStreamsDescriberMockRecorder) AtlasStream(arg0, arg1 interface{}) *gomock.Call

AtlasStream indicates an expected call of AtlasStream.

type MockStreamsLister

type MockStreamsLister struct {
	// contains filtered or unexported fields
}

MockStreamsLister is a mock of StreamsLister interface.

func NewMockStreamsLister

func NewMockStreamsLister(ctrl *gomock.Controller) *MockStreamsLister

NewMockStreamsLister creates a new mock instance.

func (*MockStreamsLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStreamsLister) ProjectStreams

ProjectStreams mocks base method.

type MockStreamsListerMockRecorder

type MockStreamsListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockStreamsListerMockRecorder is the mock recorder for MockStreamsLister.

func (*MockStreamsListerMockRecorder) ProjectStreams

func (mr *MockStreamsListerMockRecorder) ProjectStreams(arg0 interface{}) *gomock.Call

ProjectStreams indicates an expected call of ProjectStreams.

type MockStreamsUpdater

type MockStreamsUpdater struct {
	// contains filtered or unexported fields
}

MockStreamsUpdater is a mock of StreamsUpdater interface.

func NewMockStreamsUpdater

func NewMockStreamsUpdater(ctrl *gomock.Controller) *MockStreamsUpdater

NewMockStreamsUpdater creates a new mock instance.

func (*MockStreamsUpdater) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStreamsUpdater) UpdateStream

func (m *MockStreamsUpdater) UpdateStream(arg0, arg1 string, arg2 *admin.StreamsDataProcessRegion) (*admin.StreamsTenant, error)

UpdateStream mocks base method.

type MockStreamsUpdaterMockRecorder

type MockStreamsUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockStreamsUpdaterMockRecorder is the mock recorder for MockStreamsUpdater.

func (*MockStreamsUpdaterMockRecorder) UpdateStream

func (mr *MockStreamsUpdaterMockRecorder) UpdateStream(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateStream indicates an expected call of UpdateStream.

type MockSyncsCreator

type MockSyncsCreator struct {
	// contains filtered or unexported fields
}

MockSyncsCreator is a mock of SyncsCreator interface.

func NewMockSyncsCreator

func NewMockSyncsCreator(ctrl *gomock.Controller) *MockSyncsCreator

NewMockSyncsCreator creates a new mock instance.

func (*MockSyncsCreator) CreateSync

func (m *MockSyncsCreator) CreateSync(arg0 *opsmngr.BackupStore) (*opsmngr.BackupStore, error)

CreateSync mocks base method.

func (*MockSyncsCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockSyncsCreatorMockRecorder

type MockSyncsCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockSyncsCreatorMockRecorder is the mock recorder for MockSyncsCreator.

func (*MockSyncsCreatorMockRecorder) CreateSync

func (mr *MockSyncsCreatorMockRecorder) CreateSync(arg0 interface{}) *gomock.Call

CreateSync indicates an expected call of CreateSync.

type MockSyncsDeleter

type MockSyncsDeleter struct {
	// contains filtered or unexported fields
}

MockSyncsDeleter is a mock of SyncsDeleter interface.

func NewMockSyncsDeleter

func NewMockSyncsDeleter(ctrl *gomock.Controller) *MockSyncsDeleter

NewMockSyncsDeleter creates a new mock instance.

func (*MockSyncsDeleter) DeleteSync

func (m *MockSyncsDeleter) DeleteSync(arg0 string) error

DeleteSync mocks base method.

func (*MockSyncsDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockSyncsDeleterMockRecorder

type MockSyncsDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockSyncsDeleterMockRecorder is the mock recorder for MockSyncsDeleter.

func (*MockSyncsDeleterMockRecorder) DeleteSync

func (mr *MockSyncsDeleterMockRecorder) DeleteSync(arg0 interface{}) *gomock.Call

DeleteSync indicates an expected call of DeleteSync.

type MockSyncsDescriber

type MockSyncsDescriber struct {
	// contains filtered or unexported fields
}

MockSyncsDescriber is a mock of SyncsDescriber interface.

func NewMockSyncsDescriber

func NewMockSyncsDescriber(ctrl *gomock.Controller) *MockSyncsDescriber

NewMockSyncsDescriber creates a new mock instance.

func (*MockSyncsDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSyncsDescriber) GetSync

func (m *MockSyncsDescriber) GetSync(arg0 string) (*opsmngr.BackupStore, error)

GetSync mocks base method.

type MockSyncsDescriberMockRecorder

type MockSyncsDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockSyncsDescriberMockRecorder is the mock recorder for MockSyncsDescriber.

func (*MockSyncsDescriberMockRecorder) GetSync

func (mr *MockSyncsDescriberMockRecorder) GetSync(arg0 interface{}) *gomock.Call

GetSync indicates an expected call of GetSync.

type MockSyncsLister

type MockSyncsLister struct {
	// contains filtered or unexported fields
}

MockSyncsLister is a mock of SyncsLister interface.

func NewMockSyncsLister

func NewMockSyncsLister(ctrl *gomock.Controller) *MockSyncsLister

NewMockSyncsLister creates a new mock instance.

func (*MockSyncsLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSyncsLister) ListSyncs

ListSyncs mocks base method.

type MockSyncsListerMockRecorder

type MockSyncsListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockSyncsListerMockRecorder is the mock recorder for MockSyncsLister.

func (*MockSyncsListerMockRecorder) ListSyncs

func (mr *MockSyncsListerMockRecorder) ListSyncs(arg0 interface{}) *gomock.Call

ListSyncs indicates an expected call of ListSyncs.

type MockSyncsUpdater

type MockSyncsUpdater struct {
	// contains filtered or unexported fields
}

MockSyncsUpdater is a mock of SyncsUpdater interface.

func NewMockSyncsUpdater

func NewMockSyncsUpdater(ctrl *gomock.Controller) *MockSyncsUpdater

NewMockSyncsUpdater creates a new mock instance.

func (*MockSyncsUpdater) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSyncsUpdater) UpdateSync

func (m *MockSyncsUpdater) UpdateSync(arg0 string, arg1 *opsmngr.BackupStore) (*opsmngr.BackupStore, error)

UpdateSync mocks base method.

type MockSyncsUpdaterMockRecorder

type MockSyncsUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockSyncsUpdaterMockRecorder is the mock recorder for MockSyncsUpdater.

func (*MockSyncsUpdaterMockRecorder) UpdateSync

func (mr *MockSyncsUpdaterMockRecorder) UpdateSync(arg0, arg1 interface{}) *gomock.Call

UpdateSync indicates an expected call of UpdateSync.

type MockTeamAdder

type MockTeamAdder struct {
	// contains filtered or unexported fields
}

MockTeamAdder is a mock of TeamAdder interface.

func NewMockTeamAdder

func NewMockTeamAdder(ctrl *gomock.Controller) *MockTeamAdder

NewMockTeamAdder creates a new mock instance.

func (*MockTeamAdder) AddUsersToTeam

func (m *MockTeamAdder) AddUsersToTeam(arg0, arg1 string, arg2 []string) (interface{}, error)

AddUsersToTeam mocks base method.

func (*MockTeamAdder) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockTeamAdderMockRecorder

type MockTeamAdderMockRecorder struct {
	// contains filtered or unexported fields
}

MockTeamAdderMockRecorder is the mock recorder for MockTeamAdder.

func (*MockTeamAdderMockRecorder) AddUsersToTeam

func (mr *MockTeamAdderMockRecorder) AddUsersToTeam(arg0, arg1, arg2 interface{}) *gomock.Call

AddUsersToTeam indicates an expected call of AddUsersToTeam.

type MockTeamCreator

type MockTeamCreator struct {
	// contains filtered or unexported fields
}

MockTeamCreator is a mock of TeamCreator interface.

func NewMockTeamCreator

func NewMockTeamCreator(ctrl *gomock.Controller) *MockTeamCreator

NewMockTeamCreator creates a new mock instance.

func (*MockTeamCreator) CreateTeam

func (m *MockTeamCreator) CreateTeam(arg0 string, arg1 *mongodbatlas.Team) (*mongodbatlas.Team, error)

CreateTeam mocks base method.

func (*MockTeamCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockTeamCreatorMockRecorder

type MockTeamCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockTeamCreatorMockRecorder is the mock recorder for MockTeamCreator.

func (*MockTeamCreatorMockRecorder) CreateTeam

func (mr *MockTeamCreatorMockRecorder) CreateTeam(arg0, arg1 interface{}) *gomock.Call

CreateTeam indicates an expected call of CreateTeam.

type MockTeamDeleter

type MockTeamDeleter struct {
	// contains filtered or unexported fields
}

MockTeamDeleter is a mock of TeamDeleter interface.

func NewMockTeamDeleter

func NewMockTeamDeleter(ctrl *gomock.Controller) *MockTeamDeleter

NewMockTeamDeleter creates a new mock instance.

func (*MockTeamDeleter) DeleteTeam

func (m *MockTeamDeleter) DeleteTeam(arg0, arg1 string) error

DeleteTeam mocks base method.

func (*MockTeamDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockTeamDeleterMockRecorder

type MockTeamDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockTeamDeleterMockRecorder is the mock recorder for MockTeamDeleter.

func (*MockTeamDeleterMockRecorder) DeleteTeam

func (mr *MockTeamDeleterMockRecorder) DeleteTeam(arg0, arg1 interface{}) *gomock.Call

DeleteTeam indicates an expected call of DeleteTeam.

type MockTeamDescriber

type MockTeamDescriber struct {
	// contains filtered or unexported fields
}

MockTeamDescriber is a mock of TeamDescriber interface.

func NewMockTeamDescriber

func NewMockTeamDescriber(ctrl *gomock.Controller) *MockTeamDescriber

NewMockTeamDescriber creates a new mock instance.

func (*MockTeamDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTeamDescriber) TeamByID

func (m *MockTeamDescriber) TeamByID(arg0, arg1 string) (*mongodbatlas.Team, error)

TeamByID mocks base method.

func (*MockTeamDescriber) TeamByName

func (m *MockTeamDescriber) TeamByName(arg0, arg1 string) (*mongodbatlas.Team, error)

TeamByName mocks base method.

type MockTeamDescriberMockRecorder

type MockTeamDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockTeamDescriberMockRecorder is the mock recorder for MockTeamDescriber.

func (*MockTeamDescriberMockRecorder) TeamByID

func (mr *MockTeamDescriberMockRecorder) TeamByID(arg0, arg1 interface{}) *gomock.Call

TeamByID indicates an expected call of TeamByID.

func (*MockTeamDescriberMockRecorder) TeamByName

func (mr *MockTeamDescriberMockRecorder) TeamByName(arg0, arg1 interface{}) *gomock.Call

TeamByName indicates an expected call of TeamByName.

type MockTeamLister

type MockTeamLister struct {
	// contains filtered or unexported fields
}

MockTeamLister is a mock of TeamLister interface.

func NewMockTeamLister

func NewMockTeamLister(ctrl *gomock.Controller) *MockTeamLister

NewMockTeamLister creates a new mock instance.

func (*MockTeamLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTeamLister) Teams

Teams mocks base method.

type MockTeamListerMockRecorder

type MockTeamListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockTeamListerMockRecorder is the mock recorder for MockTeamLister.

func (*MockTeamListerMockRecorder) Teams

func (mr *MockTeamListerMockRecorder) Teams(arg0, arg1 interface{}) *gomock.Call

Teams indicates an expected call of Teams.

type MockTeamRolesUpdater

type MockTeamRolesUpdater struct {
	// contains filtered or unexported fields
}

MockTeamRolesUpdater is a mock of TeamRolesUpdater interface.

func NewMockTeamRolesUpdater

func NewMockTeamRolesUpdater(ctrl *gomock.Controller) *MockTeamRolesUpdater

NewMockTeamRolesUpdater creates a new mock instance.

func (*MockTeamRolesUpdater) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTeamRolesUpdater) UpdateProjectTeamRoles

func (m *MockTeamRolesUpdater) UpdateProjectTeamRoles(arg0, arg1 string, arg2 *mongodbatlas.TeamUpdateRoles) ([]mongodbatlas.TeamRoles, error)

UpdateProjectTeamRoles mocks base method.

type MockTeamRolesUpdaterMockRecorder

type MockTeamRolesUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockTeamRolesUpdaterMockRecorder is the mock recorder for MockTeamRolesUpdater.

func (*MockTeamRolesUpdaterMockRecorder) UpdateProjectTeamRoles

func (mr *MockTeamRolesUpdaterMockRecorder) UpdateProjectTeamRoles(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateProjectTeamRoles indicates an expected call of UpdateProjectTeamRoles.

type MockTeamUserLister

type MockTeamUserLister struct {
	// contains filtered or unexported fields
}

MockTeamUserLister is a mock of TeamUserLister interface.

func NewMockTeamUserLister

func NewMockTeamUserLister(ctrl *gomock.Controller) *MockTeamUserLister

NewMockTeamUserLister creates a new mock instance.

func (*MockTeamUserLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTeamUserLister) TeamUsers

func (m *MockTeamUserLister) TeamUsers(arg0, arg1 string) (interface{}, error)

TeamUsers mocks base method.

type MockTeamUserListerMockRecorder

type MockTeamUserListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockTeamUserListerMockRecorder is the mock recorder for MockTeamUserLister.

func (*MockTeamUserListerMockRecorder) TeamUsers

func (mr *MockTeamUserListerMockRecorder) TeamUsers(arg0, arg1 interface{}) *gomock.Call

TeamUsers indicates an expected call of TeamUsers.

type MockTeamUserRemover

type MockTeamUserRemover struct {
	// contains filtered or unexported fields
}

MockTeamUserRemover is a mock of TeamUserRemover interface.

func NewMockTeamUserRemover

func NewMockTeamUserRemover(ctrl *gomock.Controller) *MockTeamUserRemover

NewMockTeamUserRemover creates a new mock instance.

func (*MockTeamUserRemover) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTeamUserRemover) RemoveUserFromTeam

func (m *MockTeamUserRemover) RemoveUserFromTeam(arg0, arg1, arg2 string) error

RemoveUserFromTeam mocks base method.

type MockTeamUserRemoverMockRecorder

type MockTeamUserRemoverMockRecorder struct {
	// contains filtered or unexported fields
}

MockTeamUserRemoverMockRecorder is the mock recorder for MockTeamUserRemover.

func (*MockTeamUserRemoverMockRecorder) RemoveUserFromTeam

func (mr *MockTeamUserRemoverMockRecorder) RemoveUserFromTeam(arg0, arg1, arg2 interface{}) *gomock.Call

RemoveUserFromTeam indicates an expected call of RemoveUserFromTeam.

type MockUnauthEventsSender

type MockUnauthEventsSender struct {
	// contains filtered or unexported fields
}

MockUnauthEventsSender is a mock of UnauthEventsSender interface.

func NewMockUnauthEventsSender

func NewMockUnauthEventsSender(ctrl *gomock.Controller) *MockUnauthEventsSender

NewMockUnauthEventsSender creates a new mock instance.

func (*MockUnauthEventsSender) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockUnauthEventsSender) SendUnauthEvents

func (m *MockUnauthEventsSender) SendUnauthEvents(arg0 interface{}) error

SendUnauthEvents mocks base method.

type MockUnauthEventsSenderMockRecorder

type MockUnauthEventsSenderMockRecorder struct {
	// contains filtered or unexported fields
}

MockUnauthEventsSenderMockRecorder is the mock recorder for MockUnauthEventsSender.

func (*MockUnauthEventsSenderMockRecorder) SendUnauthEvents

func (mr *MockUnauthEventsSenderMockRecorder) SendUnauthEvents(arg0 interface{}) *gomock.Call

SendUnauthEvents indicates an expected call of SendUnauthEvents.

type MockUserCreator

type MockUserCreator struct {
	// contains filtered or unexported fields
}

MockUserCreator is a mock of UserCreator interface.

func NewMockUserCreator

func NewMockUserCreator(ctrl *gomock.Controller) *MockUserCreator

NewMockUserCreator creates a new mock instance.

func (*MockUserCreator) CreateUser

func (m *MockUserCreator) CreateUser(arg0 *store.UserRequest) (interface{}, error)

CreateUser mocks base method.

func (*MockUserCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockUserCreatorMockRecorder

type MockUserCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockUserCreatorMockRecorder is the mock recorder for MockUserCreator.

func (*MockUserCreatorMockRecorder) CreateUser

func (mr *MockUserCreatorMockRecorder) CreateUser(arg0 interface{}) *gomock.Call

CreateUser indicates an expected call of CreateUser.

type MockUserDeleter

type MockUserDeleter struct {
	// contains filtered or unexported fields
}

MockUserDeleter is a mock of UserDeleter interface.

func NewMockUserDeleter

func NewMockUserDeleter(ctrl *gomock.Controller) *MockUserDeleter

NewMockUserDeleter creates a new mock instance.

func (*MockUserDeleter) DeleteUser

func (m *MockUserDeleter) DeleteUser(arg0 string) error

DeleteUser mocks base method.

func (*MockUserDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockUserDeleterMockRecorder

type MockUserDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockUserDeleterMockRecorder is the mock recorder for MockUserDeleter.

func (*MockUserDeleterMockRecorder) DeleteUser

func (mr *MockUserDeleterMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call

DeleteUser indicates an expected call of DeleteUser.

type MockUserDescriber

type MockUserDescriber struct {
	// contains filtered or unexported fields
}

MockUserDescriber is a mock of UserDescriber interface.

func NewMockUserDescriber

func NewMockUserDescriber(ctrl *gomock.Controller) *MockUserDescriber

NewMockUserDescriber creates a new mock instance.

func (*MockUserDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockUserDescriber) UserByID

func (m *MockUserDescriber) UserByID(arg0 string) (interface{}, error)

UserByID mocks base method.

func (*MockUserDescriber) UserByName

func (m *MockUserDescriber) UserByName(arg0 string) (interface{}, error)

UserByName mocks base method.

type MockUserDescriberMockRecorder

type MockUserDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockUserDescriberMockRecorder is the mock recorder for MockUserDescriber.

func (*MockUserDescriberMockRecorder) UserByID

func (mr *MockUserDescriberMockRecorder) UserByID(arg0 interface{}) *gomock.Call

UserByID indicates an expected call of UserByID.

func (*MockUserDescriberMockRecorder) UserByName

func (mr *MockUserDescriberMockRecorder) UserByName(arg0 interface{}) *gomock.Call

UserByName indicates an expected call of UserByName.

type MockUserLister

type MockUserLister struct {
	// contains filtered or unexported fields
}

MockUserLister is a mock of UserLister interface.

func NewMockUserLister

func NewMockUserLister(ctrl *gomock.Controller) *MockUserLister

NewMockUserLister creates a new mock instance.

func (*MockUserLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockUserLister) OrganizationUsers

func (m *MockUserLister) OrganizationUsers(arg0 string, arg1 *mongodbatlas.ListOptions) (interface{}, error)

OrganizationUsers mocks base method.

type MockUserListerMockRecorder

type MockUserListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockUserListerMockRecorder is the mock recorder for MockUserLister.

func (*MockUserListerMockRecorder) OrganizationUsers

func (mr *MockUserListerMockRecorder) OrganizationUsers(arg0, arg1 interface{}) *gomock.Call

OrganizationUsers indicates an expected call of OrganizationUsers.

type MockVersionManifestGetter

type MockVersionManifestGetter struct {
	// contains filtered or unexported fields
}

MockVersionManifestGetter is a mock of VersionManifestGetter interface.

func NewMockVersionManifestGetter

func NewMockVersionManifestGetter(ctrl *gomock.Controller) *MockVersionManifestGetter

NewMockVersionManifestGetter creates a new mock instance.

func (*MockVersionManifestGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockVersionManifestGetter) GetVersionManifest

func (m *MockVersionManifestGetter) GetVersionManifest(arg0 string) (*opsmngr.VersionManifest, error)

GetVersionManifest mocks base method.

type MockVersionManifestGetterMockRecorder

type MockVersionManifestGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockVersionManifestGetterMockRecorder is the mock recorder for MockVersionManifestGetter.

func (*MockVersionManifestGetterMockRecorder) GetVersionManifest

func (mr *MockVersionManifestGetterMockRecorder) GetVersionManifest(arg0 interface{}) *gomock.Call

GetVersionManifest indicates an expected call of GetVersionManifest.

type MockVersionManifestUpdater

type MockVersionManifestUpdater struct {
	// contains filtered or unexported fields
}

MockVersionManifestUpdater is a mock of VersionManifestUpdater interface.

func NewMockVersionManifestUpdater

func NewMockVersionManifestUpdater(ctrl *gomock.Controller) *MockVersionManifestUpdater

NewMockVersionManifestUpdater creates a new mock instance.

func (*MockVersionManifestUpdater) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockVersionManifestUpdater) UpdateVersionManifest

func (m *MockVersionManifestUpdater) UpdateVersionManifest(arg0 *opsmngr.VersionManifest) (*opsmngr.VersionManifest, error)

UpdateVersionManifest mocks base method.

type MockVersionManifestUpdaterMockRecorder

type MockVersionManifestUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockVersionManifestUpdaterMockRecorder is the mock recorder for MockVersionManifestUpdater.

func (*MockVersionManifestUpdaterMockRecorder) UpdateVersionManifest

func (mr *MockVersionManifestUpdaterMockRecorder) UpdateVersionManifest(arg0 interface{}) *gomock.Call

UpdateVersionManifest indicates an expected call of UpdateVersionManifest.

type MockVersionManifestUpdaterServiceVersionDescriber

type MockVersionManifestUpdaterServiceVersionDescriber struct {
	// contains filtered or unexported fields
}

MockVersionManifestUpdaterServiceVersionDescriber is a mock of VersionManifestUpdaterServiceVersionDescriber interface.

func NewMockVersionManifestUpdaterServiceVersionDescriber

func NewMockVersionManifestUpdaterServiceVersionDescriber(ctrl *gomock.Controller) *MockVersionManifestUpdaterServiceVersionDescriber

NewMockVersionManifestUpdaterServiceVersionDescriber creates a new mock instance.

func (*MockVersionManifestUpdaterServiceVersionDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockVersionManifestUpdaterServiceVersionDescriber) ServiceVersion

ServiceVersion mocks base method.

func (*MockVersionManifestUpdaterServiceVersionDescriber) UpdateVersionManifest

UpdateVersionManifest mocks base method.

type MockVersionManifestUpdaterServiceVersionDescriberMockRecorder

type MockVersionManifestUpdaterServiceVersionDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockVersionManifestUpdaterServiceVersionDescriberMockRecorder is the mock recorder for MockVersionManifestUpdaterServiceVersionDescriber.

func (*MockVersionManifestUpdaterServiceVersionDescriberMockRecorder) ServiceVersion

ServiceVersion indicates an expected call of ServiceVersion.

func (*MockVersionManifestUpdaterServiceVersionDescriberMockRecorder) UpdateVersionManifest

func (mr *MockVersionManifestUpdaterServiceVersionDescriberMockRecorder) UpdateVersionManifest(arg0 interface{}) *gomock.Call

UpdateVersionManifest indicates an expected call of UpdateVersionManifest.

type MockX509CertificateConfDescriber

type MockX509CertificateConfDescriber struct {
	// contains filtered or unexported fields
}

MockX509CertificateConfDescriber is a mock of X509CertificateConfDescriber interface.

func NewMockX509CertificateConfDescriber

func NewMockX509CertificateConfDescriber(ctrl *gomock.Controller) *MockX509CertificateConfDescriber

NewMockX509CertificateConfDescriber creates a new mock instance.

func (*MockX509CertificateConfDescriber) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockX509CertificateConfDescriber) X509Configuration

func (m *MockX509CertificateConfDescriber) X509Configuration(arg0 string) (*admin.UserSecurity, error)

X509Configuration mocks base method.

type MockX509CertificateConfDescriberMockRecorder

type MockX509CertificateConfDescriberMockRecorder struct {
	// contains filtered or unexported fields
}

MockX509CertificateConfDescriberMockRecorder is the mock recorder for MockX509CertificateConfDescriber.

func (*MockX509CertificateConfDescriberMockRecorder) X509Configuration

func (mr *MockX509CertificateConfDescriberMockRecorder) X509Configuration(arg0 interface{}) *gomock.Call

X509Configuration indicates an expected call of X509Configuration.

type MockX509CertificateConfDisabler

type MockX509CertificateConfDisabler struct {
	// contains filtered or unexported fields
}

MockX509CertificateConfDisabler is a mock of X509CertificateConfDisabler interface.

func NewMockX509CertificateConfDisabler

func NewMockX509CertificateConfDisabler(ctrl *gomock.Controller) *MockX509CertificateConfDisabler

NewMockX509CertificateConfDisabler creates a new mock instance.

func (*MockX509CertificateConfDisabler) DisableX509Configuration

func (m *MockX509CertificateConfDisabler) DisableX509Configuration(arg0 string) error

DisableX509Configuration mocks base method.

func (*MockX509CertificateConfDisabler) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockX509CertificateConfDisablerMockRecorder

type MockX509CertificateConfDisablerMockRecorder struct {
	// contains filtered or unexported fields
}

MockX509CertificateConfDisablerMockRecorder is the mock recorder for MockX509CertificateConfDisabler.

func (*MockX509CertificateConfDisablerMockRecorder) DisableX509Configuration

func (mr *MockX509CertificateConfDisablerMockRecorder) DisableX509Configuration(arg0 interface{}) *gomock.Call

DisableX509Configuration indicates an expected call of DisableX509Configuration.

type MockX509CertificateConfSaver

type MockX509CertificateConfSaver struct {
	// contains filtered or unexported fields
}

MockX509CertificateConfSaver is a mock of X509CertificateConfSaver interface.

func NewMockX509CertificateConfSaver

func NewMockX509CertificateConfSaver(ctrl *gomock.Controller) *MockX509CertificateConfSaver

NewMockX509CertificateConfSaver creates a new mock instance.

func (*MockX509CertificateConfSaver) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockX509CertificateConfSaver) SaveX509Configuration

func (m *MockX509CertificateConfSaver) SaveX509Configuration(arg0, arg1 string) (*admin.UserSecurity, error)

SaveX509Configuration mocks base method.

type MockX509CertificateConfSaverMockRecorder

type MockX509CertificateConfSaverMockRecorder struct {
	// contains filtered or unexported fields
}

MockX509CertificateConfSaverMockRecorder is the mock recorder for MockX509CertificateConfSaver.

func (*MockX509CertificateConfSaverMockRecorder) SaveX509Configuration

func (mr *MockX509CertificateConfSaverMockRecorder) SaveX509Configuration(arg0, arg1 interface{}) *gomock.Call

SaveX509Configuration indicates an expected call of SaveX509Configuration.

Source Files

Directories

Path Synopsis
Package atlas is a generated GoMock package.
Package atlas is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL