mocks

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2020 License: Apache-2.0 Imports: 6 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.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAWSPeeringConnectionCreator added in v1.4.1

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

MockAWSPeeringConnectionCreator is a mock of AWSPeeringConnectionCreator interface

func NewMockAWSPeeringConnectionCreator added in v1.4.1

func NewMockAWSPeeringConnectionCreator(ctrl *gomock.Controller) *MockAWSPeeringConnectionCreator

NewMockAWSPeeringConnectionCreator creates a new mock instance

func (*MockAWSPeeringConnectionCreator) AWSContainers added in v1.4.1

AWSContainers mocks base method

func (*MockAWSPeeringConnectionCreator) CreateContainer added in v1.4.1

CreateContainer mocks base method

func (*MockAWSPeeringConnectionCreator) CreatePeeringConnection added in v1.4.1

func (m *MockAWSPeeringConnectionCreator) CreatePeeringConnection(arg0 string, arg1 *mongodbatlas.Peer) (*mongodbatlas.Peer, error)

CreatePeeringConnection mocks base method

func (*MockAWSPeeringConnectionCreator) EXPECT added in v1.4.1

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

type MockAWSPeeringConnectionCreatorMockRecorder added in v1.4.1

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

MockAWSPeeringConnectionCreatorMockRecorder is the mock recorder for MockAWSPeeringConnectionCreator

func (*MockAWSPeeringConnectionCreatorMockRecorder) AWSContainers added in v1.4.1

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

AWSContainers indicates an expected call of AWSContainers

func (*MockAWSPeeringConnectionCreatorMockRecorder) CreateContainer added in v1.4.1

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

CreateContainer indicates an expected call of CreateContainer

func (*MockAWSPeeringConnectionCreatorMockRecorder) CreatePeeringConnection added in v1.4.1

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

CreatePeeringConnection indicates an expected call of CreatePeeringConnection

type MockAgentAPIKeyCreator added in v1.4.0

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

MockAgentAPIKeyCreator is a mock of AgentAPIKeyCreator interface

func NewMockAgentAPIKeyCreator added in v1.4.0

func NewMockAgentAPIKeyCreator(ctrl *gomock.Controller) *MockAgentAPIKeyCreator

NewMockAgentAPIKeyCreator creates a new mock instance

func (*MockAgentAPIKeyCreator) CreateAgentAPIKey added in v1.4.0

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

CreateAgentAPIKey mocks base method

func (*MockAgentAPIKeyCreator) EXPECT added in v1.4.0

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

type MockAgentAPIKeyCreatorMockRecorder added in v1.4.0

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

MockAgentAPIKeyCreatorMockRecorder is the mock recorder for MockAgentAPIKeyCreator

func (*MockAgentAPIKeyCreatorMockRecorder) CreateAgentAPIKey added in v1.4.0

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

CreateAgentAPIKey indicates an expected call of CreateAgentAPIKey

type MockAgentAPIKeyDeleter added in v1.4.0

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

MockAgentAPIKeyDeleter is a mock of AgentAPIKeyDeleter interface

func NewMockAgentAPIKeyDeleter added in v1.4.0

func NewMockAgentAPIKeyDeleter(ctrl *gomock.Controller) *MockAgentAPIKeyDeleter

NewMockAgentAPIKeyDeleter creates a new mock instance

func (*MockAgentAPIKeyDeleter) DeleteAgentAPIKey added in v1.4.0

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

DeleteAgentAPIKey mocks base method

func (*MockAgentAPIKeyDeleter) EXPECT added in v1.4.0

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

type MockAgentAPIKeyDeleterMockRecorder added in v1.4.0

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

MockAgentAPIKeyDeleterMockRecorder is the mock recorder for MockAgentAPIKeyDeleter

func (*MockAgentAPIKeyDeleterMockRecorder) DeleteAgentAPIKey added in v1.4.0

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

DeleteAgentAPIKey indicates an expected call of DeleteAgentAPIKey

type MockAgentAPIKeyLister added in v1.4.0

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

MockAgentAPIKeyLister is a mock of AgentAPIKeyLister interface

func NewMockAgentAPIKeyLister added in v1.4.0

func NewMockAgentAPIKeyLister(ctrl *gomock.Controller) *MockAgentAPIKeyLister

NewMockAgentAPIKeyLister creates a new mock instance

func (*MockAgentAPIKeyLister) AgentAPIKeys added in v1.4.0

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

AgentAPIKeys mocks base method

func (*MockAgentAPIKeyLister) EXPECT added in v1.4.0

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

type MockAgentAPIKeyListerMockRecorder added in v1.4.0

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

MockAgentAPIKeyListerMockRecorder is the mock recorder for MockAgentAPIKeyLister

func (*MockAgentAPIKeyListerMockRecorder) AgentAPIKeys added in v1.4.0

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

AgentAPIKeys indicates an expected call of AgentAPIKeys

type MockAgentGlobalVersionsLister added in v1.8.0

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

MockAgentGlobalVersionsLister is a mock of AgentGlobalVersionsLister interface

func NewMockAgentGlobalVersionsLister added in v1.8.0

func NewMockAgentGlobalVersionsLister(ctrl *gomock.Controller) *MockAgentGlobalVersionsLister

NewMockAgentGlobalVersionsLister creates a new mock instance

func (*MockAgentGlobalVersionsLister) AgentGlobalVersions added in v1.8.0

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

AgentGlobalVersions mocks base method

func (*MockAgentGlobalVersionsLister) EXPECT added in v1.8.0

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

type MockAgentGlobalVersionsListerMockRecorder added in v1.8.0

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

MockAgentGlobalVersionsListerMockRecorder is the mock recorder for MockAgentGlobalVersionsLister

func (*MockAgentGlobalVersionsListerMockRecorder) AgentGlobalVersions added in v1.8.0

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

AgentGlobalVersions indicates an expected call of AgentGlobalVersions

type MockAgentLister added in v0.0.4

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

MockAgentLister is a mock of AgentLister interface

func NewMockAgentLister added in v0.0.4

func NewMockAgentLister(ctrl *gomock.Controller) *MockAgentLister

NewMockAgentLister creates a new mock instance

func (*MockAgentLister) Agents added in v0.0.4

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

Agents mocks base method

func (*MockAgentLister) EXPECT added in v0.0.4

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

type MockAgentListerMockRecorder added in v0.0.4

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

MockAgentListerMockRecorder is the mock recorder for MockAgentLister

func (*MockAgentListerMockRecorder) Agents added in v0.0.4

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

Agents indicates an expected call of Agents

type MockAgentProjectVersionsLister added in v1.8.0

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

MockAgentProjectVersionsLister is a mock of AgentProjectVersionsLister interface

func NewMockAgentProjectVersionsLister added in v1.8.0

func NewMockAgentProjectVersionsLister(ctrl *gomock.Controller) *MockAgentProjectVersionsLister

NewMockAgentProjectVersionsLister creates a new mock instance

func (*MockAgentProjectVersionsLister) AgentProjectVersions added in v1.8.0

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

AgentProjectVersions mocks base method

func (*MockAgentProjectVersionsLister) EXPECT added in v1.8.0

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

type MockAgentProjectVersionsListerMockRecorder added in v1.8.0

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

MockAgentProjectVersionsListerMockRecorder is the mock recorder for MockAgentProjectVersionsLister

func (*MockAgentProjectVersionsListerMockRecorder) AgentProjectVersions added in v1.8.0

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

AgentProjectVersions indicates an expected call of AgentProjectVersions

type MockAgentUpgrader added in v0.5.0

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

MockAgentUpgrader is a mock of AgentUpgrader interface

func NewMockAgentUpgrader added in v0.5.0

func NewMockAgentUpgrader(ctrl *gomock.Controller) *MockAgentUpgrader

NewMockAgentUpgrader creates a new mock instance

func (*MockAgentUpgrader) EXPECT added in v0.5.0

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

func (*MockAgentUpgrader) UpgradeAgent added in v0.5.0

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

UpgradeAgent mocks base method

type MockAgentUpgraderMockRecorder added in v0.5.0

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

MockAgentUpgraderMockRecorder is the mock recorder for MockAgentUpgrader

func (*MockAgentUpgraderMockRecorder) UpgradeAgent added in v0.5.0

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

UpgradeAgent indicates an expected call of UpgradeAgent

type MockAlertAcknowledger added in v0.1.0

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

MockAlertAcknowledger is a mock of AlertAcknowledger interface

func NewMockAlertAcknowledger added in v0.1.0

func NewMockAlertAcknowledger(ctrl *gomock.Controller) *MockAlertAcknowledger

NewMockAlertAcknowledger creates a new mock instance

func (*MockAlertAcknowledger) AcknowledgeAlert added in v0.1.0

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

AcknowledgeAlert mocks base method

func (*MockAlertAcknowledger) EXPECT added in v0.1.0

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

type MockAlertAcknowledgerMockRecorder added in v0.1.0

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

MockAlertAcknowledgerMockRecorder is the mock recorder for MockAlertAcknowledger

func (*MockAlertAcknowledgerMockRecorder) AcknowledgeAlert added in v0.1.0

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 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 added in v0.1.0

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

MockAlertConfigurationUpdater is a mock of AlertConfigurationUpdater interface

func NewMockAlertConfigurationUpdater added in v0.1.0

func NewMockAlertConfigurationUpdater(ctrl *gomock.Controller) *MockAlertConfigurationUpdater

NewMockAlertConfigurationUpdater creates a new mock instance

func (*MockAlertConfigurationUpdater) EXPECT added in v0.1.0

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

func (*MockAlertConfigurationUpdater) UpdateAlertConfiguration added in v0.1.0

UpdateAlertConfiguration mocks base method

type MockAlertConfigurationUpdaterMockRecorder added in v0.1.0

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

MockAlertConfigurationUpdaterMockRecorder is the mock recorder for MockAlertConfigurationUpdater

func (*MockAlertConfigurationUpdaterMockRecorder) UpdateAlertConfiguration added in v0.1.0

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

UpdateAlertConfiguration indicates an expected call of UpdateAlertConfiguration

type MockAlertDescriber added in v0.1.0

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

MockAlertDescriber is a mock of AlertDescriber interface

func NewMockAlertDescriber added in v0.1.0

func NewMockAlertDescriber(ctrl *gomock.Controller) *MockAlertDescriber

NewMockAlertDescriber creates a new mock instance

func (*MockAlertDescriber) Alert added in v0.1.0

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

Alert mocks base method

func (*MockAlertDescriber) EXPECT added in v0.1.0

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

type MockAlertDescriberMockRecorder added in v0.1.0

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

MockAlertDescriberMockRecorder is the mock recorder for MockAlertDescriber

func (*MockAlertDescriberMockRecorder) Alert added in v0.1.0

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

Alert indicates an expected call of Alert

type MockAlertLister added in v0.1.0

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

MockAlertLister is a mock of AlertLister interface

func NewMockAlertLister added in v0.1.0

func NewMockAlertLister(ctrl *gomock.Controller) *MockAlertLister

NewMockAlertLister creates a new mock instance

func (*MockAlertLister) Alerts added in v0.1.0

Alerts mocks base method

func (*MockAlertLister) EXPECT added in v0.1.0

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

type MockAlertListerMockRecorder added in v0.1.0

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

MockAlertListerMockRecorder is the mock recorder for MockAlertLister

func (*MockAlertListerMockRecorder) Alerts added in v0.1.0

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

Alerts indicates an expected call of Alerts

type MockArchivesDownloader added in v1.0.0

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

MockArchivesDownloader is a mock of ArchivesDownloader interface

func NewMockArchivesDownloader added in v1.0.0

func NewMockArchivesDownloader(ctrl *gomock.Controller) *MockArchivesDownloader

NewMockArchivesDownloader creates a new mock instance

func (*MockArchivesDownloader) DownloadArchive added in v1.0.0

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

DownloadArchive mocks base method

func (*MockArchivesDownloader) EXPECT added in v1.0.0

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

type MockArchivesDownloaderMockRecorder added in v1.0.0

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

MockArchivesDownloaderMockRecorder is the mock recorder for MockArchivesDownloader

func (*MockArchivesDownloaderMockRecorder) DownloadArchive added in v1.0.0

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

DownloadArchive indicates an expected call of DownloadArchive

type MockAtlasClusterDescriber added in v1.6.0

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

MockAtlasClusterDescriber is a mock of AtlasClusterDescriber interface

func NewMockAtlasClusterDescriber added in v1.6.0

func NewMockAtlasClusterDescriber(ctrl *gomock.Controller) *MockAtlasClusterDescriber

NewMockAtlasClusterDescriber creates a new mock instance

func (*MockAtlasClusterDescriber) AtlasCluster added in v1.6.0

func (m *MockAtlasClusterDescriber) AtlasCluster(arg0, arg1 string) (*mongodbatlas.Cluster, error)

AtlasCluster mocks base method

func (*MockAtlasClusterDescriber) EXPECT added in v1.6.0

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

type MockAtlasClusterDescriberMockRecorder added in v1.6.0

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

MockAtlasClusterDescriberMockRecorder is the mock recorder for MockAtlasClusterDescriber

func (*MockAtlasClusterDescriberMockRecorder) AtlasCluster added in v1.6.0

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

AtlasCluster indicates an expected call of AtlasCluster

type MockAtlasClusterGetterUpdater added in v1.6.0

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

MockAtlasClusterGetterUpdater is a mock of AtlasClusterGetterUpdater interface

func NewMockAtlasClusterGetterUpdater added in v1.6.0

func NewMockAtlasClusterGetterUpdater(ctrl *gomock.Controller) *MockAtlasClusterGetterUpdater

NewMockAtlasClusterGetterUpdater creates a new mock instance

func (*MockAtlasClusterGetterUpdater) AtlasCluster added in v1.6.0

func (m *MockAtlasClusterGetterUpdater) AtlasCluster(arg0, arg1 string) (*mongodbatlas.Cluster, error)

AtlasCluster mocks base method

func (*MockAtlasClusterGetterUpdater) EXPECT added in v1.6.0

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

func (*MockAtlasClusterGetterUpdater) UpdateCluster added in v1.6.0

func (m *MockAtlasClusterGetterUpdater) UpdateCluster(arg0, arg1 string, arg2 *mongodbatlas.Cluster) (*mongodbatlas.Cluster, error)

UpdateCluster mocks base method

type MockAtlasClusterGetterUpdaterMockRecorder added in v1.6.0

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

MockAtlasClusterGetterUpdaterMockRecorder is the mock recorder for MockAtlasClusterGetterUpdater

func (*MockAtlasClusterGetterUpdaterMockRecorder) AtlasCluster added in v1.6.0

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

AtlasCluster indicates an expected call of AtlasCluster

func (*MockAtlasClusterGetterUpdaterMockRecorder) UpdateCluster added in v1.6.0

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

UpdateCluster indicates an expected call of UpdateCluster

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 added in v0.1.0

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

MockAutomationPatcher is a mock of AutomationPatcher interface

func NewMockAutomationPatcher added in v0.1.0

func NewMockAutomationPatcher(ctrl *gomock.Controller) *MockAutomationPatcher

NewMockAutomationPatcher creates a new mock instance

func (*MockAutomationPatcher) EXPECT added in v0.1.0

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

func (*MockAutomationPatcher) GetAutomationConfig added in v0.1.0

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

GetAutomationConfig mocks base method

func (*MockAutomationPatcher) UpdateAutomationConfig added in v0.1.0

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

UpdateAutomationConfig mocks base method

type MockAutomationPatcherMockRecorder added in v0.1.0

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

MockAutomationPatcherMockRecorder is the mock recorder for MockAutomationPatcher

func (*MockAutomationPatcherMockRecorder) GetAutomationConfig added in v0.1.0

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

GetAutomationConfig indicates an expected call of GetAutomationConfig

func (*MockAutomationPatcherMockRecorder) UpdateAutomationConfig added in v0.1.0

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

UpdateAutomationConfig indicates an expected call of UpdateAutomationConfig

type MockAutomationStatusGetter added in v0.0.4

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

MockAutomationStatusGetter is a mock of AutomationStatusGetter interface

func NewMockAutomationStatusGetter added in v0.0.4

func NewMockAutomationStatusGetter(ctrl *gomock.Controller) *MockAutomationStatusGetter

NewMockAutomationStatusGetter creates a new mock instance

func (*MockAutomationStatusGetter) EXPECT added in v0.0.4

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

func (*MockAutomationStatusGetter) GetAutomationStatus added in v0.0.4

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

GetAutomationStatus mocks base method

type MockAutomationStatusGetterMockRecorder added in v0.0.4

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

MockAutomationStatusGetterMockRecorder is the mock recorder for MockAutomationStatusGetter

func (*MockAutomationStatusGetterMockRecorder) GetAutomationStatus added in v0.0.4

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 added in v1.4.1

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

MockAzurePeeringConnectionCreator is a mock of AzurePeeringConnectionCreator interface

func NewMockAzurePeeringConnectionCreator added in v1.4.1

func NewMockAzurePeeringConnectionCreator(ctrl *gomock.Controller) *MockAzurePeeringConnectionCreator

NewMockAzurePeeringConnectionCreator creates a new mock instance

func (*MockAzurePeeringConnectionCreator) AzureContainers added in v1.4.1

AzureContainers mocks base method

func (*MockAzurePeeringConnectionCreator) CreateContainer added in v1.4.1

CreateContainer mocks base method

func (*MockAzurePeeringConnectionCreator) CreatePeeringConnection added in v1.4.1

func (m *MockAzurePeeringConnectionCreator) CreatePeeringConnection(arg0 string, arg1 *mongodbatlas.Peer) (*mongodbatlas.Peer, error)

CreatePeeringConnection mocks base method

func (*MockAzurePeeringConnectionCreator) EXPECT added in v1.4.1

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

type MockAzurePeeringConnectionCreatorMockRecorder added in v1.4.1

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

MockAzurePeeringConnectionCreatorMockRecorder is the mock recorder for MockAzurePeeringConnectionCreator

func (*MockAzurePeeringConnectionCreatorMockRecorder) AzureContainers added in v1.4.1

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

AzureContainers indicates an expected call of AzureContainers

func (*MockAzurePeeringConnectionCreatorMockRecorder) CreateContainer added in v1.4.1

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

CreateContainer indicates an expected call of CreateContainer

func (*MockAzurePeeringConnectionCreatorMockRecorder) CreatePeeringConnection added in v1.4.1

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

CreatePeeringConnection indicates an expected call of CreatePeeringConnection

type MockBackupConfigGetter added in v1.7.0

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

MockBackupConfigGetter is a mock of BackupConfigGetter interface

func NewMockBackupConfigGetter added in v1.7.0

func NewMockBackupConfigGetter(ctrl *gomock.Controller) *MockBackupConfigGetter

NewMockBackupConfigGetter creates a new mock instance

func (*MockBackupConfigGetter) EXPECT added in v1.7.0

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

func (*MockBackupConfigGetter) GetBackupConfig added in v1.7.0

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

GetBackupConfig mocks base method

type MockBackupConfigGetterMockRecorder added in v1.7.0

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

MockBackupConfigGetterMockRecorder is the mock recorder for MockBackupConfigGetter

func (*MockBackupConfigGetterMockRecorder) GetBackupConfig added in v1.7.0

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

GetBackupConfig indicates an expected call of GetBackupConfig

type MockBackupConfigLister added in v1.7.0

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

MockBackupConfigLister is a mock of BackupConfigLister interface

func NewMockBackupConfigLister added in v1.7.0

func NewMockBackupConfigLister(ctrl *gomock.Controller) *MockBackupConfigLister

NewMockBackupConfigLister creates a new mock instance

func (*MockBackupConfigLister) EXPECT added in v1.7.0

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

func (*MockBackupConfigLister) ListBackupConfigs added in v1.7.0

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

ListBackupConfigs mocks base method

type MockBackupConfigListerMockRecorder added in v1.7.0

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

MockBackupConfigListerMockRecorder is the mock recorder for MockBackupConfigLister

func (*MockBackupConfigListerMockRecorder) ListBackupConfigs added in v1.7.0

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

ListBackupConfigs indicates an expected call of ListBackupConfigs

type MockBackupConfigUpdater added in v1.7.0

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

MockBackupConfigUpdater is a mock of BackupConfigUpdater interface

func NewMockBackupConfigUpdater added in v1.7.0

func NewMockBackupConfigUpdater(ctrl *gomock.Controller) *MockBackupConfigUpdater

NewMockBackupConfigUpdater creates a new mock instance

func (*MockBackupConfigUpdater) EXPECT added in v1.7.0

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

func (*MockBackupConfigUpdater) UpdateBackupConfig added in v1.7.0

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

UpdateBackupConfig mocks base method

type MockBackupConfigUpdaterMockRecorder added in v1.7.0

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

MockBackupConfigUpdaterMockRecorder is the mock recorder for MockBackupConfigUpdater

func (*MockBackupConfigUpdaterMockRecorder) UpdateBackupConfig added in v1.7.0

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

UpdateBackupConfig indicates an expected call of UpdateBackupConfig

type MockBlockstoresCreator added in v1.7.0

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

MockBlockstoresCreator is a mock of BlockstoresCreator interface

func NewMockBlockstoresCreator added in v1.7.0

func NewMockBlockstoresCreator(ctrl *gomock.Controller) *MockBlockstoresCreator

NewMockBlockstoresCreator creates a new mock instance

func (*MockBlockstoresCreator) CreateBlockstore added in v1.7.0

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

CreateBlockstore mocks base method

func (*MockBlockstoresCreator) EXPECT added in v1.7.0

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

type MockBlockstoresCreatorMockRecorder added in v1.7.0

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

MockBlockstoresCreatorMockRecorder is the mock recorder for MockBlockstoresCreator

func (*MockBlockstoresCreatorMockRecorder) CreateBlockstore added in v1.7.0

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

CreateBlockstore indicates an expected call of CreateBlockstore

type MockBlockstoresDeleter added in v1.7.0

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

MockBlockstoresDeleter is a mock of BlockstoresDeleter interface

func NewMockBlockstoresDeleter added in v1.7.0

func NewMockBlockstoresDeleter(ctrl *gomock.Controller) *MockBlockstoresDeleter

NewMockBlockstoresDeleter creates a new mock instance

func (*MockBlockstoresDeleter) DeleteBlockstore added in v1.7.0

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

DeleteBlockstore mocks base method

func (*MockBlockstoresDeleter) EXPECT added in v1.7.0

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

type MockBlockstoresDeleterMockRecorder added in v1.7.0

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

MockBlockstoresDeleterMockRecorder is the mock recorder for MockBlockstoresDeleter

func (*MockBlockstoresDeleterMockRecorder) DeleteBlockstore added in v1.7.0

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

DeleteBlockstore indicates an expected call of DeleteBlockstore

type MockBlockstoresDescriber added in v1.7.0

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

MockBlockstoresDescriber is a mock of BlockstoresDescriber interface

func NewMockBlockstoresDescriber added in v1.7.0

func NewMockBlockstoresDescriber(ctrl *gomock.Controller) *MockBlockstoresDescriber

NewMockBlockstoresDescriber creates a new mock instance

func (*MockBlockstoresDescriber) DescribeBlockstore added in v1.7.0

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

DescribeBlockstore mocks base method

func (*MockBlockstoresDescriber) EXPECT added in v1.7.0

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

type MockBlockstoresDescriberMockRecorder added in v1.7.0

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

MockBlockstoresDescriberMockRecorder is the mock recorder for MockBlockstoresDescriber

func (*MockBlockstoresDescriberMockRecorder) DescribeBlockstore added in v1.7.0

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

DescribeBlockstore indicates an expected call of DescribeBlockstore

type MockBlockstoresLister added in v1.7.0

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

MockBlockstoresLister is a mock of BlockstoresLister interface

func NewMockBlockstoresLister added in v1.7.0

func NewMockBlockstoresLister(ctrl *gomock.Controller) *MockBlockstoresLister

NewMockBlockstoresLister creates a new mock instance

func (*MockBlockstoresLister) EXPECT added in v1.7.0

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

func (*MockBlockstoresLister) ListBlockstores added in v1.7.0

ListBlockstores mocks base method

type MockBlockstoresListerMockRecorder added in v1.7.0

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

MockBlockstoresListerMockRecorder is the mock recorder for MockBlockstoresLister

func (*MockBlockstoresListerMockRecorder) ListBlockstores added in v1.7.0

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

ListBlockstores indicates an expected call of ListBlockstores

type MockBlockstoresUpdater added in v1.7.0

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

MockBlockstoresUpdater is a mock of BlockstoresUpdater interface

func NewMockBlockstoresUpdater added in v1.7.0

func NewMockBlockstoresUpdater(ctrl *gomock.Controller) *MockBlockstoresUpdater

NewMockBlockstoresUpdater creates a new mock instance

func (*MockBlockstoresUpdater) EXPECT added in v1.7.0

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

func (*MockBlockstoresUpdater) UpdateBlockstore added in v1.7.0

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

UpdateBlockstore mocks base method

type MockBlockstoresUpdaterMockRecorder added in v1.7.0

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

MockBlockstoresUpdaterMockRecorder is the mock recorder for MockBlockstoresUpdater

func (*MockBlockstoresUpdaterMockRecorder) UpdateBlockstore added in v1.7.0

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

UpdateBlockstore indicates an expected call of UpdateBlockstore

type MockCheckpointsLister added in v0.0.4

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

MockCheckpointsLister is a mock of CheckpointsLister interface

func NewMockCheckpointsLister added in v0.0.4

func NewMockCheckpointsLister(ctrl *gomock.Controller) *MockCheckpointsLister

NewMockCheckpointsLister creates a new mock instance

func (*MockCheckpointsLister) Checkpoints added in v1.0.0

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

Checkpoints mocks base method

func (*MockCheckpointsLister) EXPECT added in v0.0.4

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

type MockCheckpointsListerMockRecorder added in v0.0.4

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

MockCheckpointsListerMockRecorder is the mock recorder for MockCheckpointsLister

func (*MockCheckpointsListerMockRecorder) Checkpoints added in v1.0.0

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

Checkpoints indicates an expected call of Checkpoints

type MockCloudManagerClustersDescriber added in v1.3.0

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

MockCloudManagerClustersDescriber is a mock of CloudManagerClustersDescriber interface

func NewMockCloudManagerClustersDescriber added in v1.3.0

func NewMockCloudManagerClustersDescriber(ctrl *gomock.Controller) *MockCloudManagerClustersDescriber

NewMockCloudManagerClustersDescriber creates a new mock instance

func (*MockCloudManagerClustersDescriber) EXPECT added in v1.3.0

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

func (*MockCloudManagerClustersDescriber) GetAutomationConfig added in v1.3.0

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

GetAutomationConfig mocks base method

func (*MockCloudManagerClustersDescriber) OpsManagerCluster added in v1.6.0

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

OpsManagerCluster mocks base method

type MockCloudManagerClustersDescriberMockRecorder added in v1.3.0

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

MockCloudManagerClustersDescriberMockRecorder is the mock recorder for MockCloudManagerClustersDescriber

func (*MockCloudManagerClustersDescriberMockRecorder) GetAutomationConfig added in v1.3.0

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

GetAutomationConfig indicates an expected call of GetAutomationConfig

func (*MockCloudManagerClustersDescriberMockRecorder) OpsManagerCluster added in v1.6.0

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

OpsManagerCluster indicates an expected call of OpsManagerCluster

type MockCloudManagerClustersLister added in v0.0.4

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

MockCloudManagerClustersLister is a mock of CloudManagerClustersLister interface

func NewMockCloudManagerClustersLister added in v0.0.4

func NewMockCloudManagerClustersLister(ctrl *gomock.Controller) *MockCloudManagerClustersLister

NewMockCloudManagerClustersLister creates a new mock instance

func (*MockCloudManagerClustersLister) EXPECT added in v0.0.4

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

func (*MockCloudManagerClustersLister) GetAutomationConfig added in v0.0.4

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

GetAutomationConfig mocks base method

func (*MockCloudManagerClustersLister) ListAllProjectClusters added in v0.1.0

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

ListAllProjectClusters mocks base method

func (*MockCloudManagerClustersLister) ProjectClusters added in v1.3.0

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

ProjectClusters mocks base method

type MockCloudManagerClustersListerMockRecorder added in v0.0.4

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

MockCloudManagerClustersListerMockRecorder is the mock recorder for MockCloudManagerClustersLister

func (*MockCloudManagerClustersListerMockRecorder) GetAutomationConfig added in v0.0.4

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

GetAutomationConfig indicates an expected call of GetAutomationConfig

func (*MockCloudManagerClustersListerMockRecorder) ListAllProjectClusters added in v0.1.0

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

ListAllProjectClusters indicates an expected call of ListAllProjectClusters

func (*MockCloudManagerClustersListerMockRecorder) ProjectClusters added in v1.3.0

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

ProjectClusters indicates an expected call of ProjectClusters

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

func (m *MockClusterCreator) CreateCluster(arg0 *mongodbatlas.Cluster) (*mongodbatlas.Cluster, error)

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 added in v1.3.0

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

MockClusterPauser is a mock of ClusterPauser interface

func NewMockClusterPauser added in v1.3.0

func NewMockClusterPauser(ctrl *gomock.Controller) *MockClusterPauser

NewMockClusterPauser creates a new mock instance

func (*MockClusterPauser) EXPECT added in v1.3.0

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

func (*MockClusterPauser) PauseCluster added in v1.3.0

func (m *MockClusterPauser) PauseCluster(arg0, arg1 string) (*mongodbatlas.Cluster, error)

PauseCluster mocks base method

type MockClusterPauserMockRecorder added in v1.3.0

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

MockClusterPauserMockRecorder is the mock recorder for MockClusterPauser

func (*MockClusterPauserMockRecorder) PauseCluster added in v1.3.0

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

PauseCluster indicates an expected call of PauseCluster

type MockClusterStarter added in v1.3.0

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

MockClusterStarter is a mock of ClusterStarter interface

func NewMockClusterStarter added in v1.3.0

func NewMockClusterStarter(ctrl *gomock.Controller) *MockClusterStarter

NewMockClusterStarter creates a new mock instance

func (*MockClusterStarter) EXPECT added in v1.3.0

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

func (*MockClusterStarter) StartCluster added in v1.3.0

func (m *MockClusterStarter) StartCluster(arg0, arg1 string) (*mongodbatlas.Cluster, error)

StartCluster mocks base method

type MockClusterStarterMockRecorder added in v1.3.0

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

MockClusterStarterMockRecorder is the mock recorder for MockClusterStarter

func (*MockClusterStarterMockRecorder) StartCluster added in v1.3.0

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

StartCluster indicates an expected call of StartCluster

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

func (m *MockClusterUpdater) UpdateCluster(arg0, arg1 string, arg2 *mongodbatlas.Cluster) (*mongodbatlas.Cluster, error)

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 MockContainersDeleter added in v1.4.1

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

MockContainersDeleter is a mock of ContainersDeleter interface

func NewMockContainersDeleter added in v1.4.1

func NewMockContainersDeleter(ctrl *gomock.Controller) *MockContainersDeleter

NewMockContainersDeleter creates a new mock instance

func (*MockContainersDeleter) DeleteContainer added in v1.4.1

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

DeleteContainer mocks base method

func (*MockContainersDeleter) EXPECT added in v1.4.1

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

type MockContainersDeleterMockRecorder added in v1.4.1

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

MockContainersDeleterMockRecorder is the mock recorder for MockContainersDeleter

func (*MockContainersDeleterMockRecorder) DeleteContainer added in v1.4.1

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

DeleteContainer indicates an expected call of DeleteContainer

type MockContainersLister added in v1.4.1

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

MockContainersLister is a mock of ContainersLister interface

func NewMockContainersLister added in v1.4.1

func NewMockContainersLister(ctrl *gomock.Controller) *MockContainersLister

NewMockContainersLister creates a new mock instance

func (*MockContainersLister) AllContainers added in v1.4.1

func (m *MockContainersLister) AllContainers(arg0 string, arg1 *mongodbatlas.ListOptions) ([]mongodbatlas.Container, error)

AllContainers mocks base method

func (*MockContainersLister) ContainersByProvider added in v1.4.1

func (m *MockContainersLister) ContainersByProvider(arg0 string, arg1 *mongodbatlas.ContainersListOptions) ([]mongodbatlas.Container, error)

ContainersByProvider mocks base method

func (*MockContainersLister) EXPECT added in v1.4.1

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

type MockContainersListerMockRecorder added in v1.4.1

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

MockContainersListerMockRecorder is the mock recorder for MockContainersLister

func (*MockContainersListerMockRecorder) AllContainers added in v1.4.1

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

AllContainers indicates an expected call of AllContainers

func (*MockContainersListerMockRecorder) ContainersByProvider added in v1.4.1

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

ContainersByProvider indicates an expected call of ContainersByProvider

type MockContinuousJobCreator added in v0.0.4

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

MockContinuousJobCreator is a mock of ContinuousJobCreator interface

func NewMockContinuousJobCreator added in v0.0.4

func NewMockContinuousJobCreator(ctrl *gomock.Controller) *MockContinuousJobCreator

NewMockContinuousJobCreator creates a new mock instance

func (*MockContinuousJobCreator) CreateContinuousRestoreJob added in v0.0.4

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

CreateContinuousRestoreJob mocks base method

func (*MockContinuousJobCreator) EXPECT added in v0.0.4

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

type MockContinuousJobCreatorMockRecorder added in v0.0.4

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

MockContinuousJobCreatorMockRecorder is the mock recorder for MockContinuousJobCreator

func (*MockContinuousJobCreatorMockRecorder) CreateContinuousRestoreJob added in v0.0.4

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

CreateContinuousRestoreJob indicates an expected call of CreateContinuousRestoreJob

type MockContinuousJobLister added in v0.0.4

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

MockContinuousJobLister is a mock of ContinuousJobLister interface

func NewMockContinuousJobLister added in v0.0.4

func NewMockContinuousJobLister(ctrl *gomock.Controller) *MockContinuousJobLister

NewMockContinuousJobLister creates a new mock instance

func (*MockContinuousJobLister) ContinuousRestoreJobs added in v0.0.4

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

ContinuousRestoreJobs mocks base method

func (*MockContinuousJobLister) EXPECT added in v0.0.4

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

type MockContinuousJobListerMockRecorder added in v0.0.4

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

MockContinuousJobListerMockRecorder is the mock recorder for MockContinuousJobLister

func (*MockContinuousJobListerMockRecorder) ContinuousRestoreJobs added in v0.0.4

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

ContinuousRestoreJobs indicates an expected call of ContinuousRestoreJobs

type MockContinuousSnapshotsLister added in v1.0.0

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

MockContinuousSnapshotsLister is a mock of ContinuousSnapshotsLister interface

func NewMockContinuousSnapshotsLister added in v1.0.0

func NewMockContinuousSnapshotsLister(ctrl *gomock.Controller) *MockContinuousSnapshotsLister

NewMockContinuousSnapshotsLister creates a new mock instance

func (*MockContinuousSnapshotsLister) ContinuousSnapshots added in v1.0.0

ContinuousSnapshots mocks base method

func (*MockContinuousSnapshotsLister) EXPECT added in v1.0.0

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

type MockContinuousSnapshotsListerMockRecorder added in v1.0.0

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

MockContinuousSnapshotsListerMockRecorder is the mock recorder for MockContinuousSnapshotsLister

func (*MockContinuousSnapshotsListerMockRecorder) ContinuousSnapshots added in v1.0.0

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

ContinuousSnapshots indicates an expected call of ContinuousSnapshots

type MockCustomDNSDescriber added in v1.6.0

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

MockCustomDNSDescriber is a mock of CustomDNSDescriber interface

func NewMockCustomDNSDescriber added in v1.6.0

func NewMockCustomDNSDescriber(ctrl *gomock.Controller) *MockCustomDNSDescriber

NewMockCustomDNSDescriber creates a new mock instance

func (*MockCustomDNSDescriber) DescribeCustomDNS added in v1.6.0

func (m *MockCustomDNSDescriber) DescribeCustomDNS(arg0 string) (*mongodbatlas.AWSCustomDNSSetting, error)

DescribeCustomDNS mocks base method

func (*MockCustomDNSDescriber) EXPECT added in v1.6.0

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

type MockCustomDNSDescriberMockRecorder added in v1.6.0

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

MockCustomDNSDescriberMockRecorder is the mock recorder for MockCustomDNSDescriber

func (*MockCustomDNSDescriberMockRecorder) DescribeCustomDNS added in v1.6.0

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

DescribeCustomDNS indicates an expected call of DescribeCustomDNS

type MockCustomDNSDisabler added in v1.6.0

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

MockCustomDNSDisabler is a mock of CustomDNSDisabler interface

func NewMockCustomDNSDisabler added in v1.6.0

func NewMockCustomDNSDisabler(ctrl *gomock.Controller) *MockCustomDNSDisabler

NewMockCustomDNSDisabler creates a new mock instance

func (*MockCustomDNSDisabler) DisableCustomDNS added in v1.6.0

func (m *MockCustomDNSDisabler) DisableCustomDNS(arg0 string) (*mongodbatlas.AWSCustomDNSSetting, error)

DisableCustomDNS mocks base method

func (*MockCustomDNSDisabler) EXPECT added in v1.6.0

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

type MockCustomDNSDisablerMockRecorder added in v1.6.0

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

MockCustomDNSDisablerMockRecorder is the mock recorder for MockCustomDNSDisabler

func (*MockCustomDNSDisablerMockRecorder) DisableCustomDNS added in v1.6.0

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

DisableCustomDNS indicates an expected call of DisableCustomDNS

type MockCustomDNSEnabler added in v1.6.0

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

MockCustomDNSEnabler is a mock of CustomDNSEnabler interface

func NewMockCustomDNSEnabler added in v1.6.0

func NewMockCustomDNSEnabler(ctrl *gomock.Controller) *MockCustomDNSEnabler

NewMockCustomDNSEnabler creates a new mock instance

func (*MockCustomDNSEnabler) EXPECT added in v1.6.0

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

func (*MockCustomDNSEnabler) EnableCustomDNS added in v1.6.0

func (m *MockCustomDNSEnabler) EnableCustomDNS(arg0 string) (*mongodbatlas.AWSCustomDNSSetting, error)

EnableCustomDNS mocks base method

type MockCustomDNSEnablerMockRecorder added in v1.6.0

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

MockCustomDNSEnablerMockRecorder is the mock recorder for MockCustomDNSEnabler

func (*MockCustomDNSEnablerMockRecorder) EnableCustomDNS added in v1.6.0

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

EnableCustomDNS indicates an expected call of EnableCustomDNS

type MockDBUserCertificateCreator added in v1.3.0

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

MockDBUserCertificateCreator is a mock of DBUserCertificateCreator interface

func NewMockDBUserCertificateCreator added in v1.3.0

func NewMockDBUserCertificateCreator(ctrl *gomock.Controller) *MockDBUserCertificateCreator

NewMockDBUserCertificateCreator creates a new mock instance

func (*MockDBUserCertificateCreator) CreateDBUserCertificate added in v1.3.0

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

CreateDBUserCertificate mocks base method

func (*MockDBUserCertificateCreator) EXPECT added in v1.3.0

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

type MockDBUserCertificateCreatorMockRecorder added in v1.3.0

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

MockDBUserCertificateCreatorMockRecorder is the mock recorder for MockDBUserCertificateCreator

func (*MockDBUserCertificateCreatorMockRecorder) CreateDBUserCertificate added in v1.3.0

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

CreateDBUserCertificate indicates an expected call of CreateDBUserCertificate

type MockDBUserCertificateLister added in v1.3.0

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

MockDBUserCertificateLister is a mock of DBUserCertificateLister interface

func NewMockDBUserCertificateLister added in v1.3.0

func NewMockDBUserCertificateLister(ctrl *gomock.Controller) *MockDBUserCertificateLister

NewMockDBUserCertificateLister creates a new mock instance

func (*MockDBUserCertificateLister) DBUserCertificates added in v1.3.0

func (m *MockDBUserCertificateLister) DBUserCertificates(arg0, arg1 string) ([]mongodbatlas.UserCertificate, error)

DBUserCertificates mocks base method

func (*MockDBUserCertificateLister) EXPECT added in v1.3.0

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

type MockDBUserCertificateListerMockRecorder added in v1.3.0

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

MockDBUserCertificateListerMockRecorder is the mock recorder for MockDBUserCertificateLister

func (*MockDBUserCertificateListerMockRecorder) DBUserCertificates added in v1.3.0

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

DBUserCertificates indicates an expected call of DBUserCertificates

type MockDataLakeCreator added in v1.2.0

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

MockDataLakeCreator is a mock of DataLakeCreator interface

func NewMockDataLakeCreator added in v1.2.0

func NewMockDataLakeCreator(ctrl *gomock.Controller) *MockDataLakeCreator

NewMockDataLakeCreator creates a new mock instance

func (*MockDataLakeCreator) CreateDataLake added in v1.2.0

CreateDataLake mocks base method

func (*MockDataLakeCreator) EXPECT added in v1.2.0

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

type MockDataLakeCreatorMockRecorder added in v1.2.0

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

MockDataLakeCreatorMockRecorder is the mock recorder for MockDataLakeCreator

func (*MockDataLakeCreatorMockRecorder) CreateDataLake added in v1.2.0

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

CreateDataLake indicates an expected call of CreateDataLake

type MockDataLakeDeleter added in v1.2.0

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

MockDataLakeDeleter is a mock of DataLakeDeleter interface

func NewMockDataLakeDeleter added in v1.2.0

func NewMockDataLakeDeleter(ctrl *gomock.Controller) *MockDataLakeDeleter

NewMockDataLakeDeleter creates a new mock instance

func (*MockDataLakeDeleter) DeleteDataLake added in v1.2.0

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

DeleteDataLake mocks base method

func (*MockDataLakeDeleter) EXPECT added in v1.2.0

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

type MockDataLakeDeleterMockRecorder added in v1.2.0

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

MockDataLakeDeleterMockRecorder is the mock recorder for MockDataLakeDeleter

func (*MockDataLakeDeleterMockRecorder) DeleteDataLake added in v1.2.0

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

DeleteDataLake indicates an expected call of DeleteDataLake

type MockDataLakeDescriber added in v1.2.0

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

MockDataLakeDescriber is a mock of DataLakeDescriber interface

func NewMockDataLakeDescriber added in v1.2.0

func NewMockDataLakeDescriber(ctrl *gomock.Controller) *MockDataLakeDescriber

NewMockDataLakeDescriber creates a new mock instance

func (*MockDataLakeDescriber) DataLake added in v1.2.0

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

DataLake mocks base method

func (*MockDataLakeDescriber) EXPECT added in v1.2.0

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

type MockDataLakeDescriberMockRecorder added in v1.2.0

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

MockDataLakeDescriberMockRecorder is the mock recorder for MockDataLakeDescriber

func (*MockDataLakeDescriberMockRecorder) DataLake added in v1.2.0

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

DataLake indicates an expected call of DataLake

type MockDataLakeLister added in v1.2.0

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

MockDataLakeLister is a mock of DataLakeLister interface

func NewMockDataLakeLister added in v1.2.0

func NewMockDataLakeLister(ctrl *gomock.Controller) *MockDataLakeLister

NewMockDataLakeLister creates a new mock instance

func (*MockDataLakeLister) DataLakes added in v1.2.0

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

DataLakes mocks base method

func (*MockDataLakeLister) EXPECT added in v1.2.0

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

type MockDataLakeListerMockRecorder added in v1.2.0

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

MockDataLakeListerMockRecorder is the mock recorder for MockDataLakeLister

func (*MockDataLakeListerMockRecorder) DataLakes added in v1.2.0

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

DataLakes indicates an expected call of DataLakes

type MockDataLakeStore added in v1.2.0

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

MockDataLakeStore is a mock of DataLakeStore interface

func NewMockDataLakeStore added in v1.2.0

func NewMockDataLakeStore(ctrl *gomock.Controller) *MockDataLakeStore

NewMockDataLakeStore creates a new mock instance

func (*MockDataLakeStore) CreateDataLake added in v1.2.0

CreateDataLake mocks base method

func (*MockDataLakeStore) DataLake added in v1.2.0

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

DataLake mocks base method

func (*MockDataLakeStore) DataLakes added in v1.2.0

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

DataLakes mocks base method

func (*MockDataLakeStore) DeleteDataLake added in v1.2.0

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

DeleteDataLake mocks base method

func (*MockDataLakeStore) EXPECT added in v1.2.0

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

func (*MockDataLakeStore) UpdateDataLake added in v1.2.0

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

UpdateDataLake mocks base method

type MockDataLakeStoreMockRecorder added in v1.2.0

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

MockDataLakeStoreMockRecorder is the mock recorder for MockDataLakeStore

func (*MockDataLakeStoreMockRecorder) CreateDataLake added in v1.2.0

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

CreateDataLake indicates an expected call of CreateDataLake

func (*MockDataLakeStoreMockRecorder) DataLake added in v1.2.0

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

DataLake indicates an expected call of DataLake

func (*MockDataLakeStoreMockRecorder) DataLakes added in v1.2.0

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

DataLakes indicates an expected call of DataLakes

func (*MockDataLakeStoreMockRecorder) DeleteDataLake added in v1.2.0

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

DeleteDataLake indicates an expected call of DeleteDataLake

func (*MockDataLakeStoreMockRecorder) UpdateDataLake added in v1.2.0

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

UpdateDataLake indicates an expected call of UpdateDataLake

type MockDataLakeUpdater added in v1.2.0

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

MockDataLakeUpdater is a mock of DataLakeUpdater interface

func NewMockDataLakeUpdater added in v1.2.0

func NewMockDataLakeUpdater(ctrl *gomock.Controller) *MockDataLakeUpdater

NewMockDataLakeUpdater creates a new mock instance

func (*MockDataLakeUpdater) EXPECT added in v1.2.0

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

func (*MockDataLakeUpdater) UpdateDataLake added in v1.2.0

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

UpdateDataLake mocks base method

type MockDataLakeUpdaterMockRecorder added in v1.2.0

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

MockDataLakeUpdaterMockRecorder is the mock recorder for MockDataLakeUpdater

func (*MockDataLakeUpdaterMockRecorder) UpdateDataLake added in v1.2.0

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

UpdateDataLake indicates an expected call of UpdateDataLake

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) (*mongodbatlas.DatabaseUser, 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 MockEventLister added in v1.0.0

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

MockEventLister is a mock of EventLister interface

func NewMockEventLister added in v1.0.0

func NewMockEventLister(ctrl *gomock.Controller) *MockEventLister

NewMockEventLister creates a new mock instance

func (*MockEventLister) EXPECT added in v1.0.0

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

func (*MockEventLister) OrganizationEvents added in v1.0.0

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

OrganizationEvents mocks base method

func (*MockEventLister) ProjectEvents added in v1.0.0

ProjectEvents mocks base method

type MockEventListerMockRecorder added in v1.0.0

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

MockEventListerMockRecorder is the mock recorder for MockEventLister

func (*MockEventListerMockRecorder) OrganizationEvents added in v1.0.0

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

OrganizationEvents indicates an expected call of OrganizationEvents

func (*MockEventListerMockRecorder) ProjectEvents added in v1.0.0

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

ProjectEvents indicates an expected call of ProjectEvents

type MockFeatureControlPoliciesLister added in v1.8.0

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

MockFeatureControlPoliciesLister is a mock of FeatureControlPoliciesLister interface

func NewMockFeatureControlPoliciesLister added in v1.8.0

func NewMockFeatureControlPoliciesLister(ctrl *gomock.Controller) *MockFeatureControlPoliciesLister

NewMockFeatureControlPoliciesLister creates a new mock instance

func (*MockFeatureControlPoliciesLister) EXPECT added in v1.8.0

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

func (*MockFeatureControlPoliciesLister) FeatureControlPolicies added in v1.8.0

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

FeatureControlPolicies mocks base method

type MockFeatureControlPoliciesListerMockRecorder added in v1.8.0

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

MockFeatureControlPoliciesListerMockRecorder is the mock recorder for MockFeatureControlPoliciesLister

func (*MockFeatureControlPoliciesListerMockRecorder) FeatureControlPolicies added in v1.8.0

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

FeatureControlPolicies indicates an expected call of FeatureControlPolicies

type MockFeatureControlPoliciesUpdater added in v1.8.0

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

MockFeatureControlPoliciesUpdater is a mock of FeatureControlPoliciesUpdater interface

func NewMockFeatureControlPoliciesUpdater added in v1.8.0

func NewMockFeatureControlPoliciesUpdater(ctrl *gomock.Controller) *MockFeatureControlPoliciesUpdater

NewMockFeatureControlPoliciesUpdater creates a new mock instance

func (*MockFeatureControlPoliciesUpdater) EXPECT added in v1.8.0

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

func (*MockFeatureControlPoliciesUpdater) UpdateFeatureControlPolicy added in v1.8.0

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

UpdateFeatureControlPolicy mocks base method

type MockFeatureControlPoliciesUpdaterMockRecorder added in v1.8.0

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

MockFeatureControlPoliciesUpdaterMockRecorder is the mock recorder for MockFeatureControlPoliciesUpdater

func (*MockFeatureControlPoliciesUpdaterMockRecorder) UpdateFeatureControlPolicy added in v1.8.0

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

UpdateFeatureControlPolicy indicates an expected call of UpdateFeatureControlPolicy

type MockFileSystemsCreator added in v1.8.0

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

MockFileSystemsCreator is a mock of FileSystemsCreator interface

func NewMockFileSystemsCreator added in v1.8.0

func NewMockFileSystemsCreator(ctrl *gomock.Controller) *MockFileSystemsCreator

NewMockFileSystemsCreator creates a new mock instance

func (*MockFileSystemsCreator) CreateFileSystems added in v1.8.0

CreateFileSystems mocks base method

func (*MockFileSystemsCreator) EXPECT added in v1.8.0

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

type MockFileSystemsCreatorMockRecorder added in v1.8.0

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

MockFileSystemsCreatorMockRecorder is the mock recorder for MockFileSystemsCreator

func (*MockFileSystemsCreatorMockRecorder) CreateFileSystems added in v1.8.0

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

CreateFileSystems indicates an expected call of CreateFileSystems

type MockFileSystemsDeleter added in v1.7.0

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

MockFileSystemsDeleter is a mock of FileSystemsDeleter interface

func NewMockFileSystemsDeleter added in v1.7.0

func NewMockFileSystemsDeleter(ctrl *gomock.Controller) *MockFileSystemsDeleter

NewMockFileSystemsDeleter creates a new mock instance

func (*MockFileSystemsDeleter) DeleteFileSystem added in v1.7.0

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

DeleteFileSystem mocks base method

func (*MockFileSystemsDeleter) EXPECT added in v1.7.0

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

type MockFileSystemsDeleterMockRecorder added in v1.7.0

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

MockFileSystemsDeleterMockRecorder is the mock recorder for MockFileSystemsDeleter

func (*MockFileSystemsDeleterMockRecorder) DeleteFileSystem added in v1.7.0

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

DeleteFileSystem indicates an expected call of DeleteFileSystem

type MockFileSystemsDescriber added in v1.7.0

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

MockFileSystemsDescriber is a mock of FileSystemsDescriber interface

func NewMockFileSystemsDescriber added in v1.7.0

func NewMockFileSystemsDescriber(ctrl *gomock.Controller) *MockFileSystemsDescriber

NewMockFileSystemsDescriber creates a new mock instance

func (*MockFileSystemsDescriber) DescribeFileSystem added in v1.7.0

DescribeFileSystem mocks base method

func (*MockFileSystemsDescriber) EXPECT added in v1.7.0

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

type MockFileSystemsDescriberMockRecorder added in v1.7.0

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

MockFileSystemsDescriberMockRecorder is the mock recorder for MockFileSystemsDescriber

func (*MockFileSystemsDescriberMockRecorder) DescribeFileSystem added in v1.7.0

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

DescribeFileSystem indicates an expected call of DescribeFileSystem

type MockFileSystemsLister added in v1.7.0

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

MockFileSystemsLister is a mock of FileSystemsLister interface

func NewMockFileSystemsLister added in v1.7.0

func NewMockFileSystemsLister(ctrl *gomock.Controller) *MockFileSystemsLister

NewMockFileSystemsLister creates a new mock instance

func (*MockFileSystemsLister) EXPECT added in v1.7.0

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

func (*MockFileSystemsLister) ListFileSystems added in v1.7.0

ListFileSystems mocks base method

type MockFileSystemsListerMockRecorder added in v1.7.0

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

MockFileSystemsListerMockRecorder is the mock recorder for MockFileSystemsLister

func (*MockFileSystemsListerMockRecorder) ListFileSystems added in v1.7.0

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

ListFileSystems indicates an expected call of ListFileSystems

type MockFileSystemsUpdater added in v1.8.0

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

MockFileSystemsUpdater is a mock of FileSystemsUpdater interface

func NewMockFileSystemsUpdater added in v1.8.0

func NewMockFileSystemsUpdater(ctrl *gomock.Controller) *MockFileSystemsUpdater

NewMockFileSystemsUpdater creates a new mock instance

func (*MockFileSystemsUpdater) EXPECT added in v1.8.0

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

func (*MockFileSystemsUpdater) UpdateFileSystems added in v1.8.0

UpdateFileSystems mocks base method

type MockFileSystemsUpdaterMockRecorder added in v1.8.0

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

MockFileSystemsUpdaterMockRecorder is the mock recorder for MockFileSystemsUpdater

func (*MockFileSystemsUpdaterMockRecorder) UpdateFileSystems added in v1.8.0

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

UpdateFileSystems indicates an expected call of UpdateFileSystems

type MockGCPPeeringConnectionCreator added in v1.4.1

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

MockGCPPeeringConnectionCreator is a mock of GCPPeeringConnectionCreator interface

func NewMockGCPPeeringConnectionCreator added in v1.4.1

func NewMockGCPPeeringConnectionCreator(ctrl *gomock.Controller) *MockGCPPeeringConnectionCreator

NewMockGCPPeeringConnectionCreator creates a new mock instance

func (*MockGCPPeeringConnectionCreator) CreateContainer added in v1.4.1

CreateContainer mocks base method

func (*MockGCPPeeringConnectionCreator) CreatePeeringConnection added in v1.4.1

func (m *MockGCPPeeringConnectionCreator) CreatePeeringConnection(arg0 string, arg1 *mongodbatlas.Peer) (*mongodbatlas.Peer, error)

CreatePeeringConnection mocks base method

func (*MockGCPPeeringConnectionCreator) EXPECT added in v1.4.1

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

func (*MockGCPPeeringConnectionCreator) GCPContainers added in v1.4.1

GCPContainers mocks base method

type MockGCPPeeringConnectionCreatorMockRecorder added in v1.4.1

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

MockGCPPeeringConnectionCreatorMockRecorder is the mock recorder for MockGCPPeeringConnectionCreator

func (*MockGCPPeeringConnectionCreatorMockRecorder) CreateContainer added in v1.4.1

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

CreateContainer indicates an expected call of CreateContainer

func (*MockGCPPeeringConnectionCreatorMockRecorder) CreatePeeringConnection added in v1.4.1

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

CreatePeeringConnection indicates an expected call of CreatePeeringConnection

func (*MockGCPPeeringConnectionCreatorMockRecorder) GCPContainers added in v1.4.1

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

GCPContainers indicates an expected call of GCPContainers

type MockGlobalAPIKeyCreator added in v1.4.1

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

MockGlobalAPIKeyCreator is a mock of GlobalAPIKeyCreator interface

func NewMockGlobalAPIKeyCreator added in v1.4.1

func NewMockGlobalAPIKeyCreator(ctrl *gomock.Controller) *MockGlobalAPIKeyCreator

NewMockGlobalAPIKeyCreator creates a new mock instance

func (*MockGlobalAPIKeyCreator) CreateGlobalAPIKey added in v1.4.1

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

CreateGlobalAPIKey mocks base method

func (*MockGlobalAPIKeyCreator) EXPECT added in v1.4.1

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

type MockGlobalAPIKeyCreatorMockRecorder added in v1.4.1

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

MockGlobalAPIKeyCreatorMockRecorder is the mock recorder for MockGlobalAPIKeyCreator

func (*MockGlobalAPIKeyCreatorMockRecorder) CreateGlobalAPIKey added in v1.4.1

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

CreateGlobalAPIKey indicates an expected call of CreateGlobalAPIKey

type MockGlobalAPIKeyDeleter added in v1.4.1

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

MockGlobalAPIKeyDeleter is a mock of GlobalAPIKeyDeleter interface

func NewMockGlobalAPIKeyDeleter added in v1.4.1

func NewMockGlobalAPIKeyDeleter(ctrl *gomock.Controller) *MockGlobalAPIKeyDeleter

NewMockGlobalAPIKeyDeleter creates a new mock instance

func (*MockGlobalAPIKeyDeleter) DeleteGlobalAPIKey added in v1.4.1

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

DeleteGlobalAPIKey mocks base method

func (*MockGlobalAPIKeyDeleter) EXPECT added in v1.4.1

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

type MockGlobalAPIKeyDeleterMockRecorder added in v1.4.1

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

MockGlobalAPIKeyDeleterMockRecorder is the mock recorder for MockGlobalAPIKeyDeleter

func (*MockGlobalAPIKeyDeleterMockRecorder) DeleteGlobalAPIKey added in v1.4.1

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

DeleteGlobalAPIKey indicates an expected call of DeleteGlobalAPIKey

type MockGlobalAPIKeyDescriber added in v1.4.1

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

MockGlobalAPIKeyDescriber is a mock of GlobalAPIKeyDescriber interface

func NewMockGlobalAPIKeyDescriber added in v1.4.1

func NewMockGlobalAPIKeyDescriber(ctrl *gomock.Controller) *MockGlobalAPIKeyDescriber

NewMockGlobalAPIKeyDescriber creates a new mock instance

func (*MockGlobalAPIKeyDescriber) EXPECT added in v1.4.1

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

func (*MockGlobalAPIKeyDescriber) GlobalAPIKey added in v1.4.1

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

GlobalAPIKey mocks base method

type MockGlobalAPIKeyDescriberMockRecorder added in v1.4.1

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

MockGlobalAPIKeyDescriberMockRecorder is the mock recorder for MockGlobalAPIKeyDescriber

func (*MockGlobalAPIKeyDescriberMockRecorder) GlobalAPIKey added in v1.4.1

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

GlobalAPIKey indicates an expected call of GlobalAPIKey

type MockGlobalAPIKeyLister added in v1.4.1

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

MockGlobalAPIKeyLister is a mock of GlobalAPIKeyLister interface

func NewMockGlobalAPIKeyLister added in v1.4.1

func NewMockGlobalAPIKeyLister(ctrl *gomock.Controller) *MockGlobalAPIKeyLister

NewMockGlobalAPIKeyLister creates a new mock instance

func (*MockGlobalAPIKeyLister) EXPECT added in v1.4.1

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

func (*MockGlobalAPIKeyLister) GlobalAPIKeys added in v1.4.1

GlobalAPIKeys mocks base method

type MockGlobalAPIKeyListerMockRecorder added in v1.4.1

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

MockGlobalAPIKeyListerMockRecorder is the mock recorder for MockGlobalAPIKeyLister

func (*MockGlobalAPIKeyListerMockRecorder) GlobalAPIKeys added in v1.4.1

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

GlobalAPIKeys indicates an expected call of GlobalAPIKeys

type MockGlobalAPIKeyUpdater added in v1.4.1

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

MockGlobalAPIKeyUpdater is a mock of GlobalAPIKeyUpdater interface

func NewMockGlobalAPIKeyUpdater added in v1.4.1

func NewMockGlobalAPIKeyUpdater(ctrl *gomock.Controller) *MockGlobalAPIKeyUpdater

NewMockGlobalAPIKeyUpdater creates a new mock instance

func (*MockGlobalAPIKeyUpdater) EXPECT added in v1.4.1

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

func (*MockGlobalAPIKeyUpdater) UpdateGlobalAPIKey added in v1.4.1

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

UpdateGlobalAPIKey mocks base method

type MockGlobalAPIKeyUpdaterMockRecorder added in v1.4.1

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

MockGlobalAPIKeyUpdaterMockRecorder is the mock recorder for MockGlobalAPIKeyUpdater

func (*MockGlobalAPIKeyUpdaterMockRecorder) UpdateGlobalAPIKey added in v1.4.1

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

UpdateGlobalAPIKey indicates an expected call of UpdateGlobalAPIKey

type MockGlobalAPIKeyWhitelistCreator added in v1.4.1

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

MockGlobalAPIKeyWhitelistCreator is a mock of GlobalAPIKeyWhitelistCreator interface

func NewMockGlobalAPIKeyWhitelistCreator added in v1.4.1

func NewMockGlobalAPIKeyWhitelistCreator(ctrl *gomock.Controller) *MockGlobalAPIKeyWhitelistCreator

NewMockGlobalAPIKeyWhitelistCreator creates a new mock instance

func (*MockGlobalAPIKeyWhitelistCreator) CreateGlobalAPIKeyWhitelist added in v1.4.1

CreateGlobalAPIKeyWhitelist mocks base method

func (*MockGlobalAPIKeyWhitelistCreator) EXPECT added in v1.4.1

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

type MockGlobalAPIKeyWhitelistCreatorMockRecorder added in v1.4.1

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

MockGlobalAPIKeyWhitelistCreatorMockRecorder is the mock recorder for MockGlobalAPIKeyWhitelistCreator

func (*MockGlobalAPIKeyWhitelistCreatorMockRecorder) CreateGlobalAPIKeyWhitelist added in v1.4.1

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

CreateGlobalAPIKeyWhitelist indicates an expected call of CreateGlobalAPIKeyWhitelist

type MockGlobalAPIKeyWhitelistDeleter added in v1.4.1

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

MockGlobalAPIKeyWhitelistDeleter is a mock of GlobalAPIKeyWhitelistDeleter interface

func NewMockGlobalAPIKeyWhitelistDeleter added in v1.4.1

func NewMockGlobalAPIKeyWhitelistDeleter(ctrl *gomock.Controller) *MockGlobalAPIKeyWhitelistDeleter

NewMockGlobalAPIKeyWhitelistDeleter creates a new mock instance

func (*MockGlobalAPIKeyWhitelistDeleter) DeleteGlobalAPIKeyWhitelist added in v1.4.1

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

DeleteGlobalAPIKeyWhitelist mocks base method

func (*MockGlobalAPIKeyWhitelistDeleter) EXPECT added in v1.4.1

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

type MockGlobalAPIKeyWhitelistDeleterMockRecorder added in v1.4.1

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

MockGlobalAPIKeyWhitelistDeleterMockRecorder is the mock recorder for MockGlobalAPIKeyWhitelistDeleter

func (*MockGlobalAPIKeyWhitelistDeleterMockRecorder) DeleteGlobalAPIKeyWhitelist added in v1.4.1

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

DeleteGlobalAPIKeyWhitelist indicates an expected call of DeleteGlobalAPIKeyWhitelist

type MockGlobalAPIKeyWhitelistDescriber added in v1.4.1

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

MockGlobalAPIKeyWhitelistDescriber is a mock of GlobalAPIKeyWhitelistDescriber interface

func NewMockGlobalAPIKeyWhitelistDescriber added in v1.4.1

func NewMockGlobalAPIKeyWhitelistDescriber(ctrl *gomock.Controller) *MockGlobalAPIKeyWhitelistDescriber

NewMockGlobalAPIKeyWhitelistDescriber creates a new mock instance

func (*MockGlobalAPIKeyWhitelistDescriber) EXPECT added in v1.4.1

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

func (*MockGlobalAPIKeyWhitelistDescriber) GlobalAPIKeyWhitelist added in v1.4.1

GlobalAPIKeyWhitelist mocks base method

type MockGlobalAPIKeyWhitelistDescriberMockRecorder added in v1.4.1

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

MockGlobalAPIKeyWhitelistDescriberMockRecorder is the mock recorder for MockGlobalAPIKeyWhitelistDescriber

func (*MockGlobalAPIKeyWhitelistDescriberMockRecorder) GlobalAPIKeyWhitelist added in v1.4.1

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

GlobalAPIKeyWhitelist indicates an expected call of GlobalAPIKeyWhitelist

type MockGlobalAPIKeyWhitelistLister added in v1.4.1

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

MockGlobalAPIKeyWhitelistLister is a mock of GlobalAPIKeyWhitelistLister interface

func NewMockGlobalAPIKeyWhitelistLister added in v1.4.1

func NewMockGlobalAPIKeyWhitelistLister(ctrl *gomock.Controller) *MockGlobalAPIKeyWhitelistLister

NewMockGlobalAPIKeyWhitelistLister creates a new mock instance

func (*MockGlobalAPIKeyWhitelistLister) EXPECT added in v1.4.1

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

func (*MockGlobalAPIKeyWhitelistLister) GlobalAPIKeyWhitelists added in v1.4.1

GlobalAPIKeyWhitelists mocks base method

type MockGlobalAPIKeyWhitelistListerMockRecorder added in v1.4.1

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

MockGlobalAPIKeyWhitelistListerMockRecorder is the mock recorder for MockGlobalAPIKeyWhitelistLister

func (*MockGlobalAPIKeyWhitelistListerMockRecorder) GlobalAPIKeyWhitelists added in v1.4.1

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

GlobalAPIKeyWhitelists indicates an expected call of GlobalAPIKeyWhitelists

type MockGlobalAlertLister added in v0.1.0

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

MockGlobalAlertLister is a mock of GlobalAlertLister interface

func NewMockGlobalAlertLister added in v0.1.0

func NewMockGlobalAlertLister(ctrl *gomock.Controller) *MockGlobalAlertLister

NewMockGlobalAlertLister creates a new mock instance

func (*MockGlobalAlertLister) EXPECT added in v0.1.0

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

func (*MockGlobalAlertLister) GlobalAlerts added in v0.1.0

GlobalAlerts mocks base method

type MockGlobalAlertListerMockRecorder added in v0.1.0

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

MockGlobalAlertListerMockRecorder is the mock recorder for MockGlobalAlertLister

func (*MockGlobalAlertListerMockRecorder) GlobalAlerts added in v0.1.0

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

GlobalAlerts indicates an expected call of GlobalAlerts

type MockHostDatabaseLister added in v0.2.0

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

MockHostDatabaseLister is a mock of HostDatabaseLister interface

func NewMockHostDatabaseLister added in v0.2.0

func NewMockHostDatabaseLister(ctrl *gomock.Controller) *MockHostDatabaseLister

NewMockHostDatabaseLister creates a new mock instance

func (*MockHostDatabaseLister) EXPECT added in v0.2.0

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

func (*MockHostDatabaseLister) HostDatabases added in v0.2.0

HostDatabases mocks base method

type MockHostDatabaseListerMockRecorder added in v0.2.0

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

MockHostDatabaseListerMockRecorder is the mock recorder for MockHostDatabaseLister

func (*MockHostDatabaseListerMockRecorder) HostDatabases added in v0.2.0

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

HostDatabases indicates an expected call of HostDatabases

type MockHostDatabaseMeasurementsLister added in v1.4.1

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

MockHostDatabaseMeasurementsLister is a mock of HostDatabaseMeasurementsLister interface

func NewMockHostDatabaseMeasurementsLister added in v1.4.1

func NewMockHostDatabaseMeasurementsLister(ctrl *gomock.Controller) *MockHostDatabaseMeasurementsLister

NewMockHostDatabaseMeasurementsLister creates a new mock instance

func (*MockHostDatabaseMeasurementsLister) EXPECT added in v1.4.1

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

func (*MockHostDatabaseMeasurementsLister) HostDatabaseMeasurements added in v1.4.1

HostDatabaseMeasurements mocks base method

type MockHostDatabaseMeasurementsListerMockRecorder added in v1.4.1

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

MockHostDatabaseMeasurementsListerMockRecorder is the mock recorder for MockHostDatabaseMeasurementsLister

func (*MockHostDatabaseMeasurementsListerMockRecorder) HostDatabaseMeasurements added in v1.4.1

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

HostDatabaseMeasurements indicates an expected call of HostDatabaseMeasurements

type MockHostDescriber added in v0.2.0

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

MockHostDescriber is a mock of HostDescriber interface

func NewMockHostDescriber added in v0.2.0

func NewMockHostDescriber(ctrl *gomock.Controller) *MockHostDescriber

NewMockHostDescriber creates a new mock instance

func (*MockHostDescriber) EXPECT added in v0.2.0

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

func (*MockHostDescriber) Host added in v0.2.0

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

Host mocks base method

type MockHostDescriberMockRecorder added in v0.2.0

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

MockHostDescriberMockRecorder is the mock recorder for MockHostDescriber

func (*MockHostDescriberMockRecorder) Host added in v0.2.0

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

Host indicates an expected call of Host

type MockHostDiskMeasurementsLister added in v0.2.0

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

MockHostDiskMeasurementsLister is a mock of HostDiskMeasurementsLister interface

func NewMockHostDiskMeasurementsLister added in v0.2.0

func NewMockHostDiskMeasurementsLister(ctrl *gomock.Controller) *MockHostDiskMeasurementsLister

NewMockHostDiskMeasurementsLister creates a new mock instance

func (*MockHostDiskMeasurementsLister) EXPECT added in v0.2.0

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

func (*MockHostDiskMeasurementsLister) HostDiskMeasurements added in v0.2.0

HostDiskMeasurements mocks base method

type MockHostDiskMeasurementsListerMockRecorder added in v0.2.0

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

MockHostDiskMeasurementsListerMockRecorder is the mock recorder for MockHostDiskMeasurementsLister

func (*MockHostDiskMeasurementsListerMockRecorder) HostDiskMeasurements added in v0.2.0

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

HostDiskMeasurements indicates an expected call of HostDiskMeasurements

type MockHostDisksLister added in v0.2.0

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

MockHostDisksLister is a mock of HostDisksLister interface

func NewMockHostDisksLister added in v0.2.0

func NewMockHostDisksLister(ctrl *gomock.Controller) *MockHostDisksLister

NewMockHostDisksLister creates a new mock instance

func (*MockHostDisksLister) EXPECT added in v0.2.0

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

func (*MockHostDisksLister) HostDisks added in v0.2.0

HostDisks mocks base method

type MockHostDisksListerMockRecorder added in v0.2.0

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

MockHostDisksListerMockRecorder is the mock recorder for MockHostDisksLister

func (*MockHostDisksListerMockRecorder) HostDisks added in v0.2.0

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

HostDisks indicates an expected call of HostDisks

type MockHostLister added in v0.2.0

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

MockHostLister is a mock of HostLister interface

func NewMockHostLister added in v0.2.0

func NewMockHostLister(ctrl *gomock.Controller) *MockHostLister

NewMockHostLister creates a new mock instance

func (*MockHostLister) EXPECT added in v0.2.0

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

func (*MockHostLister) Hosts added in v0.2.0

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

Hosts mocks base method

type MockHostListerMockRecorder added in v0.2.0

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

MockHostListerMockRecorder is the mock recorder for MockHostLister

func (*MockHostListerMockRecorder) Hosts added in v0.2.0

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

Hosts indicates an expected call of Hosts

type MockHostMeasurementLister added in v0.2.0

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

MockHostMeasurementLister is a mock of HostMeasurementLister interface

func NewMockHostMeasurementLister added in v0.2.0

func NewMockHostMeasurementLister(ctrl *gomock.Controller) *MockHostMeasurementLister

NewMockHostMeasurementLister creates a new mock instance

func (*MockHostMeasurementLister) EXPECT added in v0.2.0

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

func (*MockHostMeasurementLister) HostMeasurements added in v0.2.0

HostMeasurements mocks base method

type MockHostMeasurementListerMockRecorder added in v0.2.0

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

MockHostMeasurementListerMockRecorder is the mock recorder for MockHostMeasurementLister

func (*MockHostMeasurementListerMockRecorder) HostMeasurements added in v0.2.0

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

HostMeasurements indicates an expected call of HostMeasurements

type MockIndexCreator added in v0.2.0

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

MockIndexCreator is a mock of IndexCreator interface

func NewMockIndexCreator added in v0.2.0

func NewMockIndexCreator(ctrl *gomock.Controller) *MockIndexCreator

NewMockIndexCreator creates a new mock instance

func (*MockIndexCreator) CreateIndex added in v0.2.0

func (m *MockIndexCreator) CreateIndex(arg0, arg1 string, arg2 *mongodbatlas.IndexConfiguration) error

CreateIndex mocks base method

func (*MockIndexCreator) EXPECT added in v0.2.0

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

type MockIndexCreatorMockRecorder added in v0.2.0

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

MockIndexCreatorMockRecorder is the mock recorder for MockIndexCreator

func (*MockIndexCreatorMockRecorder) CreateIndex added in v0.2.0

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

CreateIndex indicates an expected call of CreateIndex

type MockIntegrationCreator added in v1.5.0

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

MockIntegrationCreator is a mock of IntegrationCreator interface

func NewMockIntegrationCreator added in v1.5.0

func NewMockIntegrationCreator(ctrl *gomock.Controller) *MockIntegrationCreator

NewMockIntegrationCreator creates a new mock instance

func (*MockIntegrationCreator) CreateIntegration added in v1.5.0

CreateIntegration mocks base method

func (*MockIntegrationCreator) EXPECT added in v1.5.0

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

type MockIntegrationCreatorMockRecorder added in v1.5.0

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

MockIntegrationCreatorMockRecorder is the mock recorder for MockIntegrationCreator

func (*MockIntegrationCreatorMockRecorder) CreateIntegration added in v1.5.0

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

CreateIntegration indicates an expected call of CreateIntegration

type MockIntegrationDeleter added in v1.5.0

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

MockIntegrationDeleter is a mock of IntegrationDeleter interface

func NewMockIntegrationDeleter added in v1.5.0

func NewMockIntegrationDeleter(ctrl *gomock.Controller) *MockIntegrationDeleter

NewMockIntegrationDeleter creates a new mock instance

func (*MockIntegrationDeleter) DeleteIntegration added in v1.5.0

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

DeleteIntegration mocks base method

func (*MockIntegrationDeleter) EXPECT added in v1.5.0

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

type MockIntegrationDeleterMockRecorder added in v1.5.0

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

MockIntegrationDeleterMockRecorder is the mock recorder for MockIntegrationDeleter

func (*MockIntegrationDeleterMockRecorder) DeleteIntegration added in v1.5.0

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

DeleteIntegration indicates an expected call of DeleteIntegration

type MockIntegrationDescriber added in v1.5.0

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

MockIntegrationDescriber is a mock of IntegrationDescriber interface

func NewMockIntegrationDescriber added in v1.5.0

func NewMockIntegrationDescriber(ctrl *gomock.Controller) *MockIntegrationDescriber

NewMockIntegrationDescriber creates a new mock instance

func (*MockIntegrationDescriber) EXPECT added in v1.5.0

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

func (*MockIntegrationDescriber) Integration added in v1.5.0

Integration mocks base method

type MockIntegrationDescriberMockRecorder added in v1.5.0

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

MockIntegrationDescriberMockRecorder is the mock recorder for MockIntegrationDescriber

func (*MockIntegrationDescriberMockRecorder) Integration added in v1.5.0

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

Integration indicates an expected call of Integration

type MockIntegrationLister added in v1.5.0

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

MockIntegrationLister is a mock of IntegrationLister interface

func NewMockIntegrationLister added in v1.5.0

func NewMockIntegrationLister(ctrl *gomock.Controller) *MockIntegrationLister

NewMockIntegrationLister creates a new mock instance

func (*MockIntegrationLister) EXPECT added in v1.5.0

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

func (*MockIntegrationLister) Integrations added in v1.5.0

Integrations mocks base method

type MockIntegrationListerMockRecorder added in v1.5.0

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

MockIntegrationListerMockRecorder is the mock recorder for MockIntegrationLister

func (*MockIntegrationListerMockRecorder) Integrations added in v1.5.0

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

Integrations indicates an expected call of Integrations

type MockInterfaceEndpointCreator added in v1.4.0

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

MockInterfaceEndpointCreator is a mock of InterfaceEndpointCreator interface

func NewMockInterfaceEndpointCreator added in v1.4.0

func NewMockInterfaceEndpointCreator(ctrl *gomock.Controller) *MockInterfaceEndpointCreator

NewMockInterfaceEndpointCreator creates a new mock instance

func (*MockInterfaceEndpointCreator) CreateInterfaceEndpoint added in v1.4.0

func (m *MockInterfaceEndpointCreator) CreateInterfaceEndpoint(arg0, arg1, arg2 string) (*mongodbatlas.InterfaceEndpointConnection, error)

CreateInterfaceEndpoint mocks base method

func (*MockInterfaceEndpointCreator) EXPECT added in v1.4.0

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

type MockInterfaceEndpointCreatorMockRecorder added in v1.4.0

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

MockInterfaceEndpointCreatorMockRecorder is the mock recorder for MockInterfaceEndpointCreator

func (*MockInterfaceEndpointCreatorMockRecorder) CreateInterfaceEndpoint added in v1.4.0

func (mr *MockInterfaceEndpointCreatorMockRecorder) CreateInterfaceEndpoint(arg0, arg1, arg2 interface{}) *gomock.Call

CreateInterfaceEndpoint indicates an expected call of CreateInterfaceEndpoint

type MockInterfaceEndpointDeleter added in v1.4.0

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

MockInterfaceEndpointDeleter is a mock of InterfaceEndpointDeleter interface

func NewMockInterfaceEndpointDeleter added in v1.4.0

func NewMockInterfaceEndpointDeleter(ctrl *gomock.Controller) *MockInterfaceEndpointDeleter

NewMockInterfaceEndpointDeleter creates a new mock instance

func (*MockInterfaceEndpointDeleter) DeleteInterfaceEndpoint added in v1.4.0

func (m *MockInterfaceEndpointDeleter) DeleteInterfaceEndpoint(arg0, arg1, arg2 string) error

DeleteInterfaceEndpoint mocks base method

func (*MockInterfaceEndpointDeleter) EXPECT added in v1.4.0

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

type MockInterfaceEndpointDeleterMockRecorder added in v1.4.0

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

MockInterfaceEndpointDeleterMockRecorder is the mock recorder for MockInterfaceEndpointDeleter

func (*MockInterfaceEndpointDeleterMockRecorder) DeleteInterfaceEndpoint added in v1.4.0

func (mr *MockInterfaceEndpointDeleterMockRecorder) DeleteInterfaceEndpoint(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteInterfaceEndpoint indicates an expected call of DeleteInterfaceEndpoint

type MockInterfaceEndpointDescriber added in v1.4.0

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

MockInterfaceEndpointDescriber is a mock of InterfaceEndpointDescriber interface

func NewMockInterfaceEndpointDescriber added in v1.4.0

func NewMockInterfaceEndpointDescriber(ctrl *gomock.Controller) *MockInterfaceEndpointDescriber

NewMockInterfaceEndpointDescriber creates a new mock instance

func (*MockInterfaceEndpointDescriber) EXPECT added in v1.4.0

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

func (*MockInterfaceEndpointDescriber) InterfaceEndpoint added in v1.4.0

func (m *MockInterfaceEndpointDescriber) InterfaceEndpoint(arg0, arg1, arg2 string) (*mongodbatlas.InterfaceEndpointConnection, error)

InterfaceEndpoint mocks base method

type MockInterfaceEndpointDescriberMockRecorder added in v1.4.0

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

MockInterfaceEndpointDescriberMockRecorder is the mock recorder for MockInterfaceEndpointDescriber

func (*MockInterfaceEndpointDescriberMockRecorder) InterfaceEndpoint added in v1.4.0

func (mr *MockInterfaceEndpointDescriberMockRecorder) InterfaceEndpoint(arg0, arg1, arg2 interface{}) *gomock.Call

InterfaceEndpoint indicates an expected call of InterfaceEndpoint

type MockLDAPConfigurationDeleter added in v1.6.0

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

MockLDAPConfigurationDeleter is a mock of LDAPConfigurationDeleter interface

func NewMockLDAPConfigurationDeleter added in v1.6.0

func NewMockLDAPConfigurationDeleter(ctrl *gomock.Controller) *MockLDAPConfigurationDeleter

NewMockLDAPConfigurationDeleter creates a new mock instance

func (*MockLDAPConfigurationDeleter) DeleteLDAPConfiguration added in v1.6.0

func (m *MockLDAPConfigurationDeleter) DeleteLDAPConfiguration(arg0 string) error

DeleteLDAPConfiguration mocks base method

func (*MockLDAPConfigurationDeleter) EXPECT added in v1.6.0

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

type MockLDAPConfigurationDeleterMockRecorder added in v1.6.0

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

MockLDAPConfigurationDeleterMockRecorder is the mock recorder for MockLDAPConfigurationDeleter

func (*MockLDAPConfigurationDeleterMockRecorder) DeleteLDAPConfiguration added in v1.6.0

func (mr *MockLDAPConfigurationDeleterMockRecorder) DeleteLDAPConfiguration(arg0 interface{}) *gomock.Call

DeleteLDAPConfiguration indicates an expected call of DeleteLDAPConfiguration

type MockLDAPConfigurationDescriber added in v1.6.0

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

MockLDAPConfigurationDescriber is a mock of LDAPConfigurationDescriber interface

func NewMockLDAPConfigurationDescriber added in v1.6.0

func NewMockLDAPConfigurationDescriber(ctrl *gomock.Controller) *MockLDAPConfigurationDescriber

NewMockLDAPConfigurationDescriber creates a new mock instance

func (*MockLDAPConfigurationDescriber) EXPECT added in v1.6.0

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

func (*MockLDAPConfigurationDescriber) GetStatusLDAPConfiguration added in v1.6.0

func (m *MockLDAPConfigurationDescriber) GetStatusLDAPConfiguration(arg0, arg1 string) (*mongodbatlas.LDAPConfiguration, error)

GetStatusLDAPConfiguration mocks base method

type MockLDAPConfigurationDescriberMockRecorder added in v1.6.0

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

MockLDAPConfigurationDescriberMockRecorder is the mock recorder for MockLDAPConfigurationDescriber

func (*MockLDAPConfigurationDescriberMockRecorder) GetStatusLDAPConfiguration added in v1.6.0

func (mr *MockLDAPConfigurationDescriberMockRecorder) GetStatusLDAPConfiguration(arg0, arg1 interface{}) *gomock.Call

GetStatusLDAPConfiguration indicates an expected call of GetStatusLDAPConfiguration

type MockLDAPConfigurationGetter added in v1.6.0

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

MockLDAPConfigurationGetter is a mock of LDAPConfigurationGetter interface

func NewMockLDAPConfigurationGetter added in v1.6.0

func NewMockLDAPConfigurationGetter(ctrl *gomock.Controller) *MockLDAPConfigurationGetter

NewMockLDAPConfigurationGetter creates a new mock instance

func (*MockLDAPConfigurationGetter) EXPECT added in v1.6.0

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

func (*MockLDAPConfigurationGetter) GetLDAPConfiguration added in v1.6.0

func (m *MockLDAPConfigurationGetter) GetLDAPConfiguration(arg0 string) (*mongodbatlas.LDAPConfiguration, error)

GetLDAPConfiguration mocks base method

type MockLDAPConfigurationGetterMockRecorder added in v1.6.0

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

MockLDAPConfigurationGetterMockRecorder is the mock recorder for MockLDAPConfigurationGetter

func (*MockLDAPConfigurationGetterMockRecorder) GetLDAPConfiguration added in v1.6.0

func (mr *MockLDAPConfigurationGetterMockRecorder) GetLDAPConfiguration(arg0 interface{}) *gomock.Call

GetLDAPConfiguration indicates an expected call of GetLDAPConfiguration

type MockLDAPConfigurationSaver added in v1.6.0

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

MockLDAPConfigurationSaver is a mock of LDAPConfigurationSaver interface

func NewMockLDAPConfigurationSaver added in v1.6.0

func NewMockLDAPConfigurationSaver(ctrl *gomock.Controller) *MockLDAPConfigurationSaver

NewMockLDAPConfigurationSaver creates a new mock instance

func (*MockLDAPConfigurationSaver) EXPECT added in v1.6.0

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

func (*MockLDAPConfigurationSaver) SaveLDAPConfiguration added in v1.6.0

SaveLDAPConfiguration mocks base method

type MockLDAPConfigurationSaverMockRecorder added in v1.6.0

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

MockLDAPConfigurationSaverMockRecorder is the mock recorder for MockLDAPConfigurationSaver

func (*MockLDAPConfigurationSaverMockRecorder) SaveLDAPConfiguration added in v1.6.0

func (mr *MockLDAPConfigurationSaverMockRecorder) SaveLDAPConfiguration(arg0, arg1 interface{}) *gomock.Call

SaveLDAPConfiguration indicates an expected call of SaveLDAPConfiguration

type MockLDAPConfigurationVerifier added in v1.6.0

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

MockLDAPConfigurationVerifier is a mock of LDAPConfigurationVerifier interface

func NewMockLDAPConfigurationVerifier added in v1.6.0

func NewMockLDAPConfigurationVerifier(ctrl *gomock.Controller) *MockLDAPConfigurationVerifier

NewMockLDAPConfigurationVerifier creates a new mock instance

func (*MockLDAPConfigurationVerifier) EXPECT added in v1.6.0

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

func (*MockLDAPConfigurationVerifier) VerifyLDAPConfiguration added in v1.6.0

func (m *MockLDAPConfigurationVerifier) VerifyLDAPConfiguration(arg0 string, arg1 *mongodbatlas.LDAP) (*mongodbatlas.LDAPConfiguration, error)

VerifyLDAPConfiguration mocks base method

type MockLDAPConfigurationVerifierMockRecorder added in v1.6.0

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

MockLDAPConfigurationVerifierMockRecorder is the mock recorder for MockLDAPConfigurationVerifier

func (*MockLDAPConfigurationVerifierMockRecorder) VerifyLDAPConfiguration added in v1.6.0

func (mr *MockLDAPConfigurationVerifierMockRecorder) VerifyLDAPConfiguration(arg0, arg1 interface{}) *gomock.Call

VerifyLDAPConfiguration indicates an expected call of VerifyLDAPConfiguration

type MockLogCollector added in v0.5.0

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

MockLogCollector is a mock of LogCollector interface

func NewMockLogCollector added in v0.5.0

func NewMockLogCollector(ctrl *gomock.Controller) *MockLogCollector

NewMockLogCollector creates a new mock instance

func (*MockLogCollector) Collect added in v0.5.0

Collect mocks base method

func (*MockLogCollector) EXPECT added in v0.5.0

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

type MockLogCollectorMockRecorder added in v0.5.0

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

MockLogCollectorMockRecorder is the mock recorder for MockLogCollector

func (*MockLogCollectorMockRecorder) Collect added in v0.5.0

func (mr *MockLogCollectorMockRecorder) Collect(arg0, arg1 interface{}) *gomock.Call

Collect indicates an expected call of Collect

type MockLogJobDeleter added in v0.5.0

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

MockLogJobDeleter is a mock of LogJobDeleter interface

func NewMockLogJobDeleter added in v0.5.0

func NewMockLogJobDeleter(ctrl *gomock.Controller) *MockLogJobDeleter

NewMockLogJobDeleter creates a new mock instance

func (*MockLogJobDeleter) DeleteCollectionJob added in v0.5.0

func (m *MockLogJobDeleter) DeleteCollectionJob(arg0, arg1 string) error

DeleteCollectionJob mocks base method

func (*MockLogJobDeleter) EXPECT added in v0.5.0

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

type MockLogJobDeleterMockRecorder added in v0.5.0

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

MockLogJobDeleterMockRecorder is the mock recorder for MockLogJobDeleter

func (*MockLogJobDeleterMockRecorder) DeleteCollectionJob added in v0.5.0

func (mr *MockLogJobDeleterMockRecorder) DeleteCollectionJob(arg0, arg1 interface{}) *gomock.Call

DeleteCollectionJob indicates an expected call of DeleteCollectionJob

type MockLogJobLister added in v0.5.0

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

MockLogJobLister is a mock of LogJobLister interface

func NewMockLogJobLister added in v0.5.0

func NewMockLogJobLister(ctrl *gomock.Controller) *MockLogJobLister

NewMockLogJobLister creates a new mock instance

func (*MockLogJobLister) EXPECT added in v0.5.0

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

func (*MockLogJobLister) LogCollectionJobs added in v0.5.0

func (m *MockLogJobLister) LogCollectionJobs(arg0 string, arg1 *opsmngr.LogListOptions) (*opsmngr.LogCollectionJobs, error)

LogCollectionJobs mocks base method

type MockLogJobListerMockRecorder added in v0.5.0

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

MockLogJobListerMockRecorder is the mock recorder for MockLogJobLister

func (*MockLogJobListerMockRecorder) LogCollectionJobs added in v0.5.0

func (mr *MockLogJobListerMockRecorder) LogCollectionJobs(arg0, arg1 interface{}) *gomock.Call

LogCollectionJobs indicates an expected call of LogCollectionJobs

type MockLogJobsDownloader added in v0.5.0

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

MockLogJobsDownloader is a mock of LogJobsDownloader interface

func NewMockLogJobsDownloader added in v0.5.0

func NewMockLogJobsDownloader(ctrl *gomock.Controller) *MockLogJobsDownloader

NewMockLogJobsDownloader creates a new mock instance

func (*MockLogJobsDownloader) DownloadLogJob added in v0.5.0

func (m *MockLogJobsDownloader) DownloadLogJob(arg0, arg1 string, arg2 io.Writer) error

DownloadLogJob mocks base method

func (*MockLogJobsDownloader) EXPECT added in v0.5.0

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

type MockLogJobsDownloaderMockRecorder added in v0.5.0

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

MockLogJobsDownloaderMockRecorder is the mock recorder for MockLogJobsDownloader

func (*MockLogJobsDownloaderMockRecorder) DownloadLogJob added in v0.5.0

func (mr *MockLogJobsDownloaderMockRecorder) DownloadLogJob(arg0, arg1, arg2 interface{}) *gomock.Call

DownloadLogJob indicates an expected call of DownloadLogJob

type MockLogsDownloader added in v0.2.0

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

MockLogsDownloader is a mock of LogsDownloader interface

func NewMockLogsDownloader added in v0.2.0

func NewMockLogsDownloader(ctrl *gomock.Controller) *MockLogsDownloader

NewMockLogsDownloader creates a new mock instance

func (*MockLogsDownloader) DownloadLog added in v0.2.0

func (m *MockLogsDownloader) DownloadLog(arg0, arg1, arg2 string, arg3 io.Writer, arg4 *mongodbatlas.DateRangetOptions) error

DownloadLog mocks base method

func (*MockLogsDownloader) EXPECT added in v0.2.0

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

type MockLogsDownloaderMockRecorder added in v0.2.0

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

MockLogsDownloaderMockRecorder is the mock recorder for MockLogsDownloader

func (*MockLogsDownloaderMockRecorder) DownloadLog added in v0.2.0

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

DownloadLog indicates an expected call of DownloadLog

type MockMaintenanceWindowClearer added in v1.5.0

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

MockMaintenanceWindowClearer is a mock of MaintenanceWindowClearer interface

func NewMockMaintenanceWindowClearer added in v1.5.0

func NewMockMaintenanceWindowClearer(ctrl *gomock.Controller) *MockMaintenanceWindowClearer

NewMockMaintenanceWindowClearer creates a new mock instance

func (*MockMaintenanceWindowClearer) ClearMaintenanceWindow added in v1.5.0

func (m *MockMaintenanceWindowClearer) ClearMaintenanceWindow(arg0 string) error

ClearMaintenanceWindow mocks base method

func (*MockMaintenanceWindowClearer) EXPECT added in v1.5.0

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

type MockMaintenanceWindowClearerMockRecorder added in v1.5.0

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

MockMaintenanceWindowClearerMockRecorder is the mock recorder for MockMaintenanceWindowClearer

func (*MockMaintenanceWindowClearerMockRecorder) ClearMaintenanceWindow added in v1.5.0

func (mr *MockMaintenanceWindowClearerMockRecorder) ClearMaintenanceWindow(arg0 interface{}) *gomock.Call

ClearMaintenanceWindow indicates an expected call of ClearMaintenanceWindow

type MockMaintenanceWindowDeferrer added in v1.5.0

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

MockMaintenanceWindowDeferrer is a mock of MaintenanceWindowDeferrer interface

func NewMockMaintenanceWindowDeferrer added in v1.5.0

func NewMockMaintenanceWindowDeferrer(ctrl *gomock.Controller) *MockMaintenanceWindowDeferrer

NewMockMaintenanceWindowDeferrer creates a new mock instance

func (*MockMaintenanceWindowDeferrer) DeferMaintenanceWindow added in v1.5.0

func (m *MockMaintenanceWindowDeferrer) DeferMaintenanceWindow(arg0 string) error

DeferMaintenanceWindow mocks base method

func (*MockMaintenanceWindowDeferrer) EXPECT added in v1.5.0

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

type MockMaintenanceWindowDeferrerMockRecorder added in v1.5.0

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

MockMaintenanceWindowDeferrerMockRecorder is the mock recorder for MockMaintenanceWindowDeferrer

func (*MockMaintenanceWindowDeferrerMockRecorder) DeferMaintenanceWindow added in v1.5.0

func (mr *MockMaintenanceWindowDeferrerMockRecorder) DeferMaintenanceWindow(arg0 interface{}) *gomock.Call

DeferMaintenanceWindow indicates an expected call of DeferMaintenanceWindow

type MockMaintenanceWindowDescriber added in v1.5.0

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

MockMaintenanceWindowDescriber is a mock of MaintenanceWindowDescriber interface

func NewMockMaintenanceWindowDescriber added in v1.5.0

func NewMockMaintenanceWindowDescriber(ctrl *gomock.Controller) *MockMaintenanceWindowDescriber

NewMockMaintenanceWindowDescriber creates a new mock instance

func (*MockMaintenanceWindowDescriber) EXPECT added in v1.5.0

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

func (*MockMaintenanceWindowDescriber) MaintenanceWindow added in v1.5.0

MaintenanceWindow mocks base method

type MockMaintenanceWindowDescriberMockRecorder added in v1.5.0

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

MockMaintenanceWindowDescriberMockRecorder is the mock recorder for MockMaintenanceWindowDescriber

func (*MockMaintenanceWindowDescriberMockRecorder) MaintenanceWindow added in v1.5.0

func (mr *MockMaintenanceWindowDescriberMockRecorder) MaintenanceWindow(arg0 interface{}) *gomock.Call

MaintenanceWindow indicates an expected call of MaintenanceWindow

type MockMaintenanceWindowUpdater added in v1.5.0

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

MockMaintenanceWindowUpdater is a mock of MaintenanceWindowUpdater interface

func NewMockMaintenanceWindowUpdater added in v1.5.0

func NewMockMaintenanceWindowUpdater(ctrl *gomock.Controller) *MockMaintenanceWindowUpdater

NewMockMaintenanceWindowUpdater creates a new mock instance

func (*MockMaintenanceWindowUpdater) EXPECT added in v1.5.0

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

func (*MockMaintenanceWindowUpdater) UpdateMaintenanceWindow added in v1.5.0

func (m *MockMaintenanceWindowUpdater) UpdateMaintenanceWindow(arg0 string, arg1 *mongodbatlas.MaintenanceWindow) error

UpdateMaintenanceWindow mocks base method

type MockMaintenanceWindowUpdaterMockRecorder added in v1.5.0

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

MockMaintenanceWindowUpdaterMockRecorder is the mock recorder for MockMaintenanceWindowUpdater

func (*MockMaintenanceWindowUpdaterMockRecorder) UpdateMaintenanceWindow added in v1.5.0

func (mr *MockMaintenanceWindowUpdaterMockRecorder) UpdateMaintenanceWindow(arg0, arg1 interface{}) *gomock.Call

UpdateMaintenanceWindow indicates an expected call of UpdateMaintenanceWindow

type MockMatcherFieldsLister added in v0.1.0

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

MockMatcherFieldsLister is a mock of MatcherFieldsLister interface

func NewMockMatcherFieldsLister added in v0.1.0

func NewMockMatcherFieldsLister(ctrl *gomock.Controller) *MockMatcherFieldsLister

NewMockMatcherFieldsLister creates a new mock instance

func (*MockMatcherFieldsLister) EXPECT added in v0.1.0

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

func (*MockMatcherFieldsLister) MatcherFields added in v0.1.0

func (m *MockMatcherFieldsLister) MatcherFields() ([]string, error)

MatcherFields mocks base method

type MockMatcherFieldsListerMockRecorder added in v0.1.0

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

MockMatcherFieldsListerMockRecorder is the mock recorder for MockMatcherFieldsLister

func (*MockMatcherFieldsListerMockRecorder) MatcherFields added in v0.1.0

func (mr *MockMatcherFieldsListerMockRecorder) MatcherFields() *gomock.Call

MatcherFields indicates an expected call of MatcherFields

type MockMonitoringStarter added in v1.8.0

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

MockMonitoringStarter is a mock of MonitoringStarter interface

func NewMockMonitoringStarter added in v1.8.0

func NewMockMonitoringStarter(ctrl *gomock.Controller) *MockMonitoringStarter

NewMockMonitoringStarter creates a new mock instance

func (*MockMonitoringStarter) EXPECT added in v1.8.0

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

func (*MockMonitoringStarter) StartMonitoring added in v1.8.0

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

StartMonitoring mocks base method

type MockMonitoringStarterMockRecorder added in v1.8.0

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

MockMonitoringStarterMockRecorder is the mock recorder for MockMonitoringStarter

func (*MockMonitoringStarterMockRecorder) StartMonitoring added in v1.8.0

func (mr *MockMonitoringStarterMockRecorder) StartMonitoring(arg0, arg1 interface{}) *gomock.Call

StartMonitoring indicates an expected call of StartMonitoring

type MockMonitoringStopper added in v1.8.0

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

MockMonitoringStopper is a mock of MonitoringStopper interface

func NewMockMonitoringStopper added in v1.8.0

func NewMockMonitoringStopper(ctrl *gomock.Controller) *MockMonitoringStopper

NewMockMonitoringStopper creates a new mock instance

func (*MockMonitoringStopper) EXPECT added in v1.8.0

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

func (*MockMonitoringStopper) StopMonitoring added in v1.8.0

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

StopMonitoring mocks base method

type MockMonitoringStopperMockRecorder added in v1.8.0

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

MockMonitoringStopperMockRecorder is the mock recorder for MockMonitoringStopper

func (*MockMonitoringStopperMockRecorder) StopMonitoring added in v1.8.0

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

StopMonitoring indicates an expected call of StopMonitoring

type MockOnlineArchiveCreator added in v1.2.0

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

MockOnlineArchiveCreator is a mock of OnlineArchiveCreator interface

func NewMockOnlineArchiveCreator added in v1.2.0

func NewMockOnlineArchiveCreator(ctrl *gomock.Controller) *MockOnlineArchiveCreator

NewMockOnlineArchiveCreator creates a new mock instance

func (*MockOnlineArchiveCreator) CreateOnlineArchive added in v1.2.0

func (m *MockOnlineArchiveCreator) CreateOnlineArchive(arg0, arg1 string, arg2 *mongodbatlas.OnlineArchive) (*mongodbatlas.OnlineArchive, error)

CreateOnlineArchive mocks base method

func (*MockOnlineArchiveCreator) EXPECT added in v1.2.0

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

type MockOnlineArchiveCreatorMockRecorder added in v1.2.0

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

MockOnlineArchiveCreatorMockRecorder is the mock recorder for MockOnlineArchiveCreator

func (*MockOnlineArchiveCreatorMockRecorder) CreateOnlineArchive added in v1.2.0

func (mr *MockOnlineArchiveCreatorMockRecorder) CreateOnlineArchive(arg0, arg1, arg2 interface{}) *gomock.Call

CreateOnlineArchive indicates an expected call of CreateOnlineArchive

type MockOnlineArchiveDeleter added in v1.2.0

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

MockOnlineArchiveDeleter is a mock of OnlineArchiveDeleter interface

func NewMockOnlineArchiveDeleter added in v1.2.0

func NewMockOnlineArchiveDeleter(ctrl *gomock.Controller) *MockOnlineArchiveDeleter

NewMockOnlineArchiveDeleter creates a new mock instance

func (*MockOnlineArchiveDeleter) DeleteOnlineArchive added in v1.2.0

func (m *MockOnlineArchiveDeleter) DeleteOnlineArchive(arg0, arg1, arg2 string) error

DeleteOnlineArchive mocks base method

func (*MockOnlineArchiveDeleter) EXPECT added in v1.2.0

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

type MockOnlineArchiveDeleterMockRecorder added in v1.2.0

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

MockOnlineArchiveDeleterMockRecorder is the mock recorder for MockOnlineArchiveDeleter

func (*MockOnlineArchiveDeleterMockRecorder) DeleteOnlineArchive added in v1.2.0

func (mr *MockOnlineArchiveDeleterMockRecorder) DeleteOnlineArchive(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteOnlineArchive indicates an expected call of DeleteOnlineArchive

type MockOnlineArchiveDescriber added in v1.2.0

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

MockOnlineArchiveDescriber is a mock of OnlineArchiveDescriber interface

func NewMockOnlineArchiveDescriber added in v1.2.0

func NewMockOnlineArchiveDescriber(ctrl *gomock.Controller) *MockOnlineArchiveDescriber

NewMockOnlineArchiveDescriber creates a new mock instance

func (*MockOnlineArchiveDescriber) EXPECT added in v1.2.0

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

func (*MockOnlineArchiveDescriber) OnlineArchive added in v1.2.0

func (m *MockOnlineArchiveDescriber) OnlineArchive(arg0, arg1, arg2 string) (*mongodbatlas.OnlineArchive, error)

OnlineArchive mocks base method

type MockOnlineArchiveDescriberMockRecorder added in v1.2.0

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

MockOnlineArchiveDescriberMockRecorder is the mock recorder for MockOnlineArchiveDescriber

func (*MockOnlineArchiveDescriberMockRecorder) OnlineArchive added in v1.2.0

func (mr *MockOnlineArchiveDescriberMockRecorder) OnlineArchive(arg0, arg1, arg2 interface{}) *gomock.Call

OnlineArchive indicates an expected call of OnlineArchive

type MockOnlineArchiveLister added in v1.2.0

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

MockOnlineArchiveLister is a mock of OnlineArchiveLister interface

func NewMockOnlineArchiveLister added in v1.2.0

func NewMockOnlineArchiveLister(ctrl *gomock.Controller) *MockOnlineArchiveLister

NewMockOnlineArchiveLister creates a new mock instance

func (*MockOnlineArchiveLister) EXPECT added in v1.2.0

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

func (*MockOnlineArchiveLister) OnlineArchives added in v1.2.0

func (m *MockOnlineArchiveLister) OnlineArchives(arg0, arg1 string) ([]*mongodbatlas.OnlineArchive, error)

OnlineArchives mocks base method

type MockOnlineArchiveListerMockRecorder added in v1.2.0

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

MockOnlineArchiveListerMockRecorder is the mock recorder for MockOnlineArchiveLister

func (*MockOnlineArchiveListerMockRecorder) OnlineArchives added in v1.2.0

func (mr *MockOnlineArchiveListerMockRecorder) OnlineArchives(arg0, arg1 interface{}) *gomock.Call

OnlineArchives indicates an expected call of OnlineArchives

type MockOnlineArchiveUpdater added in v1.2.0

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

MockOnlineArchiveUpdater is a mock of OnlineArchiveUpdater interface

func NewMockOnlineArchiveUpdater added in v1.2.0

func NewMockOnlineArchiveUpdater(ctrl *gomock.Controller) *MockOnlineArchiveUpdater

NewMockOnlineArchiveUpdater creates a new mock instance

func (*MockOnlineArchiveUpdater) EXPECT added in v1.2.0

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

func (*MockOnlineArchiveUpdater) UpdateOnlineArchive added in v1.2.0

func (m *MockOnlineArchiveUpdater) UpdateOnlineArchive(arg0, arg1 string, arg2 *mongodbatlas.OnlineArchive) (*mongodbatlas.OnlineArchive, error)

UpdateOnlineArchive mocks base method

type MockOnlineArchiveUpdaterMockRecorder added in v1.2.0

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

MockOnlineArchiveUpdaterMockRecorder is the mock recorder for MockOnlineArchiveUpdater

func (*MockOnlineArchiveUpdaterMockRecorder) UpdateOnlineArchive added in v1.2.0

func (mr *MockOnlineArchiveUpdaterMockRecorder) UpdateOnlineArchive(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateOnlineArchive indicates an expected call of UpdateOnlineArchive

type MockOplogsCreator added in v1.8.0

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

MockOplogsCreator is a mock of OplogsCreator interface

func NewMockOplogsCreator added in v1.8.0

func NewMockOplogsCreator(ctrl *gomock.Controller) *MockOplogsCreator

NewMockOplogsCreator creates a new mock instance

func (*MockOplogsCreator) CreateOplog added in v1.8.0

func (m *MockOplogsCreator) CreateOplog(arg0 *opsmngr.BackupStore) (*opsmngr.BackupStore, error)

CreateOplog mocks base method

func (*MockOplogsCreator) EXPECT added in v1.8.0

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

type MockOplogsCreatorMockRecorder added in v1.8.0

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

MockOplogsCreatorMockRecorder is the mock recorder for MockOplogsCreator

func (*MockOplogsCreatorMockRecorder) CreateOplog added in v1.8.0

func (mr *MockOplogsCreatorMockRecorder) CreateOplog(arg0 interface{}) *gomock.Call

CreateOplog indicates an expected call of CreateOplog

type MockOplogsDeleter added in v1.8.0

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

MockOplogsDeleter is a mock of OplogsDeleter interface

func NewMockOplogsDeleter added in v1.8.0

func NewMockOplogsDeleter(ctrl *gomock.Controller) *MockOplogsDeleter

NewMockOplogsDeleter creates a new mock instance

func (*MockOplogsDeleter) DeleteOplog added in v1.8.0

func (m *MockOplogsDeleter) DeleteOplog(arg0 string) error

DeleteOplog mocks base method

func (*MockOplogsDeleter) EXPECT added in v1.8.0

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

type MockOplogsDeleterMockRecorder added in v1.8.0

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

MockOplogsDeleterMockRecorder is the mock recorder for MockOplogsDeleter

func (*MockOplogsDeleterMockRecorder) DeleteOplog added in v1.8.0

func (mr *MockOplogsDeleterMockRecorder) DeleteOplog(arg0 interface{}) *gomock.Call

DeleteOplog indicates an expected call of DeleteOplog

type MockOplogsDescriber added in v1.8.0

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

MockOplogsDescriber is a mock of OplogsDescriber interface

func NewMockOplogsDescriber added in v1.8.0

func NewMockOplogsDescriber(ctrl *gomock.Controller) *MockOplogsDescriber

NewMockOplogsDescriber creates a new mock instance

func (*MockOplogsDescriber) EXPECT added in v1.8.0

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

func (*MockOplogsDescriber) GetOplog added in v1.8.0

func (m *MockOplogsDescriber) GetOplog(arg0 string) (*opsmngr.BackupStore, error)

GetOplog mocks base method

type MockOplogsDescriberMockRecorder added in v1.8.0

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

MockOplogsDescriberMockRecorder is the mock recorder for MockOplogsDescriber

func (*MockOplogsDescriberMockRecorder) GetOplog added in v1.8.0

func (mr *MockOplogsDescriberMockRecorder) GetOplog(arg0 interface{}) *gomock.Call

GetOplog indicates an expected call of GetOplog

type MockOplogsLister added in v1.8.0

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

MockOplogsLister is a mock of OplogsLister interface

func NewMockOplogsLister added in v1.8.0

func NewMockOplogsLister(ctrl *gomock.Controller) *MockOplogsLister

NewMockOplogsLister creates a new mock instance

func (*MockOplogsLister) EXPECT added in v1.8.0

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

func (*MockOplogsLister) ListOplogs added in v1.8.0

ListOplogs mocks base method

type MockOplogsListerMockRecorder added in v1.8.0

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

MockOplogsListerMockRecorder is the mock recorder for MockOplogsLister

func (*MockOplogsListerMockRecorder) ListOplogs added in v1.8.0

func (mr *MockOplogsListerMockRecorder) ListOplogs(arg0 interface{}) *gomock.Call

ListOplogs indicates an expected call of ListOplogs

type MockOplogsUpdater added in v1.8.0

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

MockOplogsUpdater is a mock of OplogsUpdater interface

func NewMockOplogsUpdater added in v1.8.0

func NewMockOplogsUpdater(ctrl *gomock.Controller) *MockOplogsUpdater

NewMockOplogsUpdater creates a new mock instance

func (*MockOplogsUpdater) EXPECT added in v1.8.0

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

func (*MockOplogsUpdater) UpdateOplog added in v1.8.0

func (m *MockOplogsUpdater) UpdateOplog(arg0 string, arg1 *opsmngr.BackupStore) (*opsmngr.BackupStore, error)

UpdateOplog mocks base method

type MockOplogsUpdaterMockRecorder added in v1.8.0

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

MockOplogsUpdaterMockRecorder is the mock recorder for MockOplogsUpdater

func (*MockOplogsUpdaterMockRecorder) UpdateOplog added in v1.8.0

func (mr *MockOplogsUpdaterMockRecorder) UpdateOplog(arg0, arg1 interface{}) *gomock.Call

UpdateOplog indicates an expected call of UpdateOplog

type MockOpsManagerClusterDescriber added in v1.6.0

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

MockOpsManagerClusterDescriber is a mock of OpsManagerClusterDescriber interface

func NewMockOpsManagerClusterDescriber added in v1.6.0

func NewMockOpsManagerClusterDescriber(ctrl *gomock.Controller) *MockOpsManagerClusterDescriber

NewMockOpsManagerClusterDescriber creates a new mock instance

func (*MockOpsManagerClusterDescriber) EXPECT added in v1.6.0

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

func (*MockOpsManagerClusterDescriber) OpsManagerCluster added in v1.6.0

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

OpsManagerCluster mocks base method

type MockOpsManagerClusterDescriberMockRecorder added in v1.6.0

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

MockOpsManagerClusterDescriberMockRecorder is the mock recorder for MockOpsManagerClusterDescriber

func (*MockOpsManagerClusterDescriberMockRecorder) OpsManagerCluster added in v1.6.0

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

OpsManagerCluster indicates an expected call of OpsManagerCluster

type MockOpsManagerMaintenanceWindowCreator added in v1.5.0

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

MockOpsManagerMaintenanceWindowCreator is a mock of OpsManagerMaintenanceWindowCreator interface

func NewMockOpsManagerMaintenanceWindowCreator added in v1.5.0

func NewMockOpsManagerMaintenanceWindowCreator(ctrl *gomock.Controller) *MockOpsManagerMaintenanceWindowCreator

NewMockOpsManagerMaintenanceWindowCreator creates a new mock instance

func (*MockOpsManagerMaintenanceWindowCreator) CreateOpsManagerMaintenanceWindow added in v1.5.0

func (m *MockOpsManagerMaintenanceWindowCreator) CreateOpsManagerMaintenanceWindow(arg0 string, arg1 *opsmngr.MaintenanceWindow) (*opsmngr.MaintenanceWindow, error)

CreateOpsManagerMaintenanceWindow mocks base method

func (*MockOpsManagerMaintenanceWindowCreator) EXPECT added in v1.5.0

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

type MockOpsManagerMaintenanceWindowCreatorMockRecorder added in v1.5.0

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

MockOpsManagerMaintenanceWindowCreatorMockRecorder is the mock recorder for MockOpsManagerMaintenanceWindowCreator

func (*MockOpsManagerMaintenanceWindowCreatorMockRecorder) CreateOpsManagerMaintenanceWindow added in v1.5.0

func (mr *MockOpsManagerMaintenanceWindowCreatorMockRecorder) CreateOpsManagerMaintenanceWindow(arg0, arg1 interface{}) *gomock.Call

CreateOpsManagerMaintenanceWindow indicates an expected call of CreateOpsManagerMaintenanceWindow

type MockOpsManagerMaintenanceWindowDeleter added in v1.5.0

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

MockOpsManagerMaintenanceWindowDeleter is a mock of OpsManagerMaintenanceWindowDeleter interface

func NewMockOpsManagerMaintenanceWindowDeleter added in v1.5.0

func NewMockOpsManagerMaintenanceWindowDeleter(ctrl *gomock.Controller) *MockOpsManagerMaintenanceWindowDeleter

NewMockOpsManagerMaintenanceWindowDeleter creates a new mock instance

func (*MockOpsManagerMaintenanceWindowDeleter) DeleteOpsManagerMaintenanceWindow added in v1.5.0

func (m *MockOpsManagerMaintenanceWindowDeleter) DeleteOpsManagerMaintenanceWindow(arg0, arg1 string) error

DeleteOpsManagerMaintenanceWindow mocks base method

func (*MockOpsManagerMaintenanceWindowDeleter) EXPECT added in v1.5.0

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

type MockOpsManagerMaintenanceWindowDeleterMockRecorder added in v1.5.0

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

MockOpsManagerMaintenanceWindowDeleterMockRecorder is the mock recorder for MockOpsManagerMaintenanceWindowDeleter

func (*MockOpsManagerMaintenanceWindowDeleterMockRecorder) DeleteOpsManagerMaintenanceWindow added in v1.5.0

func (mr *MockOpsManagerMaintenanceWindowDeleterMockRecorder) DeleteOpsManagerMaintenanceWindow(arg0, arg1 interface{}) *gomock.Call

DeleteOpsManagerMaintenanceWindow indicates an expected call of DeleteOpsManagerMaintenanceWindow

type MockOpsManagerMaintenanceWindowDescriber added in v1.5.0

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

MockOpsManagerMaintenanceWindowDescriber is a mock of OpsManagerMaintenanceWindowDescriber interface

func NewMockOpsManagerMaintenanceWindowDescriber added in v1.5.0

func NewMockOpsManagerMaintenanceWindowDescriber(ctrl *gomock.Controller) *MockOpsManagerMaintenanceWindowDescriber

NewMockOpsManagerMaintenanceWindowDescriber creates a new mock instance

func (*MockOpsManagerMaintenanceWindowDescriber) EXPECT added in v1.5.0

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

func (*MockOpsManagerMaintenanceWindowDescriber) OpsManagerMaintenanceWindow added in v1.5.0

func (m *MockOpsManagerMaintenanceWindowDescriber) OpsManagerMaintenanceWindow(arg0, arg1 string) (*opsmngr.MaintenanceWindow, error)

OpsManagerMaintenanceWindow mocks base method

type MockOpsManagerMaintenanceWindowDescriberMockRecorder added in v1.5.0

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

MockOpsManagerMaintenanceWindowDescriberMockRecorder is the mock recorder for MockOpsManagerMaintenanceWindowDescriber

func (*MockOpsManagerMaintenanceWindowDescriberMockRecorder) OpsManagerMaintenanceWindow added in v1.5.0

func (mr *MockOpsManagerMaintenanceWindowDescriberMockRecorder) OpsManagerMaintenanceWindow(arg0, arg1 interface{}) *gomock.Call

OpsManagerMaintenanceWindow indicates an expected call of OpsManagerMaintenanceWindow

type MockOpsManagerMaintenanceWindowLister added in v1.5.0

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

MockOpsManagerMaintenanceWindowLister is a mock of OpsManagerMaintenanceWindowLister interface

func NewMockOpsManagerMaintenanceWindowLister added in v1.5.0

func NewMockOpsManagerMaintenanceWindowLister(ctrl *gomock.Controller) *MockOpsManagerMaintenanceWindowLister

NewMockOpsManagerMaintenanceWindowLister creates a new mock instance

func (*MockOpsManagerMaintenanceWindowLister) EXPECT added in v1.5.0

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

func (*MockOpsManagerMaintenanceWindowLister) OpsManagerMaintenanceWindows added in v1.5.0

func (m *MockOpsManagerMaintenanceWindowLister) OpsManagerMaintenanceWindows(arg0 string) (*opsmngr.MaintenanceWindows, error)

OpsManagerMaintenanceWindows mocks base method

type MockOpsManagerMaintenanceWindowListerMockRecorder added in v1.5.0

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

MockOpsManagerMaintenanceWindowListerMockRecorder is the mock recorder for MockOpsManagerMaintenanceWindowLister

func (*MockOpsManagerMaintenanceWindowListerMockRecorder) OpsManagerMaintenanceWindows added in v1.5.0

func (mr *MockOpsManagerMaintenanceWindowListerMockRecorder) OpsManagerMaintenanceWindows(arg0 interface{}) *gomock.Call

OpsManagerMaintenanceWindows indicates an expected call of OpsManagerMaintenanceWindows

type MockOpsManagerMaintenanceWindowUpdater added in v1.5.0

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

MockOpsManagerMaintenanceWindowUpdater is a mock of OpsManagerMaintenanceWindowUpdater interface

func NewMockOpsManagerMaintenanceWindowUpdater added in v1.5.0

func NewMockOpsManagerMaintenanceWindowUpdater(ctrl *gomock.Controller) *MockOpsManagerMaintenanceWindowUpdater

NewMockOpsManagerMaintenanceWindowUpdater creates a new mock instance

func (*MockOpsManagerMaintenanceWindowUpdater) EXPECT added in v1.5.0

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

func (*MockOpsManagerMaintenanceWindowUpdater) UpdateOpsManagerMaintenanceWindow added in v1.5.0

func (m *MockOpsManagerMaintenanceWindowUpdater) UpdateOpsManagerMaintenanceWindow(arg0 string, arg1 *opsmngr.MaintenanceWindow) (*opsmngr.MaintenanceWindow, error)

UpdateOpsManagerMaintenanceWindow mocks base method

type MockOpsManagerMaintenanceWindowUpdaterMockRecorder added in v1.5.0

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

MockOpsManagerMaintenanceWindowUpdaterMockRecorder is the mock recorder for MockOpsManagerMaintenanceWindowUpdater

func (*MockOpsManagerMaintenanceWindowUpdaterMockRecorder) UpdateOpsManagerMaintenanceWindow added in v1.5.0

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 MockOrganizationAPIKeyCreator added in v1.4.0

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

MockOrganizationAPIKeyCreator is a mock of OrganizationAPIKeyCreator interface

func NewMockOrganizationAPIKeyCreator added in v1.4.0

func NewMockOrganizationAPIKeyCreator(ctrl *gomock.Controller) *MockOrganizationAPIKeyCreator

NewMockOrganizationAPIKeyCreator creates a new mock instance

func (*MockOrganizationAPIKeyCreator) CreateOrganizationAPIKey added in v1.4.0

func (m *MockOrganizationAPIKeyCreator) CreateOrganizationAPIKey(arg0 string, arg1 *mongodbatlas.APIKeyInput) (*mongodbatlas.APIKey, error)

CreateOrganizationAPIKey mocks base method

func (*MockOrganizationAPIKeyCreator) EXPECT added in v1.4.0

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

type MockOrganizationAPIKeyCreatorMockRecorder added in v1.4.0

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

MockOrganizationAPIKeyCreatorMockRecorder is the mock recorder for MockOrganizationAPIKeyCreator

func (*MockOrganizationAPIKeyCreatorMockRecorder) CreateOrganizationAPIKey added in v1.4.0

func (mr *MockOrganizationAPIKeyCreatorMockRecorder) CreateOrganizationAPIKey(arg0, arg1 interface{}) *gomock.Call

CreateOrganizationAPIKey indicates an expected call of CreateOrganizationAPIKey

type MockOrganizationAPIKeyDeleter added in v1.4.0

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

MockOrganizationAPIKeyDeleter is a mock of OrganizationAPIKeyDeleter interface

func NewMockOrganizationAPIKeyDeleter added in v1.4.0

func NewMockOrganizationAPIKeyDeleter(ctrl *gomock.Controller) *MockOrganizationAPIKeyDeleter

NewMockOrganizationAPIKeyDeleter creates a new mock instance

func (*MockOrganizationAPIKeyDeleter) DeleteOrganizationAPIKey added in v1.4.0

func (m *MockOrganizationAPIKeyDeleter) DeleteOrganizationAPIKey(arg0, arg1 string) error

DeleteOrganizationAPIKey mocks base method

func (*MockOrganizationAPIKeyDeleter) EXPECT added in v1.4.0

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

type MockOrganizationAPIKeyDeleterMockRecorder added in v1.4.0

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

MockOrganizationAPIKeyDeleterMockRecorder is the mock recorder for MockOrganizationAPIKeyDeleter

func (*MockOrganizationAPIKeyDeleterMockRecorder) DeleteOrganizationAPIKey added in v1.4.0

func (mr *MockOrganizationAPIKeyDeleterMockRecorder) DeleteOrganizationAPIKey(arg0, arg1 interface{}) *gomock.Call

DeleteOrganizationAPIKey indicates an expected call of DeleteOrganizationAPIKey

type MockOrganizationAPIKeyDescriber added in v1.4.0

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

MockOrganizationAPIKeyDescriber is a mock of OrganizationAPIKeyDescriber interface

func NewMockOrganizationAPIKeyDescriber added in v1.4.0

func NewMockOrganizationAPIKeyDescriber(ctrl *gomock.Controller) *MockOrganizationAPIKeyDescriber

NewMockOrganizationAPIKeyDescriber creates a new mock instance

func (*MockOrganizationAPIKeyDescriber) EXPECT added in v1.4.0

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

func (*MockOrganizationAPIKeyDescriber) OrganizationAPIKey added in v1.4.0

func (m *MockOrganizationAPIKeyDescriber) OrganizationAPIKey(arg0, arg1 string) (*mongodbatlas.APIKey, error)

OrganizationAPIKey mocks base method

type MockOrganizationAPIKeyDescriberMockRecorder added in v1.4.0

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

MockOrganizationAPIKeyDescriberMockRecorder is the mock recorder for MockOrganizationAPIKeyDescriber

func (*MockOrganizationAPIKeyDescriberMockRecorder) OrganizationAPIKey added in v1.4.0

func (mr *MockOrganizationAPIKeyDescriberMockRecorder) OrganizationAPIKey(arg0, arg1 interface{}) *gomock.Call

OrganizationAPIKey indicates an expected call of OrganizationAPIKey

type MockOrganizationAPIKeyLister added in v1.4.0

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

MockOrganizationAPIKeyLister is a mock of OrganizationAPIKeyLister interface

func NewMockOrganizationAPIKeyLister added in v1.4.0

func NewMockOrganizationAPIKeyLister(ctrl *gomock.Controller) *MockOrganizationAPIKeyLister

NewMockOrganizationAPIKeyLister creates a new mock instance

func (*MockOrganizationAPIKeyLister) EXPECT added in v1.4.0

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

func (*MockOrganizationAPIKeyLister) OrganizationAPIKeys added in v1.4.0

func (m *MockOrganizationAPIKeyLister) OrganizationAPIKeys(arg0 string, arg1 *mongodbatlas.ListOptions) ([]mongodbatlas.APIKey, error)

OrganizationAPIKeys mocks base method

type MockOrganizationAPIKeyListerMockRecorder added in v1.4.0

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

MockOrganizationAPIKeyListerMockRecorder is the mock recorder for MockOrganizationAPIKeyLister

func (*MockOrganizationAPIKeyListerMockRecorder) OrganizationAPIKeys added in v1.4.0

func (mr *MockOrganizationAPIKeyListerMockRecorder) OrganizationAPIKeys(arg0, arg1 interface{}) *gomock.Call

OrganizationAPIKeys indicates an expected call of OrganizationAPIKeys

type MockOrganizationAPIKeyUpdater added in v1.4.0

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

MockOrganizationAPIKeyUpdater is a mock of OrganizationAPIKeyUpdater interface

func NewMockOrganizationAPIKeyUpdater added in v1.4.0

func NewMockOrganizationAPIKeyUpdater(ctrl *gomock.Controller) *MockOrganizationAPIKeyUpdater

NewMockOrganizationAPIKeyUpdater creates a new mock instance

func (*MockOrganizationAPIKeyUpdater) EXPECT added in v1.4.0

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

func (*MockOrganizationAPIKeyUpdater) UpdateOrganizationAPIKey added in v1.4.0

func (m *MockOrganizationAPIKeyUpdater) UpdateOrganizationAPIKey(arg0, arg1 string, arg2 *mongodbatlas.APIKeyInput) (*mongodbatlas.APIKey, error)

UpdateOrganizationAPIKey mocks base method

type MockOrganizationAPIKeyUpdaterMockRecorder added in v1.4.0

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

MockOrganizationAPIKeyUpdaterMockRecorder is the mock recorder for MockOrganizationAPIKeyUpdater

func (*MockOrganizationAPIKeyUpdaterMockRecorder) UpdateOrganizationAPIKey added in v1.4.0

func (mr *MockOrganizationAPIKeyUpdaterMockRecorder) UpdateOrganizationAPIKey(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateOrganizationAPIKey indicates an expected call of UpdateOrganizationAPIKey

type MockOrganizationAPIKeyWhitelistCreator added in v1.4.0

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

MockOrganizationAPIKeyWhitelistCreator is a mock of OrganizationAPIKeyWhitelistCreator interface

func NewMockOrganizationAPIKeyWhitelistCreator added in v1.4.0

func NewMockOrganizationAPIKeyWhitelistCreator(ctrl *gomock.Controller) *MockOrganizationAPIKeyWhitelistCreator

NewMockOrganizationAPIKeyWhitelistCreator creates a new mock instance

func (*MockOrganizationAPIKeyWhitelistCreator) CreateOrganizationAPIKeyWhite added in v1.4.0

func (m *MockOrganizationAPIKeyWhitelistCreator) CreateOrganizationAPIKeyWhite(arg0, arg1 string, arg2 []*mongodbatlas.WhitelistAPIKeysReq) (*mongodbatlas.WhitelistAPIKeys, error)

CreateOrganizationAPIKeyWhite mocks base method

func (*MockOrganizationAPIKeyWhitelistCreator) EXPECT added in v1.4.0

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

type MockOrganizationAPIKeyWhitelistCreatorMockRecorder added in v1.4.0

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

MockOrganizationAPIKeyWhitelistCreatorMockRecorder is the mock recorder for MockOrganizationAPIKeyWhitelistCreator

func (*MockOrganizationAPIKeyWhitelistCreatorMockRecorder) CreateOrganizationAPIKeyWhite added in v1.4.0

func (mr *MockOrganizationAPIKeyWhitelistCreatorMockRecorder) CreateOrganizationAPIKeyWhite(arg0, arg1, arg2 interface{}) *gomock.Call

CreateOrganizationAPIKeyWhite indicates an expected call of CreateOrganizationAPIKeyWhite

type MockOrganizationAPIKeyWhitelistDeleter added in v1.4.0

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

MockOrganizationAPIKeyWhitelistDeleter is a mock of OrganizationAPIKeyWhitelistDeleter interface

func NewMockOrganizationAPIKeyWhitelistDeleter added in v1.4.0

func NewMockOrganizationAPIKeyWhitelistDeleter(ctrl *gomock.Controller) *MockOrganizationAPIKeyWhitelistDeleter

NewMockOrganizationAPIKeyWhitelistDeleter creates a new mock instance

func (*MockOrganizationAPIKeyWhitelistDeleter) DeleteOrganizationAPIKeyWhitelist added in v1.4.0

func (m *MockOrganizationAPIKeyWhitelistDeleter) DeleteOrganizationAPIKeyWhitelist(arg0, arg1, arg2 string) error

DeleteOrganizationAPIKeyWhitelist mocks base method

func (*MockOrganizationAPIKeyWhitelistDeleter) EXPECT added in v1.4.0

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

type MockOrganizationAPIKeyWhitelistDeleterMockRecorder added in v1.4.0

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

MockOrganizationAPIKeyWhitelistDeleterMockRecorder is the mock recorder for MockOrganizationAPIKeyWhitelistDeleter

func (*MockOrganizationAPIKeyWhitelistDeleterMockRecorder) DeleteOrganizationAPIKeyWhitelist added in v1.4.0

func (mr *MockOrganizationAPIKeyWhitelistDeleterMockRecorder) DeleteOrganizationAPIKeyWhitelist(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteOrganizationAPIKeyWhitelist indicates an expected call of DeleteOrganizationAPIKeyWhitelist

type MockOrganizationAPIKeyWhitelistLister added in v1.4.0

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

MockOrganizationAPIKeyWhitelistLister is a mock of OrganizationAPIKeyWhitelistLister interface

func NewMockOrganizationAPIKeyWhitelistLister added in v1.4.0

func NewMockOrganizationAPIKeyWhitelistLister(ctrl *gomock.Controller) *MockOrganizationAPIKeyWhitelistLister

NewMockOrganizationAPIKeyWhitelistLister creates a new mock instance

func (*MockOrganizationAPIKeyWhitelistLister) EXPECT added in v1.4.0

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

func (*MockOrganizationAPIKeyWhitelistLister) OrganizationAPIKeyWhitelists added in v1.4.0

func (m *MockOrganizationAPIKeyWhitelistLister) OrganizationAPIKeyWhitelists(arg0, arg1 string, arg2 *mongodbatlas.ListOptions) (*mongodbatlas.WhitelistAPIKeys, error)

OrganizationAPIKeyWhitelists mocks base method

type MockOrganizationAPIKeyWhitelistListerMockRecorder added in v1.4.0

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

MockOrganizationAPIKeyWhitelistListerMockRecorder is the mock recorder for MockOrganizationAPIKeyWhitelistLister

func (*MockOrganizationAPIKeyWhitelistListerMockRecorder) OrganizationAPIKeyWhitelists added in v1.4.0

func (mr *MockOrganizationAPIKeyWhitelistListerMockRecorder) OrganizationAPIKeyWhitelists(arg0, arg1, arg2 interface{}) *gomock.Call

OrganizationAPIKeyWhitelists indicates an expected call of OrganizationAPIKeyWhitelists

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 added in v1.1.0

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

MockOrganizationDescriber is a mock of OrganizationDescriber interface

func NewMockOrganizationDescriber added in v1.1.0

func NewMockOrganizationDescriber(ctrl *gomock.Controller) *MockOrganizationDescriber

NewMockOrganizationDescriber creates a new mock instance

func (*MockOrganizationDescriber) EXPECT added in v1.1.0

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

func (*MockOrganizationDescriber) Organization added in v1.1.0

Organization mocks base method

type MockOrganizationDescriberMockRecorder added in v1.1.0

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

MockOrganizationDescriberMockRecorder is the mock recorder for MockOrganizationDescriber

func (*MockOrganizationDescriberMockRecorder) Organization added in v1.1.0

func (mr *MockOrganizationDescriberMockRecorder) Organization(arg0 interface{}) *gomock.Call

Organization indicates an expected call of Organization

type MockOrganizationHostAssignmentLister added in v1.8.0

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

MockOrganizationHostAssignmentLister is a mock of OrganizationHostAssignmentLister interface

func NewMockOrganizationHostAssignmentLister added in v1.8.0

func NewMockOrganizationHostAssignmentLister(ctrl *gomock.Controller) *MockOrganizationHostAssignmentLister

NewMockOrganizationHostAssignmentLister creates a new mock instance

func (*MockOrganizationHostAssignmentLister) EXPECT added in v1.8.0

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

func (*MockOrganizationHostAssignmentLister) OrganizationHostAssignments added in v1.8.0

func (m *MockOrganizationHostAssignmentLister) OrganizationHostAssignments(arg0 string, arg1 *opsmngr.ServerTypeOptions) (*opsmngr.HostAssignments, error)

OrganizationHostAssignments mocks base method

type MockOrganizationHostAssignmentListerMockRecorder added in v1.8.0

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

MockOrganizationHostAssignmentListerMockRecorder is the mock recorder for MockOrganizationHostAssignmentLister

func (*MockOrganizationHostAssignmentListerMockRecorder) OrganizationHostAssignments added in v1.8.0

func (mr *MockOrganizationHostAssignmentListerMockRecorder) OrganizationHostAssignments(arg0, arg1 interface{}) *gomock.Call

OrganizationHostAssignments indicates an expected call of OrganizationHostAssignments

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 added in v1.1.0

Organizations mocks base method

type MockOrganizationListerMockRecorder

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

MockOrganizationListerMockRecorder is the mock recorder for MockOrganizationLister

func (*MockOrganizationListerMockRecorder) Organizations added in v1.1.0

func (mr *MockOrganizationListerMockRecorder) Organizations(arg0 interface{}) *gomock.Call

Organizations indicates an expected call of Organizations

type MockOrganizationServerTypeGetter added in v1.8.0

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

MockOrganizationServerTypeGetter is a mock of OrganizationServerTypeGetter interface

func NewMockOrganizationServerTypeGetter added in v1.8.0

func NewMockOrganizationServerTypeGetter(ctrl *gomock.Controller) *MockOrganizationServerTypeGetter

NewMockOrganizationServerTypeGetter creates a new mock instance

func (*MockOrganizationServerTypeGetter) EXPECT added in v1.8.0

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

func (*MockOrganizationServerTypeGetter) OrganizationServerType added in v1.8.0

func (m *MockOrganizationServerTypeGetter) OrganizationServerType(arg0 string) (*opsmngr.ServerType, error)

OrganizationServerType mocks base method

type MockOrganizationServerTypeGetterMockRecorder added in v1.8.0

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

MockOrganizationServerTypeGetterMockRecorder is the mock recorder for MockOrganizationServerTypeGetter

func (*MockOrganizationServerTypeGetterMockRecorder) OrganizationServerType added in v1.8.0

func (mr *MockOrganizationServerTypeGetterMockRecorder) OrganizationServerType(arg0 interface{}) *gomock.Call

OrganizationServerType indicates an expected call of OrganizationServerType

type MockOrganizationServerTypeUpdater added in v1.8.0

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

MockOrganizationServerTypeUpdater is a mock of OrganizationServerTypeUpdater interface

func NewMockOrganizationServerTypeUpdater added in v1.8.0

func NewMockOrganizationServerTypeUpdater(ctrl *gomock.Controller) *MockOrganizationServerTypeUpdater

NewMockOrganizationServerTypeUpdater creates a new mock instance

func (*MockOrganizationServerTypeUpdater) EXPECT added in v1.8.0

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

func (*MockOrganizationServerTypeUpdater) UpdateOrganizationServerType added in v1.8.0

func (m *MockOrganizationServerTypeUpdater) UpdateOrganizationServerType(arg0 string, arg1 *opsmngr.ServerTypeRequest) error

UpdateOrganizationServerType mocks base method

type MockOrganizationServerTypeUpdaterMockRecorder added in v1.8.0

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

MockOrganizationServerTypeUpdaterMockRecorder is the mock recorder for MockOrganizationServerTypeUpdater

func (*MockOrganizationServerTypeUpdaterMockRecorder) UpdateOrganizationServerType added in v1.8.0

func (mr *MockOrganizationServerTypeUpdaterMockRecorder) UpdateOrganizationServerType(arg0, arg1 interface{}) *gomock.Call

UpdateOrganizationServerType indicates an expected call of UpdateOrganizationServerType

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 added in v1.4.1

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

MockPeeringConnectionCreator is a mock of PeeringConnectionCreator interface

func NewMockPeeringConnectionCreator added in v1.4.1

func NewMockPeeringConnectionCreator(ctrl *gomock.Controller) *MockPeeringConnectionCreator

NewMockPeeringConnectionCreator creates a new mock instance

func (*MockPeeringConnectionCreator) CreateContainer added in v1.4.1

CreateContainer mocks base method

func (*MockPeeringConnectionCreator) CreatePeeringConnection added in v1.4.1

func (m *MockPeeringConnectionCreator) CreatePeeringConnection(arg0 string, arg1 *mongodbatlas.Peer) (*mongodbatlas.Peer, error)

CreatePeeringConnection mocks base method

func (*MockPeeringConnectionCreator) EXPECT added in v1.4.1

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

type MockPeeringConnectionCreatorMockRecorder added in v1.4.1

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

MockPeeringConnectionCreatorMockRecorder is the mock recorder for MockPeeringConnectionCreator

func (*MockPeeringConnectionCreatorMockRecorder) CreateContainer added in v1.4.1

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

CreateContainer indicates an expected call of CreateContainer

func (*MockPeeringConnectionCreatorMockRecorder) CreatePeeringConnection added in v1.4.1

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

CreatePeeringConnection indicates an expected call of CreatePeeringConnection

type MockPeeringConnectionDeleter added in v1.4.1

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

MockPeeringConnectionDeleter is a mock of PeeringConnectionDeleter interface

func NewMockPeeringConnectionDeleter added in v1.4.1

func NewMockPeeringConnectionDeleter(ctrl *gomock.Controller) *MockPeeringConnectionDeleter

NewMockPeeringConnectionDeleter creates a new mock instance

func (*MockPeeringConnectionDeleter) DeletePeeringConnection added in v1.4.1

func (m *MockPeeringConnectionDeleter) DeletePeeringConnection(arg0, arg1 string) error

DeletePeeringConnection mocks base method

func (*MockPeeringConnectionDeleter) EXPECT added in v1.4.1

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

type MockPeeringConnectionDeleterMockRecorder added in v1.4.1

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

MockPeeringConnectionDeleterMockRecorder is the mock recorder for MockPeeringConnectionDeleter

func (*MockPeeringConnectionDeleterMockRecorder) DeletePeeringConnection added in v1.4.1

func (mr *MockPeeringConnectionDeleterMockRecorder) DeletePeeringConnection(arg0, arg1 interface{}) *gomock.Call

DeletePeeringConnection indicates an expected call of DeletePeeringConnection

type MockPeeringConnectionDescriber added in v1.4.1

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

MockPeeringConnectionDescriber is a mock of PeeringConnectionDescriber interface

func NewMockPeeringConnectionDescriber added in v1.4.1

func NewMockPeeringConnectionDescriber(ctrl *gomock.Controller) *MockPeeringConnectionDescriber

NewMockPeeringConnectionDescriber creates a new mock instance

func (*MockPeeringConnectionDescriber) EXPECT added in v1.4.1

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

func (*MockPeeringConnectionDescriber) PeeringConnection added in v1.4.1

func (m *MockPeeringConnectionDescriber) PeeringConnection(arg0, arg1 string) (*mongodbatlas.Peer, error)

PeeringConnection mocks base method

type MockPeeringConnectionDescriberMockRecorder added in v1.4.1

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

MockPeeringConnectionDescriberMockRecorder is the mock recorder for MockPeeringConnectionDescriber

func (*MockPeeringConnectionDescriberMockRecorder) PeeringConnection added in v1.4.1

func (mr *MockPeeringConnectionDescriberMockRecorder) PeeringConnection(arg0, arg1 interface{}) *gomock.Call

PeeringConnection indicates an expected call of PeeringConnection

type MockPeeringConnectionLister added in v1.4.1

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

MockPeeringConnectionLister is a mock of PeeringConnectionLister interface

func NewMockPeeringConnectionLister added in v1.4.1

func NewMockPeeringConnectionLister(ctrl *gomock.Controller) *MockPeeringConnectionLister

NewMockPeeringConnectionLister creates a new mock instance

func (*MockPeeringConnectionLister) EXPECT added in v1.4.1

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

func (*MockPeeringConnectionLister) PeeringConnections added in v1.4.1

PeeringConnections mocks base method

type MockPeeringConnectionListerMockRecorder added in v1.4.1

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

MockPeeringConnectionListerMockRecorder is the mock recorder for MockPeeringConnectionLister

func (*MockPeeringConnectionListerMockRecorder) PeeringConnections added in v1.4.1

func (mr *MockPeeringConnectionListerMockRecorder) PeeringConnections(arg0, arg1 interface{}) *gomock.Call

PeeringConnections indicates an expected call of PeeringConnections

type MockPerformanceAdvisorIndexesLister added in v1.6.0

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

MockPerformanceAdvisorIndexesLister is a mock of PerformanceAdvisorIndexesLister interface

func NewMockPerformanceAdvisorIndexesLister added in v1.6.0

func NewMockPerformanceAdvisorIndexesLister(ctrl *gomock.Controller) *MockPerformanceAdvisorIndexesLister

NewMockPerformanceAdvisorIndexesLister creates a new mock instance

func (*MockPerformanceAdvisorIndexesLister) EXPECT added in v1.6.0

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

func (*MockPerformanceAdvisorIndexesLister) PerformanceAdvisorIndexes added in v1.6.0

PerformanceAdvisorIndexes mocks base method

type MockPerformanceAdvisorIndexesListerMockRecorder added in v1.6.0

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

MockPerformanceAdvisorIndexesListerMockRecorder is the mock recorder for MockPerformanceAdvisorIndexesLister

func (*MockPerformanceAdvisorIndexesListerMockRecorder) PerformanceAdvisorIndexes added in v1.6.0

func (mr *MockPerformanceAdvisorIndexesListerMockRecorder) PerformanceAdvisorIndexes(arg0, arg1, arg2 interface{}) *gomock.Call

PerformanceAdvisorIndexes indicates an expected call of PerformanceAdvisorIndexes

type MockPerformanceAdvisorNamespacesLister added in v1.6.0

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

MockPerformanceAdvisorNamespacesLister is a mock of PerformanceAdvisorNamespacesLister interface

func NewMockPerformanceAdvisorNamespacesLister added in v1.6.0

func NewMockPerformanceAdvisorNamespacesLister(ctrl *gomock.Controller) *MockPerformanceAdvisorNamespacesLister

NewMockPerformanceAdvisorNamespacesLister creates a new mock instance

func (*MockPerformanceAdvisorNamespacesLister) EXPECT added in v1.6.0

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

func (*MockPerformanceAdvisorNamespacesLister) PerformanceAdvisorNamespaces added in v1.6.0

func (m *MockPerformanceAdvisorNamespacesLister) PerformanceAdvisorNamespaces(arg0, arg1 string, arg2 *mongodbatlas.NamespaceOptions) (*mongodbatlas.Namespaces, error)

PerformanceAdvisorNamespaces mocks base method

type MockPerformanceAdvisorNamespacesListerMockRecorder added in v1.6.0

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

MockPerformanceAdvisorNamespacesListerMockRecorder is the mock recorder for MockPerformanceAdvisorNamespacesLister

func (*MockPerformanceAdvisorNamespacesListerMockRecorder) PerformanceAdvisorNamespaces added in v1.6.0

func (mr *MockPerformanceAdvisorNamespacesListerMockRecorder) PerformanceAdvisorNamespaces(arg0, arg1, arg2 interface{}) *gomock.Call

PerformanceAdvisorNamespaces indicates an expected call of PerformanceAdvisorNamespaces

type MockPerformanceAdvisorSlowQueriesLister added in v1.6.0

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

MockPerformanceAdvisorSlowQueriesLister is a mock of PerformanceAdvisorSlowQueriesLister interface

func NewMockPerformanceAdvisorSlowQueriesLister added in v1.6.0

func NewMockPerformanceAdvisorSlowQueriesLister(ctrl *gomock.Controller) *MockPerformanceAdvisorSlowQueriesLister

NewMockPerformanceAdvisorSlowQueriesLister creates a new mock instance

func (*MockPerformanceAdvisorSlowQueriesLister) EXPECT added in v1.6.0

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

func (*MockPerformanceAdvisorSlowQueriesLister) PerformanceAdvisorSlowQueries added in v1.6.0

func (m *MockPerformanceAdvisorSlowQueriesLister) PerformanceAdvisorSlowQueries(arg0, arg1 string, arg2 *mongodbatlas.SlowQueryOptions) (*mongodbatlas.SlowQueries, error)

PerformanceAdvisorSlowQueries mocks base method

type MockPerformanceAdvisorSlowQueriesListerMockRecorder added in v1.6.0

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

MockPerformanceAdvisorSlowQueriesListerMockRecorder is the mock recorder for MockPerformanceAdvisorSlowQueriesLister

func (*MockPerformanceAdvisorSlowQueriesListerMockRecorder) PerformanceAdvisorSlowQueries added in v1.6.0

func (mr *MockPerformanceAdvisorSlowQueriesListerMockRecorder) PerformanceAdvisorSlowQueries(arg0, arg1, arg2 interface{}) *gomock.Call

PerformanceAdvisorSlowQueries indicates an expected call of PerformanceAdvisorSlowQueries

type MockPrivateEndpointCreator added in v1.4.0

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

MockPrivateEndpointCreator is a mock of PrivateEndpointCreator interface

func NewMockPrivateEndpointCreator added in v1.4.0

func NewMockPrivateEndpointCreator(ctrl *gomock.Controller) *MockPrivateEndpointCreator

NewMockPrivateEndpointCreator creates a new mock instance

func (*MockPrivateEndpointCreator) CreatePrivateEndpoint added in v1.4.0

CreatePrivateEndpoint mocks base method

func (*MockPrivateEndpointCreator) EXPECT added in v1.4.0

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

type MockPrivateEndpointCreatorMockRecorder added in v1.4.0

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

MockPrivateEndpointCreatorMockRecorder is the mock recorder for MockPrivateEndpointCreator

func (*MockPrivateEndpointCreatorMockRecorder) CreatePrivateEndpoint added in v1.4.0

func (mr *MockPrivateEndpointCreatorMockRecorder) CreatePrivateEndpoint(arg0, arg1 interface{}) *gomock.Call

CreatePrivateEndpoint indicates an expected call of CreatePrivateEndpoint

type MockPrivateEndpointDeleter added in v1.4.0

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

MockPrivateEndpointDeleter is a mock of PrivateEndpointDeleter interface

func NewMockPrivateEndpointDeleter added in v1.4.0

func NewMockPrivateEndpointDeleter(ctrl *gomock.Controller) *MockPrivateEndpointDeleter

NewMockPrivateEndpointDeleter creates a new mock instance

func (*MockPrivateEndpointDeleter) DeletePrivateEndpoint added in v1.4.0

func (m *MockPrivateEndpointDeleter) DeletePrivateEndpoint(arg0, arg1 string) error

DeletePrivateEndpoint mocks base method

func (*MockPrivateEndpointDeleter) EXPECT added in v1.4.0

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

type MockPrivateEndpointDeleterMockRecorder added in v1.4.0

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

MockPrivateEndpointDeleterMockRecorder is the mock recorder for MockPrivateEndpointDeleter

func (*MockPrivateEndpointDeleterMockRecorder) DeletePrivateEndpoint added in v1.4.0

func (mr *MockPrivateEndpointDeleterMockRecorder) DeletePrivateEndpoint(arg0, arg1 interface{}) *gomock.Call

DeletePrivateEndpoint indicates an expected call of DeletePrivateEndpoint

type MockPrivateEndpointDescriber added in v1.4.0

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

MockPrivateEndpointDescriber is a mock of PrivateEndpointDescriber interface

func NewMockPrivateEndpointDescriber added in v1.4.0

func NewMockPrivateEndpointDescriber(ctrl *gomock.Controller) *MockPrivateEndpointDescriber

NewMockPrivateEndpointDescriber creates a new mock instance

func (*MockPrivateEndpointDescriber) EXPECT added in v1.4.0

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

func (*MockPrivateEndpointDescriber) PrivateEndpoint added in v1.4.0

PrivateEndpoint mocks base method

type MockPrivateEndpointDescriberMockRecorder added in v1.4.0

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

MockPrivateEndpointDescriberMockRecorder is the mock recorder for MockPrivateEndpointDescriber

func (*MockPrivateEndpointDescriberMockRecorder) PrivateEndpoint added in v1.4.0

func (mr *MockPrivateEndpointDescriberMockRecorder) PrivateEndpoint(arg0, arg1 interface{}) *gomock.Call

PrivateEndpoint indicates an expected call of PrivateEndpoint

type MockPrivateEndpointLister added in v1.4.0

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

MockPrivateEndpointLister is a mock of PrivateEndpointLister interface

func NewMockPrivateEndpointLister added in v1.4.0

func NewMockPrivateEndpointLister(ctrl *gomock.Controller) *MockPrivateEndpointLister

NewMockPrivateEndpointLister creates a new mock instance

func (*MockPrivateEndpointLister) EXPECT added in v1.4.0

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

func (*MockPrivateEndpointLister) PrivateEndpoints added in v1.4.0

PrivateEndpoints mocks base method

type MockPrivateEndpointListerMockRecorder added in v1.4.0

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

MockPrivateEndpointListerMockRecorder is the mock recorder for MockPrivateEndpointLister

func (*MockPrivateEndpointListerMockRecorder) PrivateEndpoints added in v1.4.0

func (mr *MockPrivateEndpointListerMockRecorder) PrivateEndpoints(arg0, arg1 interface{}) *gomock.Call

PrivateEndpoints indicates an expected call of PrivateEndpoints

type MockProcessDatabaseLister added in v0.2.0

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

MockProcessDatabaseLister is a mock of ProcessDatabaseLister interface

func NewMockProcessDatabaseLister added in v0.2.0

func NewMockProcessDatabaseLister(ctrl *gomock.Controller) *MockProcessDatabaseLister

NewMockProcessDatabaseLister creates a new mock instance

func (*MockProcessDatabaseLister) EXPECT added in v0.2.0

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

func (*MockProcessDatabaseLister) ProcessDatabases added in v0.2.0

ProcessDatabases mocks base method

type MockProcessDatabaseListerMockRecorder added in v0.2.0

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

MockProcessDatabaseListerMockRecorder is the mock recorder for MockProcessDatabaseLister

func (*MockProcessDatabaseListerMockRecorder) ProcessDatabases added in v0.2.0

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

ProcessDatabases indicates an expected call of ProcessDatabases

type MockProcessDatabaseMeasurementsLister added in v1.4.1

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

MockProcessDatabaseMeasurementsLister is a mock of ProcessDatabaseMeasurementsLister interface

func NewMockProcessDatabaseMeasurementsLister added in v1.4.1

func NewMockProcessDatabaseMeasurementsLister(ctrl *gomock.Controller) *MockProcessDatabaseMeasurementsLister

NewMockProcessDatabaseMeasurementsLister creates a new mock instance

func (*MockProcessDatabaseMeasurementsLister) EXPECT added in v1.4.1

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

func (*MockProcessDatabaseMeasurementsLister) ProcessDatabaseMeasurements added in v1.4.1

ProcessDatabaseMeasurements mocks base method

type MockProcessDatabaseMeasurementsListerMockRecorder added in v1.4.1

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

MockProcessDatabaseMeasurementsListerMockRecorder is the mock recorder for MockProcessDatabaseMeasurementsLister

func (*MockProcessDatabaseMeasurementsListerMockRecorder) ProcessDatabaseMeasurements added in v1.4.1

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

ProcessDatabaseMeasurements indicates an expected call of ProcessDatabaseMeasurements

type MockProcessDiskMeasurementsLister added in v0.2.0

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

MockProcessDiskMeasurementsLister is a mock of ProcessDiskMeasurementsLister interface

func NewMockProcessDiskMeasurementsLister added in v0.2.0

func NewMockProcessDiskMeasurementsLister(ctrl *gomock.Controller) *MockProcessDiskMeasurementsLister

NewMockProcessDiskMeasurementsLister creates a new mock instance

func (*MockProcessDiskMeasurementsLister) EXPECT added in v0.2.0

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

func (*MockProcessDiskMeasurementsLister) ProcessDiskMeasurements added in v0.2.0

ProcessDiskMeasurements mocks base method

type MockProcessDiskMeasurementsListerMockRecorder added in v0.2.0

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

MockProcessDiskMeasurementsListerMockRecorder is the mock recorder for MockProcessDiskMeasurementsLister

func (*MockProcessDiskMeasurementsListerMockRecorder) ProcessDiskMeasurements added in v0.2.0

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

ProcessDiskMeasurements indicates an expected call of ProcessDiskMeasurements

type MockProcessDisksLister added in v0.2.0

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

MockProcessDisksLister is a mock of ProcessDisksLister interface

func NewMockProcessDisksLister added in v0.2.0

func NewMockProcessDisksLister(ctrl *gomock.Controller) *MockProcessDisksLister

NewMockProcessDisksLister creates a new mock instance

func (*MockProcessDisksLister) EXPECT added in v0.2.0

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

func (*MockProcessDisksLister) ProcessDisks added in v0.2.0

func (m *MockProcessDisksLister) ProcessDisks(arg0, arg1 string, arg2 int, arg3 *mongodbatlas.ListOptions) (*mongodbatlas.ProcessDisksResponse, error)

ProcessDisks mocks base method

type MockProcessDisksListerMockRecorder added in v0.2.0

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

MockProcessDisksListerMockRecorder is the mock recorder for MockProcessDisksLister

func (*MockProcessDisksListerMockRecorder) ProcessDisks added in v0.2.0

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

ProcessDisks indicates an expected call of ProcessDisks

type MockProcessLister added in v0.2.0

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

MockProcessLister is a mock of ProcessLister interface

func NewMockProcessLister added in v0.2.0

func NewMockProcessLister(ctrl *gomock.Controller) *MockProcessLister

NewMockProcessLister creates a new mock instance

func (*MockProcessLister) EXPECT added in v0.2.0

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

func (*MockProcessLister) Processes added in v0.2.0

Processes mocks base method

type MockProcessListerMockRecorder added in v0.2.0

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

MockProcessListerMockRecorder is the mock recorder for MockProcessLister

func (*MockProcessListerMockRecorder) Processes added in v0.2.0

func (mr *MockProcessListerMockRecorder) Processes(arg0, arg1 interface{}) *gomock.Call

Processes indicates an expected call of Processes

type MockProcessMeasurementLister added in v0.2.0

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

MockProcessMeasurementLister is a mock of ProcessMeasurementLister interface

func NewMockProcessMeasurementLister added in v0.2.0

func NewMockProcessMeasurementLister(ctrl *gomock.Controller) *MockProcessMeasurementLister

NewMockProcessMeasurementLister creates a new mock instance

func (*MockProcessMeasurementLister) EXPECT added in v0.2.0

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

func (*MockProcessMeasurementLister) ProcessMeasurements added in v0.2.0

ProcessMeasurements mocks base method

type MockProcessMeasurementListerMockRecorder added in v0.2.0

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

MockProcessMeasurementListerMockRecorder is the mock recorder for MockProcessMeasurementLister

func (*MockProcessMeasurementListerMockRecorder) ProcessMeasurements added in v0.2.0

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

ProcessMeasurements indicates an expected call of ProcessMeasurements

type MockProjectAPIKeyAssigner added in v1.4.0

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

MockProjectAPIKeyAssigner is a mock of ProjectAPIKeyAssigner interface

func NewMockProjectAPIKeyAssigner added in v1.4.0

func NewMockProjectAPIKeyAssigner(ctrl *gomock.Controller) *MockProjectAPIKeyAssigner

NewMockProjectAPIKeyAssigner creates a new mock instance

func (*MockProjectAPIKeyAssigner) AssignProjectAPIKey added in v1.4.0

func (m *MockProjectAPIKeyAssigner) AssignProjectAPIKey(arg0, arg1 string, arg2 *mongodbatlas.AssignAPIKey) error

AssignProjectAPIKey mocks base method

func (*MockProjectAPIKeyAssigner) EXPECT added in v1.4.0

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

type MockProjectAPIKeyAssignerMockRecorder added in v1.4.0

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

MockProjectAPIKeyAssignerMockRecorder is the mock recorder for MockProjectAPIKeyAssigner

func (*MockProjectAPIKeyAssignerMockRecorder) AssignProjectAPIKey added in v1.4.0

func (mr *MockProjectAPIKeyAssignerMockRecorder) AssignProjectAPIKey(arg0, arg1, arg2 interface{}) *gomock.Call

AssignProjectAPIKey indicates an expected call of AssignProjectAPIKey

type MockProjectAPIKeyCreator added in v1.4.0

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

MockProjectAPIKeyCreator is a mock of ProjectAPIKeyCreator interface

func NewMockProjectAPIKeyCreator added in v1.4.0

func NewMockProjectAPIKeyCreator(ctrl *gomock.Controller) *MockProjectAPIKeyCreator

NewMockProjectAPIKeyCreator creates a new mock instance

func (*MockProjectAPIKeyCreator) CreateProjectAPIKey added in v1.4.0

func (m *MockProjectAPIKeyCreator) CreateProjectAPIKey(arg0 string, arg1 *mongodbatlas.APIKeyInput) (*mongodbatlas.APIKey, error)

CreateProjectAPIKey mocks base method

func (*MockProjectAPIKeyCreator) EXPECT added in v1.4.0

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

type MockProjectAPIKeyCreatorMockRecorder added in v1.4.0

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

MockProjectAPIKeyCreatorMockRecorder is the mock recorder for MockProjectAPIKeyCreator

func (*MockProjectAPIKeyCreatorMockRecorder) CreateProjectAPIKey added in v1.4.0

func (mr *MockProjectAPIKeyCreatorMockRecorder) CreateProjectAPIKey(arg0, arg1 interface{}) *gomock.Call

CreateProjectAPIKey indicates an expected call of CreateProjectAPIKey

type MockProjectAPIKeyDeleter added in v1.4.0

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

MockProjectAPIKeyDeleter is a mock of ProjectAPIKeyDeleter interface

func NewMockProjectAPIKeyDeleter added in v1.4.0

func NewMockProjectAPIKeyDeleter(ctrl *gomock.Controller) *MockProjectAPIKeyDeleter

NewMockProjectAPIKeyDeleter creates a new mock instance

func (*MockProjectAPIKeyDeleter) DeleteProjectAPIKey added in v1.4.0

func (m *MockProjectAPIKeyDeleter) DeleteProjectAPIKey(arg0, arg1 string) error

DeleteProjectAPIKey mocks base method

func (*MockProjectAPIKeyDeleter) EXPECT added in v1.4.0

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

type MockProjectAPIKeyDeleterMockRecorder added in v1.4.0

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

MockProjectAPIKeyDeleterMockRecorder is the mock recorder for MockProjectAPIKeyDeleter

func (*MockProjectAPIKeyDeleterMockRecorder) DeleteProjectAPIKey added in v1.4.0

func (mr *MockProjectAPIKeyDeleterMockRecorder) DeleteProjectAPIKey(arg0, arg1 interface{}) *gomock.Call

DeleteProjectAPIKey indicates an expected call of DeleteProjectAPIKey

type MockProjectAPIKeyLister added in v1.4.0

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

MockProjectAPIKeyLister is a mock of ProjectAPIKeyLister interface

func NewMockProjectAPIKeyLister added in v1.4.0

func NewMockProjectAPIKeyLister(ctrl *gomock.Controller) *MockProjectAPIKeyLister

NewMockProjectAPIKeyLister creates a new mock instance

func (*MockProjectAPIKeyLister) EXPECT added in v1.4.0

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

func (*MockProjectAPIKeyLister) ProjectAPIKeys added in v1.4.0

func (m *MockProjectAPIKeyLister) ProjectAPIKeys(arg0 string, arg1 *mongodbatlas.ListOptions) ([]mongodbatlas.APIKey, error)

ProjectAPIKeys mocks base method

type MockProjectAPIKeyListerMockRecorder added in v1.4.0

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

MockProjectAPIKeyListerMockRecorder is the mock recorder for MockProjectAPIKeyLister

func (*MockProjectAPIKeyListerMockRecorder) ProjectAPIKeys added in v1.4.0

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 string) (interface{}, error)

CreateProject mocks base method

func (*MockProjectCreator) EXPECT

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

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

CreateProject indicates an expected call of CreateProject

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 added in v1.1.0

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

MockProjectDescriber is a mock of ProjectDescriber interface

func NewMockProjectDescriber added in v1.1.0

func NewMockProjectDescriber(ctrl *gomock.Controller) *MockProjectDescriber

NewMockProjectDescriber creates a new mock instance

func (*MockProjectDescriber) EXPECT added in v1.1.0

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

func (*MockProjectDescriber) Project added in v1.1.0

func (m *MockProjectDescriber) Project(arg0 string) (interface{}, error)

Project mocks base method

type MockProjectDescriberMockRecorder added in v1.1.0

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

MockProjectDescriberMockRecorder is the mock recorder for MockProjectDescriber

func (*MockProjectDescriberMockRecorder) Project added in v1.1.0

func (mr *MockProjectDescriberMockRecorder) Project(arg0 interface{}) *gomock.Call

Project indicates an expected call of Project

type MockProjectHostAssignmentLister added in v1.8.0

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

MockProjectHostAssignmentLister is a mock of ProjectHostAssignmentLister interface

func NewMockProjectHostAssignmentLister added in v1.8.0

func NewMockProjectHostAssignmentLister(ctrl *gomock.Controller) *MockProjectHostAssignmentLister

NewMockProjectHostAssignmentLister creates a new mock instance

func (*MockProjectHostAssignmentLister) EXPECT added in v1.8.0

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

func (*MockProjectHostAssignmentLister) ProjectHostAssignments added in v1.8.0

ProjectHostAssignments mocks base method

type MockProjectHostAssignmentListerMockRecorder added in v1.8.0

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

MockProjectHostAssignmentListerMockRecorder is the mock recorder for MockProjectHostAssignmentLister

func (*MockProjectHostAssignmentListerMockRecorder) ProjectHostAssignments added in v1.8.0

func (mr *MockProjectHostAssignmentListerMockRecorder) ProjectHostAssignments(arg0, arg1 interface{}) *gomock.Call

ProjectHostAssignments indicates an expected call of ProjectHostAssignments

type MockProjectIPAccessListCreator added in v1.8.0

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

MockProjectIPAccessListCreator is a mock of ProjectIPAccessListCreator interface

func NewMockProjectIPAccessListCreator added in v1.8.0

func NewMockProjectIPAccessListCreator(ctrl *gomock.Controller) *MockProjectIPAccessListCreator

NewMockProjectIPAccessListCreator creates a new mock instance

func (*MockProjectIPAccessListCreator) CreateProjectIPAccessList added in v1.8.0

CreateProjectIPAccessList mocks base method

func (*MockProjectIPAccessListCreator) EXPECT added in v1.8.0

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

type MockProjectIPAccessListCreatorMockRecorder added in v1.8.0

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

MockProjectIPAccessListCreatorMockRecorder is the mock recorder for MockProjectIPAccessListCreator

func (*MockProjectIPAccessListCreatorMockRecorder) CreateProjectIPAccessList added in v1.8.0

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

CreateProjectIPAccessList indicates an expected call of CreateProjectIPAccessList

type MockProjectIPAccessListDeleter added in v1.8.0

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

MockProjectIPAccessListDeleter is a mock of ProjectIPAccessListDeleter interface

func NewMockProjectIPAccessListDeleter added in v1.8.0

func NewMockProjectIPAccessListDeleter(ctrl *gomock.Controller) *MockProjectIPAccessListDeleter

NewMockProjectIPAccessListDeleter creates a new mock instance

func (*MockProjectIPAccessListDeleter) DeleteProjectIPAccessList added in v1.8.0

func (m *MockProjectIPAccessListDeleter) DeleteProjectIPAccessList(arg0, arg1 string) error

DeleteProjectIPAccessList mocks base method

func (*MockProjectIPAccessListDeleter) EXPECT added in v1.8.0

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

type MockProjectIPAccessListDeleterMockRecorder added in v1.8.0

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

MockProjectIPAccessListDeleterMockRecorder is the mock recorder for MockProjectIPAccessListDeleter

func (*MockProjectIPAccessListDeleterMockRecorder) DeleteProjectIPAccessList added in v1.8.0

func (mr *MockProjectIPAccessListDeleterMockRecorder) DeleteProjectIPAccessList(arg0, arg1 interface{}) *gomock.Call

DeleteProjectIPAccessList indicates an expected call of DeleteProjectIPAccessList

type MockProjectIPAccessListDescriber added in v1.8.0

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

MockProjectIPAccessListDescriber is a mock of ProjectIPAccessListDescriber interface

func NewMockProjectIPAccessListDescriber added in v1.8.0

func NewMockProjectIPAccessListDescriber(ctrl *gomock.Controller) *MockProjectIPAccessListDescriber

NewMockProjectIPAccessListDescriber creates a new mock instance

func (*MockProjectIPAccessListDescriber) EXPECT added in v1.8.0

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

func (*MockProjectIPAccessListDescriber) IPAccessList added in v1.8.0

IPAccessList mocks base method

type MockProjectIPAccessListDescriberMockRecorder added in v1.8.0

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

MockProjectIPAccessListDescriberMockRecorder is the mock recorder for MockProjectIPAccessListDescriber

func (*MockProjectIPAccessListDescriberMockRecorder) IPAccessList added in v1.8.0

func (mr *MockProjectIPAccessListDescriberMockRecorder) IPAccessList(arg0, arg1 interface{}) *gomock.Call

IPAccessList indicates an expected call of IPAccessList

type MockProjectIPAccessListLister added in v1.8.0

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

MockProjectIPAccessListLister is a mock of ProjectIPAccessListLister interface

func NewMockProjectIPAccessListLister added in v1.8.0

func NewMockProjectIPAccessListLister(ctrl *gomock.Controller) *MockProjectIPAccessListLister

NewMockProjectIPAccessListLister creates a new mock instance

func (*MockProjectIPAccessListLister) EXPECT added in v1.8.0

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

func (*MockProjectIPAccessListLister) ProjectIPAccessLists added in v1.8.0

ProjectIPAccessLists mocks base method

type MockProjectIPAccessListListerMockRecorder added in v1.8.0

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

MockProjectIPAccessListListerMockRecorder is the mock recorder for MockProjectIPAccessListLister

func (*MockProjectIPAccessListListerMockRecorder) ProjectIPAccessLists added in v1.8.0

func (mr *MockProjectIPAccessListListerMockRecorder) ProjectIPAccessLists(arg0, arg1 interface{}) *gomock.Call

ProjectIPAccessLists indicates an expected call of ProjectIPAccessLists

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.ListOptions) (interface{}, error)

GetOrgProjects mocks base method

func (*MockProjectLister) Projects added in v1.1.0

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 added in v1.1.0

func (mr *MockProjectListerMockRecorder) Projects(arg0 interface{}) *gomock.Call

Projects indicates an expected call of Projects

type MockProjectServerTypeGetter added in v1.8.0

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

MockProjectServerTypeGetter is a mock of ProjectServerTypeGetter interface

func NewMockProjectServerTypeGetter added in v1.8.0

func NewMockProjectServerTypeGetter(ctrl *gomock.Controller) *MockProjectServerTypeGetter

NewMockProjectServerTypeGetter creates a new mock instance

func (*MockProjectServerTypeGetter) EXPECT added in v1.8.0

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

func (*MockProjectServerTypeGetter) ProjectServerType added in v1.8.0

func (m *MockProjectServerTypeGetter) ProjectServerType(arg0 string) (*opsmngr.ServerType, error)

ProjectServerType mocks base method

type MockProjectServerTypeGetterMockRecorder added in v1.8.0

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

MockProjectServerTypeGetterMockRecorder is the mock recorder for MockProjectServerTypeGetter

func (*MockProjectServerTypeGetterMockRecorder) ProjectServerType added in v1.8.0

func (mr *MockProjectServerTypeGetterMockRecorder) ProjectServerType(arg0 interface{}) *gomock.Call

ProjectServerType indicates an expected call of ProjectServerType

type MockProjectServerTypeUpdater added in v1.8.0

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

MockProjectServerTypeUpdater is a mock of ProjectServerTypeUpdater interface

func NewMockProjectServerTypeUpdater added in v1.8.0

func NewMockProjectServerTypeUpdater(ctrl *gomock.Controller) *MockProjectServerTypeUpdater

NewMockProjectServerTypeUpdater creates a new mock instance

func (*MockProjectServerTypeUpdater) EXPECT added in v1.8.0

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

func (*MockProjectServerTypeUpdater) UpdateProjectServerType added in v1.8.0

func (m *MockProjectServerTypeUpdater) UpdateProjectServerType(arg0 string, arg1 *opsmngr.ServerTypeRequest) error

UpdateProjectServerType mocks base method

type MockProjectServerTypeUpdaterMockRecorder added in v1.8.0

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

MockProjectServerTypeUpdaterMockRecorder is the mock recorder for MockProjectServerTypeUpdater

func (*MockProjectServerTypeUpdaterMockRecorder) UpdateProjectServerType added in v1.8.0

func (mr *MockProjectServerTypeUpdaterMockRecorder) UpdateProjectServerType(arg0, arg1 interface{}) *gomock.Call

UpdateProjectServerType indicates an expected call of UpdateProjectServerType

type MockProjectTeamAdder added in v1.5.0

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

MockProjectTeamAdder is a mock of ProjectTeamAdder interface

func NewMockProjectTeamAdder added in v1.5.0

func NewMockProjectTeamAdder(ctrl *gomock.Controller) *MockProjectTeamAdder

NewMockProjectTeamAdder creates a new mock instance

func (*MockProjectTeamAdder) AddTeamsToProject added in v1.5.0

func (m *MockProjectTeamAdder) AddTeamsToProject(arg0 string, arg1 []*mongodbatlas.ProjectTeam) (*mongodbatlas.TeamsAssigned, error)

AddTeamsToProject mocks base method

func (*MockProjectTeamAdder) EXPECT added in v1.5.0

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

type MockProjectTeamAdderMockRecorder added in v1.5.0

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

MockProjectTeamAdderMockRecorder is the mock recorder for MockProjectTeamAdder

func (*MockProjectTeamAdderMockRecorder) AddTeamsToProject added in v1.5.0

func (mr *MockProjectTeamAdderMockRecorder) AddTeamsToProject(arg0, arg1 interface{}) *gomock.Call

AddTeamsToProject indicates an expected call of AddTeamsToProject

type MockProjectTeamDeleter added in v1.5.0

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

MockProjectTeamDeleter is a mock of ProjectTeamDeleter interface

func NewMockProjectTeamDeleter added in v1.5.0

func NewMockProjectTeamDeleter(ctrl *gomock.Controller) *MockProjectTeamDeleter

NewMockProjectTeamDeleter creates a new mock instance

func (*MockProjectTeamDeleter) DeleteTeamFromProject added in v1.5.0

func (m *MockProjectTeamDeleter) DeleteTeamFromProject(arg0, arg1 string) error

DeleteTeamFromProject mocks base method

func (*MockProjectTeamDeleter) EXPECT added in v1.5.0

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

type MockProjectTeamDeleterMockRecorder added in v1.5.0

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

MockProjectTeamDeleterMockRecorder is the mock recorder for MockProjectTeamDeleter

func (*MockProjectTeamDeleterMockRecorder) DeleteTeamFromProject added in v1.5.0

func (mr *MockProjectTeamDeleterMockRecorder) DeleteTeamFromProject(arg0, arg1 interface{}) *gomock.Call

DeleteTeamFromProject indicates an expected call of DeleteTeamFromProject

type MockProjectTeamLister added in v1.5.0

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

MockProjectTeamLister is a mock of ProjectTeamLister interface

func NewMockProjectTeamLister added in v1.5.0

func NewMockProjectTeamLister(ctrl *gomock.Controller) *MockProjectTeamLister

NewMockProjectTeamLister creates a new mock instance

func (*MockProjectTeamLister) EXPECT added in v1.5.0

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

func (*MockProjectTeamLister) ProjectTeams added in v1.5.0

func (m *MockProjectTeamLister) ProjectTeams(arg0 string) (interface{}, error)

ProjectTeams mocks base method

type MockProjectTeamListerMockRecorder added in v1.5.0

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

MockProjectTeamListerMockRecorder is the mock recorder for MockProjectTeamLister

func (*MockProjectTeamListerMockRecorder) ProjectTeams added in v1.5.0

func (mr *MockProjectTeamListerMockRecorder) ProjectTeams(arg0 interface{}) *gomock.Call

ProjectTeams indicates an expected call of ProjectTeams

type MockProjectUserDeleter added in v1.5.0

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

MockProjectUserDeleter is a mock of ProjectUserDeleter interface

func NewMockProjectUserDeleter added in v1.5.0

func NewMockProjectUserDeleter(ctrl *gomock.Controller) *MockProjectUserDeleter

NewMockProjectUserDeleter creates a new mock instance

func (*MockProjectUserDeleter) DeleteUserFromProject added in v1.5.0

func (m *MockProjectUserDeleter) DeleteUserFromProject(arg0, arg1 string) error

DeleteUserFromProject mocks base method

func (*MockProjectUserDeleter) EXPECT added in v1.5.0

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

type MockProjectUserDeleterMockRecorder added in v1.5.0

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

MockProjectUserDeleterMockRecorder is the mock recorder for MockProjectUserDeleter

func (*MockProjectUserDeleterMockRecorder) DeleteUserFromProject added in v1.5.0

func (mr *MockProjectUserDeleterMockRecorder) DeleteUserFromProject(arg0, arg1 interface{}) *gomock.Call

DeleteUserFromProject indicates an expected call of DeleteUserFromProject

type MockProjectUsersLister added in v1.5.0

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

MockProjectUsersLister is a mock of ProjectUsersLister interface

func NewMockProjectUsersLister added in v1.5.0

func NewMockProjectUsersLister(ctrl *gomock.Controller) *MockProjectUsersLister

NewMockProjectUsersLister creates a new mock instance

func (*MockProjectUsersLister) EXPECT added in v1.5.0

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

func (*MockProjectUsersLister) ProjectUsers added in v1.5.0

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

ProjectUsers mocks base method

type MockProjectUsersListerMockRecorder added in v1.5.0

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

MockProjectUsersListerMockRecorder is the mock recorder for MockProjectUsersLister

func (*MockProjectUsersListerMockRecorder) ProjectUsers added in v1.5.0

func (mr *MockProjectUsersListerMockRecorder) ProjectUsers(arg0, arg1 interface{}) *gomock.Call

ProjectUsers indicates an expected call of ProjectUsers

type MockRestoreJobsCreator added in v1.0.0

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

MockRestoreJobsCreator is a mock of RestoreJobsCreator interface

func NewMockRestoreJobsCreator added in v1.0.0

func NewMockRestoreJobsCreator(ctrl *gomock.Controller) *MockRestoreJobsCreator

NewMockRestoreJobsCreator creates a new mock instance

func (*MockRestoreJobsCreator) CreateRestoreJobs added in v1.0.0

CreateRestoreJobs mocks base method

func (*MockRestoreJobsCreator) EXPECT added in v1.0.0

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

type MockRestoreJobsCreatorMockRecorder added in v1.0.0

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

MockRestoreJobsCreatorMockRecorder is the mock recorder for MockRestoreJobsCreator

func (*MockRestoreJobsCreatorMockRecorder) CreateRestoreJobs added in v1.0.0

func (mr *MockRestoreJobsCreatorMockRecorder) CreateRestoreJobs(arg0, arg1, arg2 interface{}) *gomock.Call

CreateRestoreJobs indicates an expected call of CreateRestoreJobs

type MockRestoreJobsLister added in v1.0.0

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

MockRestoreJobsLister is a mock of RestoreJobsLister interface

func NewMockRestoreJobsLister added in v1.0.0

func NewMockRestoreJobsLister(ctrl *gomock.Controller) *MockRestoreJobsLister

NewMockRestoreJobsLister creates a new mock instance

func (*MockRestoreJobsLister) EXPECT added in v1.0.0

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

func (*MockRestoreJobsLister) RestoreJobs added in v1.0.0

RestoreJobs mocks base method

type MockRestoreJobsListerMockRecorder added in v1.0.0

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

MockRestoreJobsListerMockRecorder is the mock recorder for MockRestoreJobsLister

func (*MockRestoreJobsListerMockRecorder) RestoreJobs added in v1.0.0

func (mr *MockRestoreJobsListerMockRecorder) RestoreJobs(arg0, arg1, arg2 interface{}) *gomock.Call

RestoreJobs indicates an expected call of RestoreJobs

type MockS3BlockstoresCreator added in v1.8.0

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

MockS3BlockstoresCreator is a mock of S3BlockstoresCreator interface

func NewMockS3BlockstoresCreator added in v1.8.0

func NewMockS3BlockstoresCreator(ctrl *gomock.Controller) *MockS3BlockstoresCreator

NewMockS3BlockstoresCreator creates a new mock instance

func (*MockS3BlockstoresCreator) CreateS3Blockstores added in v1.8.0

func (m *MockS3BlockstoresCreator) CreateS3Blockstores(arg0 *opsmngr.S3Blockstore) (*opsmngr.S3Blockstore, error)

CreateS3Blockstores mocks base method

func (*MockS3BlockstoresCreator) EXPECT added in v1.8.0

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

type MockS3BlockstoresCreatorMockRecorder added in v1.8.0

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

MockS3BlockstoresCreatorMockRecorder is the mock recorder for MockS3BlockstoresCreator

func (*MockS3BlockstoresCreatorMockRecorder) CreateS3Blockstores added in v1.8.0

func (mr *MockS3BlockstoresCreatorMockRecorder) CreateS3Blockstores(arg0 interface{}) *gomock.Call

CreateS3Blockstores indicates an expected call of CreateS3Blockstores

type MockS3BlockstoresDeleter added in v1.8.0

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

MockS3BlockstoresDeleter is a mock of S3BlockstoresDeleter interface

func NewMockS3BlockstoresDeleter added in v1.8.0

func NewMockS3BlockstoresDeleter(ctrl *gomock.Controller) *MockS3BlockstoresDeleter

NewMockS3BlockstoresDeleter creates a new mock instance

func (*MockS3BlockstoresDeleter) DeleteS3Blockstore added in v1.8.0

func (m *MockS3BlockstoresDeleter) DeleteS3Blockstore(arg0 string) error

DeleteS3Blockstore mocks base method

func (*MockS3BlockstoresDeleter) EXPECT added in v1.8.0

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

type MockS3BlockstoresDeleterMockRecorder added in v1.8.0

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

MockS3BlockstoresDeleterMockRecorder is the mock recorder for MockS3BlockstoresDeleter

func (*MockS3BlockstoresDeleterMockRecorder) DeleteS3Blockstore added in v1.8.0

func (mr *MockS3BlockstoresDeleterMockRecorder) DeleteS3Blockstore(arg0 interface{}) *gomock.Call

DeleteS3Blockstore indicates an expected call of DeleteS3Blockstore

type MockS3BlockstoresDescriber added in v1.8.0

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

MockS3BlockstoresDescriber is a mock of S3BlockstoresDescriber interface

func NewMockS3BlockstoresDescriber added in v1.8.0

func NewMockS3BlockstoresDescriber(ctrl *gomock.Controller) *MockS3BlockstoresDescriber

NewMockS3BlockstoresDescriber creates a new mock instance

func (*MockS3BlockstoresDescriber) EXPECT added in v1.8.0

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

func (*MockS3BlockstoresDescriber) GetS3Blockstore added in v1.8.0

func (m *MockS3BlockstoresDescriber) GetS3Blockstore(arg0 string) (*opsmngr.S3Blockstore, error)

GetS3Blockstore mocks base method

type MockS3BlockstoresDescriberMockRecorder added in v1.8.0

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

MockS3BlockstoresDescriberMockRecorder is the mock recorder for MockS3BlockstoresDescriber

func (*MockS3BlockstoresDescriberMockRecorder) GetS3Blockstore added in v1.8.0

func (mr *MockS3BlockstoresDescriberMockRecorder) GetS3Blockstore(arg0 interface{}) *gomock.Call

GetS3Blockstore indicates an expected call of GetS3Blockstore

type MockS3BlockstoresLister added in v1.8.0

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

MockS3BlockstoresLister is a mock of S3BlockstoresLister interface

func NewMockS3BlockstoresLister added in v1.8.0

func NewMockS3BlockstoresLister(ctrl *gomock.Controller) *MockS3BlockstoresLister

NewMockS3BlockstoresLister creates a new mock instance

func (*MockS3BlockstoresLister) EXPECT added in v1.8.0

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

func (*MockS3BlockstoresLister) ListS3Blockstores added in v1.8.0

ListS3Blockstores mocks base method

type MockS3BlockstoresListerMockRecorder added in v1.8.0

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

MockS3BlockstoresListerMockRecorder is the mock recorder for MockS3BlockstoresLister

func (*MockS3BlockstoresListerMockRecorder) ListS3Blockstores added in v1.8.0

func (mr *MockS3BlockstoresListerMockRecorder) ListS3Blockstores(arg0 interface{}) *gomock.Call

ListS3Blockstores indicates an expected call of ListS3Blockstores

type MockS3BlockstoresUpdater added in v1.8.0

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

MockS3BlockstoresUpdater is a mock of S3BlockstoresUpdater interface

func NewMockS3BlockstoresUpdater added in v1.8.0

func NewMockS3BlockstoresUpdater(ctrl *gomock.Controller) *MockS3BlockstoresUpdater

NewMockS3BlockstoresUpdater creates a new mock instance

func (*MockS3BlockstoresUpdater) EXPECT added in v1.8.0

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

func (*MockS3BlockstoresUpdater) UpdateS3Blockstores added in v1.8.0

func (m *MockS3BlockstoresUpdater) UpdateS3Blockstores(arg0 string, arg1 *opsmngr.S3Blockstore) (*opsmngr.S3Blockstore, error)

UpdateS3Blockstores mocks base method

type MockS3BlockstoresUpdaterMockRecorder added in v1.8.0

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

MockS3BlockstoresUpdaterMockRecorder is the mock recorder for MockS3BlockstoresUpdater

func (*MockS3BlockstoresUpdaterMockRecorder) UpdateS3Blockstores added in v1.8.0

func (mr *MockS3BlockstoresUpdaterMockRecorder) UpdateS3Blockstores(arg0, arg1 interface{}) *gomock.Call

UpdateS3Blockstores indicates an expected call of UpdateS3Blockstores

type MockSearchIndexCreator added in v1.3.0

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

MockSearchIndexCreator is a mock of SearchIndexCreator interface

func NewMockSearchIndexCreator added in v1.3.0

func NewMockSearchIndexCreator(ctrl *gomock.Controller) *MockSearchIndexCreator

NewMockSearchIndexCreator creates a new mock instance

func (*MockSearchIndexCreator) CreateSearchIndexes added in v1.3.0

func (m *MockSearchIndexCreator) CreateSearchIndexes(arg0, arg1 string, arg2 *mongodbatlas.SearchIndex) (*mongodbatlas.SearchIndex, error)

CreateSearchIndexes mocks base method

func (*MockSearchIndexCreator) EXPECT added in v1.3.0

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

type MockSearchIndexCreatorMockRecorder added in v1.3.0

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

MockSearchIndexCreatorMockRecorder is the mock recorder for MockSearchIndexCreator

func (*MockSearchIndexCreatorMockRecorder) CreateSearchIndexes added in v1.3.0

func (mr *MockSearchIndexCreatorMockRecorder) CreateSearchIndexes(arg0, arg1, arg2 interface{}) *gomock.Call

CreateSearchIndexes indicates an expected call of CreateSearchIndexes

type MockSearchIndexDeleter added in v1.3.0

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

MockSearchIndexDeleter is a mock of SearchIndexDeleter interface

func NewMockSearchIndexDeleter added in v1.3.0

func NewMockSearchIndexDeleter(ctrl *gomock.Controller) *MockSearchIndexDeleter

NewMockSearchIndexDeleter creates a new mock instance

func (*MockSearchIndexDeleter) DeleteSearchIndex added in v1.3.0

func (m *MockSearchIndexDeleter) DeleteSearchIndex(arg0, arg1, arg2 string) error

DeleteSearchIndex mocks base method

func (*MockSearchIndexDeleter) EXPECT added in v1.3.0

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

type MockSearchIndexDeleterMockRecorder added in v1.3.0

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

MockSearchIndexDeleterMockRecorder is the mock recorder for MockSearchIndexDeleter

func (*MockSearchIndexDeleterMockRecorder) DeleteSearchIndex added in v1.3.0

func (mr *MockSearchIndexDeleterMockRecorder) DeleteSearchIndex(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteSearchIndex indicates an expected call of DeleteSearchIndex

type MockSearchIndexDescriber added in v1.3.0

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

MockSearchIndexDescriber is a mock of SearchIndexDescriber interface

func NewMockSearchIndexDescriber added in v1.3.0

func NewMockSearchIndexDescriber(ctrl *gomock.Controller) *MockSearchIndexDescriber

NewMockSearchIndexDescriber creates a new mock instance

func (*MockSearchIndexDescriber) EXPECT added in v1.3.0

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

func (*MockSearchIndexDescriber) SearchIndex added in v1.3.0

func (m *MockSearchIndexDescriber) SearchIndex(arg0, arg1, arg2 string) (*mongodbatlas.SearchIndex, error)

SearchIndex mocks base method

type MockSearchIndexDescriberMockRecorder added in v1.3.0

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

MockSearchIndexDescriberMockRecorder is the mock recorder for MockSearchIndexDescriber

func (*MockSearchIndexDescriberMockRecorder) SearchIndex added in v1.3.0

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

SearchIndex indicates an expected call of SearchIndex

type MockSearchIndexLister added in v1.3.0

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

MockSearchIndexLister is a mock of SearchIndexLister interface

func NewMockSearchIndexLister added in v1.3.0

func NewMockSearchIndexLister(ctrl *gomock.Controller) *MockSearchIndexLister

NewMockSearchIndexLister creates a new mock instance

func (*MockSearchIndexLister) EXPECT added in v1.3.0

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

func (*MockSearchIndexLister) SearchIndexes added in v1.3.0

func (m *MockSearchIndexLister) SearchIndexes(arg0, arg1, arg2, arg3 string, arg4 *mongodbatlas.ListOptions) ([]*mongodbatlas.SearchIndex, error)

SearchIndexes mocks base method

type MockSearchIndexListerMockRecorder added in v1.3.0

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

MockSearchIndexListerMockRecorder is the mock recorder for MockSearchIndexLister

func (*MockSearchIndexListerMockRecorder) SearchIndexes added in v1.3.0

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

SearchIndexes indicates an expected call of SearchIndexes

type MockSearchIndexUpdater added in v1.3.0

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

MockSearchIndexUpdater is a mock of SearchIndexUpdater interface

func NewMockSearchIndexUpdater added in v1.3.0

func NewMockSearchIndexUpdater(ctrl *gomock.Controller) *MockSearchIndexUpdater

NewMockSearchIndexUpdater creates a new mock instance

func (*MockSearchIndexUpdater) EXPECT added in v1.3.0

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

func (*MockSearchIndexUpdater) UpdateSearchIndexes added in v1.3.0

func (m *MockSearchIndexUpdater) UpdateSearchIndexes(arg0, arg1, arg2 string, arg3 *mongodbatlas.SearchIndex) (*mongodbatlas.SearchIndex, error)

UpdateSearchIndexes mocks base method

type MockSearchIndexUpdaterMockRecorder added in v1.3.0

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

MockSearchIndexUpdaterMockRecorder is the mock recorder for MockSearchIndexUpdater

func (*MockSearchIndexUpdaterMockRecorder) UpdateSearchIndexes added in v1.3.0

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

UpdateSearchIndexes indicates an expected call of UpdateSearchIndexes

type MockServerUsageReportDownloader added in v1.8.0

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

MockServerUsageReportDownloader is a mock of ServerUsageReportDownloader interface

func NewMockServerUsageReportDownloader added in v1.8.0

func NewMockServerUsageReportDownloader(ctrl *gomock.Controller) *MockServerUsageReportDownloader

NewMockServerUsageReportDownloader creates a new mock instance

func (*MockServerUsageReportDownloader) DownloadServerUsageReport added in v1.8.0

func (m *MockServerUsageReportDownloader) DownloadServerUsageReport(arg0 *opsmngr.ServerTypeOptions, arg1 io.Writer) error

DownloadServerUsageReport mocks base method

func (*MockServerUsageReportDownloader) EXPECT added in v1.8.0

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

type MockServerUsageReportDownloaderMockRecorder added in v1.8.0

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

MockServerUsageReportDownloaderMockRecorder is the mock recorder for MockServerUsageReportDownloader

func (*MockServerUsageReportDownloaderMockRecorder) DownloadServerUsageReport added in v1.8.0

func (mr *MockServerUsageReportDownloaderMockRecorder) DownloadServerUsageReport(arg0, arg1 interface{}) *gomock.Call

DownloadServerUsageReport indicates an expected call of DownloadServerUsageReport

type MockSetSaver added in v1.0.0

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

MockSetSaver is a mock of SetSaver interface

func NewMockSetSaver added in v1.0.0

func NewMockSetSaver(ctrl *gomock.Controller) *MockSetSaver

NewMockSetSaver creates a new mock instance

func (*MockSetSaver) EXPECT added in v1.0.0

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

func (*MockSetSaver) Save added in v1.0.0

func (m *MockSetSaver) Save() error

Save mocks base method

func (*MockSetSaver) Set added in v1.0.0

func (m *MockSetSaver) Set(arg0, arg1 string)

Set mocks base method

type MockSetSaverMockRecorder added in v1.0.0

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

MockSetSaverMockRecorder is the mock recorder for MockSetSaver

func (*MockSetSaverMockRecorder) Save added in v1.0.0

func (mr *MockSetSaverMockRecorder) Save() *gomock.Call

Save indicates an expected call of Save

func (*MockSetSaverMockRecorder) Set added in v1.0.0

func (mr *MockSetSaverMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call

Set indicates an expected call of Set

type MockSnapshotGenerator added in v1.8.0

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

MockSnapshotGenerator is a mock of SnapshotGenerator interface

func NewMockSnapshotGenerator added in v1.8.0

func NewMockSnapshotGenerator(ctrl *gomock.Controller) *MockSnapshotGenerator

NewMockSnapshotGenerator creates a new mock instance

func (*MockSnapshotGenerator) EXPECT added in v1.8.0

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

func (*MockSnapshotGenerator) GenerateSnapshot added in v1.8.0

func (m *MockSnapshotGenerator) GenerateSnapshot() error

GenerateSnapshot mocks base method

type MockSnapshotGeneratorMockRecorder added in v1.8.0

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

MockSnapshotGeneratorMockRecorder is the mock recorder for MockSnapshotGenerator

func (*MockSnapshotGeneratorMockRecorder) GenerateSnapshot added in v1.8.0

func (mr *MockSnapshotGeneratorMockRecorder) GenerateSnapshot() *gomock.Call

GenerateSnapshot indicates an expected call of GenerateSnapshot

type MockSnapshotScheduleDescriber added in v1.8.0

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

MockSnapshotScheduleDescriber is a mock of SnapshotScheduleDescriber interface

func NewMockSnapshotScheduleDescriber added in v1.8.0

func NewMockSnapshotScheduleDescriber(ctrl *gomock.Controller) *MockSnapshotScheduleDescriber

NewMockSnapshotScheduleDescriber creates a new mock instance

func (*MockSnapshotScheduleDescriber) EXPECT added in v1.8.0

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

func (*MockSnapshotScheduleDescriber) GetSnapshotSchedule added in v1.8.0

func (m *MockSnapshotScheduleDescriber) GetSnapshotSchedule(arg0, arg1 string) (*opsmngr.SnapshotSchedule, error)

GetSnapshotSchedule mocks base method

type MockSnapshotScheduleDescriberMockRecorder added in v1.8.0

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

MockSnapshotScheduleDescriberMockRecorder is the mock recorder for MockSnapshotScheduleDescriber

func (*MockSnapshotScheduleDescriberMockRecorder) GetSnapshotSchedule added in v1.8.0

func (mr *MockSnapshotScheduleDescriberMockRecorder) GetSnapshotSchedule(arg0, arg1 interface{}) *gomock.Call

GetSnapshotSchedule indicates an expected call of GetSnapshotSchedule

type MockSnapshotScheduleUpdater added in v1.8.0

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

MockSnapshotScheduleUpdater is a mock of SnapshotScheduleUpdater interface

func NewMockSnapshotScheduleUpdater added in v1.8.0

func NewMockSnapshotScheduleUpdater(ctrl *gomock.Controller) *MockSnapshotScheduleUpdater

NewMockSnapshotScheduleUpdater creates a new mock instance

func (*MockSnapshotScheduleUpdater) EXPECT added in v1.8.0

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

func (*MockSnapshotScheduleUpdater) UpdateSnapshotSchedule added in v1.8.0

func (m *MockSnapshotScheduleUpdater) UpdateSnapshotSchedule(arg0, arg1 string, arg2 *opsmngr.SnapshotSchedule) (*opsmngr.SnapshotSchedule, error)

UpdateSnapshotSchedule mocks base method

type MockSnapshotScheduleUpdaterMockRecorder added in v1.8.0

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

MockSnapshotScheduleUpdaterMockRecorder is the mock recorder for MockSnapshotScheduleUpdater

func (*MockSnapshotScheduleUpdaterMockRecorder) UpdateSnapshotSchedule added in v1.8.0

func (mr *MockSnapshotScheduleUpdaterMockRecorder) UpdateSnapshotSchedule(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateSnapshotSchedule indicates an expected call of UpdateSnapshotSchedule

type MockSnapshotsCreator added in v1.4.1

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

MockSnapshotsCreator is a mock of SnapshotsCreator interface

func NewMockSnapshotsCreator added in v1.4.1

func NewMockSnapshotsCreator(ctrl *gomock.Controller) *MockSnapshotsCreator

NewMockSnapshotsCreator creates a new mock instance

func (*MockSnapshotsCreator) CreateSnapshot added in v1.4.1

CreateSnapshot mocks base method

func (*MockSnapshotsCreator) EXPECT added in v1.4.1

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

type MockSnapshotsCreatorMockRecorder added in v1.4.1

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

MockSnapshotsCreatorMockRecorder is the mock recorder for MockSnapshotsCreator

func (*MockSnapshotsCreatorMockRecorder) CreateSnapshot added in v1.4.1

func (mr *MockSnapshotsCreatorMockRecorder) CreateSnapshot(arg0, arg1, arg2 interface{}) *gomock.Call

CreateSnapshot indicates an expected call of CreateSnapshot

type MockSnapshotsDeleter added in v1.4.1

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

MockSnapshotsDeleter is a mock of SnapshotsDeleter interface

func NewMockSnapshotsDeleter added in v1.4.1

func NewMockSnapshotsDeleter(ctrl *gomock.Controller) *MockSnapshotsDeleter

NewMockSnapshotsDeleter creates a new mock instance

func (*MockSnapshotsDeleter) DeleteSnapshot added in v1.4.1

func (m *MockSnapshotsDeleter) DeleteSnapshot(arg0, arg1, arg2 string) error

DeleteSnapshot mocks base method

func (*MockSnapshotsDeleter) EXPECT added in v1.4.1

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

type MockSnapshotsDeleterMockRecorder added in v1.4.1

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

MockSnapshotsDeleterMockRecorder is the mock recorder for MockSnapshotsDeleter

func (*MockSnapshotsDeleterMockRecorder) DeleteSnapshot added in v1.4.1

func (mr *MockSnapshotsDeleterMockRecorder) DeleteSnapshot(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteSnapshot indicates an expected call of DeleteSnapshot

type MockSnapshotsDescriber added in v1.4.1

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

MockSnapshotsDescriber is a mock of SnapshotsDescriber interface

func NewMockSnapshotsDescriber added in v1.4.1

func NewMockSnapshotsDescriber(ctrl *gomock.Controller) *MockSnapshotsDescriber

NewMockSnapshotsDescriber creates a new mock instance

func (*MockSnapshotsDescriber) EXPECT added in v1.4.1

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

func (*MockSnapshotsDescriber) Snapshot added in v1.4.1

func (m *MockSnapshotsDescriber) Snapshot(arg0, arg1, arg2 string) (*mongodbatlas.CloudProviderSnapshot, error)

Snapshot mocks base method

type MockSnapshotsDescriberMockRecorder added in v1.4.1

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

MockSnapshotsDescriberMockRecorder is the mock recorder for MockSnapshotsDescriber

func (*MockSnapshotsDescriberMockRecorder) Snapshot added in v1.4.1

func (mr *MockSnapshotsDescriberMockRecorder) Snapshot(arg0, arg1, arg2 interface{}) *gomock.Call

Snapshot indicates an expected call of Snapshot

type MockSnapshotsLister added in v0.0.4

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

MockSnapshotsLister is a mock of SnapshotsLister interface

func NewMockSnapshotsLister added in v0.0.4

func NewMockSnapshotsLister(ctrl *gomock.Controller) *MockSnapshotsLister

NewMockSnapshotsLister creates a new mock instance

func (*MockSnapshotsLister) EXPECT added in v0.0.4

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

func (*MockSnapshotsLister) Snapshots added in v1.0.0

Snapshots mocks base method

type MockSnapshotsListerMockRecorder added in v0.0.4

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

MockSnapshotsListerMockRecorder is the mock recorder for MockSnapshotsLister

func (*MockSnapshotsListerMockRecorder) Snapshots added in v1.0.0

func (mr *MockSnapshotsListerMockRecorder) Snapshots(arg0, arg1, arg2 interface{}) *gomock.Call

Snapshots indicates an expected call of Snapshots

type MockSyncsCreator added in v1.8.0

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

MockSyncsCreator is a mock of SyncsCreator interface

func NewMockSyncsCreator added in v1.8.0

func NewMockSyncsCreator(ctrl *gomock.Controller) *MockSyncsCreator

NewMockSyncsCreator creates a new mock instance

func (*MockSyncsCreator) CreateSync added in v1.8.0

func (m *MockSyncsCreator) CreateSync(arg0 *opsmngr.BackupStore) (*opsmngr.BackupStore, error)

CreateSync mocks base method

func (*MockSyncsCreator) EXPECT added in v1.8.0

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

type MockSyncsCreatorMockRecorder added in v1.8.0

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

MockSyncsCreatorMockRecorder is the mock recorder for MockSyncsCreator

func (*MockSyncsCreatorMockRecorder) CreateSync added in v1.8.0

func (mr *MockSyncsCreatorMockRecorder) CreateSync(arg0 interface{}) *gomock.Call

CreateSync indicates an expected call of CreateSync

type MockSyncsDeleter added in v1.8.0

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

MockSyncsDeleter is a mock of SyncsDeleter interface

func NewMockSyncsDeleter added in v1.8.0

func NewMockSyncsDeleter(ctrl *gomock.Controller) *MockSyncsDeleter

NewMockSyncsDeleter creates a new mock instance

func (*MockSyncsDeleter) DeleteSync added in v1.8.0

func (m *MockSyncsDeleter) DeleteSync(arg0 string) error

DeleteSync mocks base method

func (*MockSyncsDeleter) EXPECT added in v1.8.0

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

type MockSyncsDeleterMockRecorder added in v1.8.0

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

MockSyncsDeleterMockRecorder is the mock recorder for MockSyncsDeleter

func (*MockSyncsDeleterMockRecorder) DeleteSync added in v1.8.0

func (mr *MockSyncsDeleterMockRecorder) DeleteSync(arg0 interface{}) *gomock.Call

DeleteSync indicates an expected call of DeleteSync

type MockSyncsDescriber added in v1.8.0

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

MockSyncsDescriber is a mock of SyncsDescriber interface

func NewMockSyncsDescriber added in v1.8.0

func NewMockSyncsDescriber(ctrl *gomock.Controller) *MockSyncsDescriber

NewMockSyncsDescriber creates a new mock instance

func (*MockSyncsDescriber) EXPECT added in v1.8.0

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

func (*MockSyncsDescriber) GetSync added in v1.8.0

func (m *MockSyncsDescriber) GetSync(arg0 string) (*opsmngr.BackupStore, error)

GetSync mocks base method

type MockSyncsDescriberMockRecorder added in v1.8.0

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

MockSyncsDescriberMockRecorder is the mock recorder for MockSyncsDescriber

func (*MockSyncsDescriberMockRecorder) GetSync added in v1.8.0

func (mr *MockSyncsDescriberMockRecorder) GetSync(arg0 interface{}) *gomock.Call

GetSync indicates an expected call of GetSync

type MockSyncsLister added in v1.8.0

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

MockSyncsLister is a mock of SyncsLister interface

func NewMockSyncsLister added in v1.8.0

func NewMockSyncsLister(ctrl *gomock.Controller) *MockSyncsLister

NewMockSyncsLister creates a new mock instance

func (*MockSyncsLister) EXPECT added in v1.8.0

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

func (*MockSyncsLister) ListSyncs added in v1.8.0

ListSyncs mocks base method

type MockSyncsListerMockRecorder added in v1.8.0

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

MockSyncsListerMockRecorder is the mock recorder for MockSyncsLister

func (*MockSyncsListerMockRecorder) ListSyncs added in v1.8.0

func (mr *MockSyncsListerMockRecorder) ListSyncs(arg0 interface{}) *gomock.Call

ListSyncs indicates an expected call of ListSyncs

type MockSyncsUpdater added in v1.8.0

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

MockSyncsUpdater is a mock of SyncsUpdater interface

func NewMockSyncsUpdater added in v1.8.0

func NewMockSyncsUpdater(ctrl *gomock.Controller) *MockSyncsUpdater

NewMockSyncsUpdater creates a new mock instance

func (*MockSyncsUpdater) EXPECT added in v1.8.0

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

func (*MockSyncsUpdater) UpdateSync added in v1.8.0

func (m *MockSyncsUpdater) UpdateSync(arg0 string, arg1 *opsmngr.BackupStore) (*opsmngr.BackupStore, error)

UpdateSync mocks base method

type MockSyncsUpdaterMockRecorder added in v1.8.0

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

MockSyncsUpdaterMockRecorder is the mock recorder for MockSyncsUpdater

func (*MockSyncsUpdaterMockRecorder) UpdateSync added in v1.8.0

func (mr *MockSyncsUpdaterMockRecorder) UpdateSync(arg0, arg1 interface{}) *gomock.Call

UpdateSync indicates an expected call of UpdateSync

type MockTeamAdder added in v1.5.0

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

MockTeamAdder is a mock of TeamAdder interface

func NewMockTeamAdder added in v1.5.0

func NewMockTeamAdder(ctrl *gomock.Controller) *MockTeamAdder

NewMockTeamAdder creates a new mock instance

func (*MockTeamAdder) AddUsersToTeam added in v1.5.0

func (m *MockTeamAdder) AddUsersToTeam(arg0, arg1 string, arg2 []string) (interface{}, error)

AddUsersToTeam mocks base method

func (*MockTeamAdder) EXPECT added in v1.5.0

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

type MockTeamAdderMockRecorder added in v1.5.0

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

MockTeamAdderMockRecorder is the mock recorder for MockTeamAdder

func (*MockTeamAdderMockRecorder) AddUsersToTeam added in v1.5.0

func (mr *MockTeamAdderMockRecorder) AddUsersToTeam(arg0, arg1, arg2 interface{}) *gomock.Call

AddUsersToTeam indicates an expected call of AddUsersToTeam

type MockTeamCreator added in v1.5.0

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

MockTeamCreator is a mock of TeamCreator interface

func NewMockTeamCreator added in v1.5.0

func NewMockTeamCreator(ctrl *gomock.Controller) *MockTeamCreator

NewMockTeamCreator creates a new mock instance

func (*MockTeamCreator) CreateTeam added in v1.5.0

func (m *MockTeamCreator) CreateTeam(arg0 string, arg1 *mongodbatlas.Team) (*mongodbatlas.Team, error)

CreateTeam mocks base method

func (*MockTeamCreator) EXPECT added in v1.5.0

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

type MockTeamCreatorMockRecorder added in v1.5.0

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

MockTeamCreatorMockRecorder is the mock recorder for MockTeamCreator

func (*MockTeamCreatorMockRecorder) CreateTeam added in v1.5.0

func (mr *MockTeamCreatorMockRecorder) CreateTeam(arg0, arg1 interface{}) *gomock.Call

CreateTeam indicates an expected call of CreateTeam

type MockTeamDeleter added in v1.5.0

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

MockTeamDeleter is a mock of TeamDeleter interface

func NewMockTeamDeleter added in v1.5.0

func NewMockTeamDeleter(ctrl *gomock.Controller) *MockTeamDeleter

NewMockTeamDeleter creates a new mock instance

func (*MockTeamDeleter) DeleteTeam added in v1.5.0

func (m *MockTeamDeleter) DeleteTeam(arg0, arg1 string) error

DeleteTeam mocks base method

func (*MockTeamDeleter) EXPECT added in v1.5.0

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

type MockTeamDeleterMockRecorder added in v1.5.0

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

MockTeamDeleterMockRecorder is the mock recorder for MockTeamDeleter

func (*MockTeamDeleterMockRecorder) DeleteTeam added in v1.5.0

func (mr *MockTeamDeleterMockRecorder) DeleteTeam(arg0, arg1 interface{}) *gomock.Call

DeleteTeam indicates an expected call of DeleteTeam

type MockTeamDescriber added in v1.5.0

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

MockTeamDescriber is a mock of TeamDescriber interface

func NewMockTeamDescriber added in v1.5.0

func NewMockTeamDescriber(ctrl *gomock.Controller) *MockTeamDescriber

NewMockTeamDescriber creates a new mock instance

func (*MockTeamDescriber) EXPECT added in v1.5.0

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

func (*MockTeamDescriber) TeamByID added in v1.5.0

func (m *MockTeamDescriber) TeamByID(arg0, arg1 string) (*mongodbatlas.Team, error)

TeamByID mocks base method

func (*MockTeamDescriber) TeamByName added in v1.5.0

func (m *MockTeamDescriber) TeamByName(arg0, arg1 string) (*mongodbatlas.Team, error)

TeamByName mocks base method

type MockTeamDescriberMockRecorder added in v1.5.0

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

MockTeamDescriberMockRecorder is the mock recorder for MockTeamDescriber

func (*MockTeamDescriberMockRecorder) TeamByID added in v1.5.0

func (mr *MockTeamDescriberMockRecorder) TeamByID(arg0, arg1 interface{}) *gomock.Call

TeamByID indicates an expected call of TeamByID

func (*MockTeamDescriberMockRecorder) TeamByName added in v1.5.0

func (mr *MockTeamDescriberMockRecorder) TeamByName(arg0, arg1 interface{}) *gomock.Call

TeamByName indicates an expected call of TeamByName

type MockTeamLister added in v1.5.0

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

MockTeamLister is a mock of TeamLister interface

func NewMockTeamLister added in v1.5.0

func NewMockTeamLister(ctrl *gomock.Controller) *MockTeamLister

NewMockTeamLister creates a new mock instance

func (*MockTeamLister) EXPECT added in v1.5.0

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

func (*MockTeamLister) Teams added in v1.5.0

Teams mocks base method

type MockTeamListerMockRecorder added in v1.5.0

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

MockTeamListerMockRecorder is the mock recorder for MockTeamLister

func (*MockTeamListerMockRecorder) Teams added in v1.5.0

func (mr *MockTeamListerMockRecorder) Teams(arg0, arg1 interface{}) *gomock.Call

Teams indicates an expected call of Teams

type MockTeamRolesUpdater added in v1.5.0

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

MockTeamRolesUpdater is a mock of TeamRolesUpdater interface

func NewMockTeamRolesUpdater added in v1.5.0

func NewMockTeamRolesUpdater(ctrl *gomock.Controller) *MockTeamRolesUpdater

NewMockTeamRolesUpdater creates a new mock instance

func (*MockTeamRolesUpdater) EXPECT added in v1.5.0

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

func (*MockTeamRolesUpdater) UpdateProjectTeamRoles added in v1.5.0

func (m *MockTeamRolesUpdater) UpdateProjectTeamRoles(arg0, arg1 string, arg2 *mongodbatlas.TeamUpdateRoles) ([]mongodbatlas.TeamRoles, error)

UpdateProjectTeamRoles mocks base method

type MockTeamRolesUpdaterMockRecorder added in v1.5.0

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

MockTeamRolesUpdaterMockRecorder is the mock recorder for MockTeamRolesUpdater

func (*MockTeamRolesUpdaterMockRecorder) UpdateProjectTeamRoles added in v1.5.0

func (mr *MockTeamRolesUpdaterMockRecorder) UpdateProjectTeamRoles(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateProjectTeamRoles indicates an expected call of UpdateProjectTeamRoles

type MockTeamUserLister added in v1.5.0

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

MockTeamUserLister is a mock of TeamUserLister interface

func NewMockTeamUserLister added in v1.5.0

func NewMockTeamUserLister(ctrl *gomock.Controller) *MockTeamUserLister

NewMockTeamUserLister creates a new mock instance

func (*MockTeamUserLister) EXPECT added in v1.5.0

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

func (*MockTeamUserLister) TeamUsers added in v1.5.0

func (m *MockTeamUserLister) TeamUsers(arg0, arg1 string) (interface{}, error)

TeamUsers mocks base method

type MockTeamUserListerMockRecorder added in v1.5.0

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

MockTeamUserListerMockRecorder is the mock recorder for MockTeamUserLister

func (*MockTeamUserListerMockRecorder) TeamUsers added in v1.5.0

func (mr *MockTeamUserListerMockRecorder) TeamUsers(arg0, arg1 interface{}) *gomock.Call

TeamUsers indicates an expected call of TeamUsers

type MockTeamUserRemover added in v1.5.0

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

MockTeamUserRemover is a mock of TeamUserRemover interface

func NewMockTeamUserRemover added in v1.5.0

func NewMockTeamUserRemover(ctrl *gomock.Controller) *MockTeamUserRemover

NewMockTeamUserRemover creates a new mock instance

func (*MockTeamUserRemover) EXPECT added in v1.5.0

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

func (*MockTeamUserRemover) RemoveUserFromTeam added in v1.5.0

func (m *MockTeamUserRemover) RemoveUserFromTeam(arg0, arg1, arg2 string) error

RemoveUserFromTeam mocks base method

type MockTeamUserRemoverMockRecorder added in v1.5.0

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

MockTeamUserRemoverMockRecorder is the mock recorder for MockTeamUserRemover

func (*MockTeamUserRemoverMockRecorder) RemoveUserFromTeam added in v1.5.0

func (mr *MockTeamUserRemoverMockRecorder) RemoveUserFromTeam(arg0, arg1, arg2 interface{}) *gomock.Call

RemoveUserFromTeam indicates an expected call of RemoveUserFromTeam

type MockUserCreator added in v1.5.0

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

MockUserCreator is a mock of UserCreator interface

func NewMockUserCreator added in v1.5.0

func NewMockUserCreator(ctrl *gomock.Controller) *MockUserCreator

NewMockUserCreator creates a new mock instance

func (*MockUserCreator) CreateUser added in v1.5.0

func (m *MockUserCreator) CreateUser(arg0 *store.UserRequest) (interface{}, error)

CreateUser mocks base method

func (*MockUserCreator) EXPECT added in v1.5.0

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

type MockUserCreatorMockRecorder added in v1.5.0

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

MockUserCreatorMockRecorder is the mock recorder for MockUserCreator

func (*MockUserCreatorMockRecorder) CreateUser added in v1.5.0

func (mr *MockUserCreatorMockRecorder) CreateUser(arg0 interface{}) *gomock.Call

CreateUser indicates an expected call of CreateUser

type MockUserDeleter added in v1.5.0

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

MockUserDeleter is a mock of UserDeleter interface

func NewMockUserDeleter added in v1.5.0

func NewMockUserDeleter(ctrl *gomock.Controller) *MockUserDeleter

NewMockUserDeleter creates a new mock instance

func (*MockUserDeleter) DeleteUser added in v1.5.0

func (m *MockUserDeleter) DeleteUser(arg0 string) error

DeleteUser mocks base method

func (*MockUserDeleter) EXPECT added in v1.5.0

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

type MockUserDeleterMockRecorder added in v1.5.0

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

MockUserDeleterMockRecorder is the mock recorder for MockUserDeleter

func (*MockUserDeleterMockRecorder) DeleteUser added in v1.5.0

func (mr *MockUserDeleterMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call

DeleteUser indicates an expected call of DeleteUser

type MockUserDescriber added in v1.5.0

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

MockUserDescriber is a mock of UserDescriber interface

func NewMockUserDescriber added in v1.5.0

func NewMockUserDescriber(ctrl *gomock.Controller) *MockUserDescriber

NewMockUserDescriber creates a new mock instance

func (*MockUserDescriber) EXPECT added in v1.5.0

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

func (*MockUserDescriber) UserByID added in v1.5.0

func (m *MockUserDescriber) UserByID(arg0 string) (interface{}, error)

UserByID mocks base method

func (*MockUserDescriber) UserByName added in v1.5.0

func (m *MockUserDescriber) UserByName(arg0 string) (interface{}, error)

UserByName mocks base method

type MockUserDescriberMockRecorder added in v1.5.0

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

MockUserDescriberMockRecorder is the mock recorder for MockUserDescriber

func (*MockUserDescriberMockRecorder) UserByID added in v1.5.0

func (mr *MockUserDescriberMockRecorder) UserByID(arg0 interface{}) *gomock.Call

UserByID indicates an expected call of UserByID

func (*MockUserDescriberMockRecorder) UserByName added in v1.5.0

func (mr *MockUserDescriberMockRecorder) UserByName(arg0 interface{}) *gomock.Call

UserByName indicates an expected call of UserByName

type MockUserLister added in v1.5.0

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

MockUserLister is a mock of UserLister interface

func NewMockUserLister added in v1.5.0

func NewMockUserLister(ctrl *gomock.Controller) *MockUserLister

NewMockUserLister creates a new mock instance

func (*MockUserLister) EXPECT added in v1.5.0

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

func (*MockUserLister) OrganizationUsers added in v1.5.0

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

OrganizationUsers mocks base method

type MockUserListerMockRecorder added in v1.5.0

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

MockUserListerMockRecorder is the mock recorder for MockUserLister

func (*MockUserListerMockRecorder) OrganizationUsers added in v1.5.0

func (mr *MockUserListerMockRecorder) OrganizationUsers(arg0, arg1 interface{}) *gomock.Call

OrganizationUsers indicates an expected call of OrganizationUsers

type MockVersionManifestGetter added in v1.7.0

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

MockVersionManifestGetter is a mock of VersionManifestGetter interface

func NewMockVersionManifestGetter added in v1.7.0

func NewMockVersionManifestGetter(ctrl *gomock.Controller) *MockVersionManifestGetter

NewMockVersionManifestGetter creates a new mock instance

func (*MockVersionManifestGetter) EXPECT added in v1.7.0

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

func (*MockVersionManifestGetter) GetVersionManifest added in v1.7.0

func (m *MockVersionManifestGetter) GetVersionManifest(arg0 string) (*opsmngr.VersionManifest, error)

GetVersionManifest mocks base method

type MockVersionManifestGetterMockRecorder added in v1.7.0

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

MockVersionManifestGetterMockRecorder is the mock recorder for MockVersionManifestGetter

func (*MockVersionManifestGetterMockRecorder) GetVersionManifest added in v1.7.0

func (mr *MockVersionManifestGetterMockRecorder) GetVersionManifest(arg0 interface{}) *gomock.Call

GetVersionManifest indicates an expected call of GetVersionManifest

type MockVersionManifestUpdater added in v1.7.0

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

MockVersionManifestUpdater is a mock of VersionManifestUpdater interface

func NewMockVersionManifestUpdater added in v1.7.0

func NewMockVersionManifestUpdater(ctrl *gomock.Controller) *MockVersionManifestUpdater

NewMockVersionManifestUpdater creates a new mock instance

func (*MockVersionManifestUpdater) EXPECT added in v1.7.0

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

func (*MockVersionManifestUpdater) UpdateVersionManifest added in v1.7.0

func (m *MockVersionManifestUpdater) UpdateVersionManifest(arg0 *opsmngr.VersionManifest) (*opsmngr.VersionManifest, error)

UpdateVersionManifest mocks base method

type MockVersionManifestUpdaterMockRecorder added in v1.7.0

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

MockVersionManifestUpdaterMockRecorder is the mock recorder for MockVersionManifestUpdater

func (*MockVersionManifestUpdaterMockRecorder) UpdateVersionManifest added in v1.7.0

func (mr *MockVersionManifestUpdaterMockRecorder) UpdateVersionManifest(arg0 interface{}) *gomock.Call

UpdateVersionManifest indicates an expected call of UpdateVersionManifest

type MockX509CertificateConfDescriber added in v1.3.0

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

MockX509CertificateConfDescriber is a mock of X509CertificateConfDescriber interface

func NewMockX509CertificateConfDescriber added in v1.3.0

func NewMockX509CertificateConfDescriber(ctrl *gomock.Controller) *MockX509CertificateConfDescriber

NewMockX509CertificateConfDescriber creates a new mock instance

func (*MockX509CertificateConfDescriber) EXPECT added in v1.3.0

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

func (*MockX509CertificateConfDescriber) X509Configuration added in v1.3.0

X509Configuration mocks base method

type MockX509CertificateConfDescriberMockRecorder added in v1.3.0

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

MockX509CertificateConfDescriberMockRecorder is the mock recorder for MockX509CertificateConfDescriber

func (*MockX509CertificateConfDescriberMockRecorder) X509Configuration added in v1.3.0

func (mr *MockX509CertificateConfDescriberMockRecorder) X509Configuration(arg0 interface{}) *gomock.Call

X509Configuration indicates an expected call of X509Configuration

type MockX509CertificateConfDisabler added in v1.3.0

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

MockX509CertificateConfDisabler is a mock of X509CertificateConfDisabler interface

func NewMockX509CertificateConfDisabler added in v1.3.0

func NewMockX509CertificateConfDisabler(ctrl *gomock.Controller) *MockX509CertificateConfDisabler

NewMockX509CertificateConfDisabler creates a new mock instance

func (*MockX509CertificateConfDisabler) DisableX509Configuration added in v1.3.0

func (m *MockX509CertificateConfDisabler) DisableX509Configuration(arg0 string) error

DisableX509Configuration mocks base method

func (*MockX509CertificateConfDisabler) EXPECT added in v1.3.0

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

type MockX509CertificateConfDisablerMockRecorder added in v1.3.0

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

MockX509CertificateConfDisablerMockRecorder is the mock recorder for MockX509CertificateConfDisabler

func (*MockX509CertificateConfDisablerMockRecorder) DisableX509Configuration added in v1.3.0

func (mr *MockX509CertificateConfDisablerMockRecorder) DisableX509Configuration(arg0 interface{}) *gomock.Call

DisableX509Configuration indicates an expected call of DisableX509Configuration

type MockX509CertificateConfSaver added in v1.3.0

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

MockX509CertificateConfSaver is a mock of X509CertificateConfSaver interface

func NewMockX509CertificateConfSaver added in v1.3.0

func NewMockX509CertificateConfSaver(ctrl *gomock.Controller) *MockX509CertificateConfSaver

NewMockX509CertificateConfSaver creates a new mock instance

func (*MockX509CertificateConfSaver) EXPECT added in v1.3.0

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

func (*MockX509CertificateConfSaver) SaveX509Configuration added in v1.3.0

func (m *MockX509CertificateConfSaver) SaveX509Configuration(arg0, arg1 string) (*mongodbatlas.CustomerX509, error)

SaveX509Configuration mocks base method

type MockX509CertificateConfSaverMockRecorder added in v1.3.0

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

MockX509CertificateConfSaverMockRecorder is the mock recorder for MockX509CertificateConfSaver

func (*MockX509CertificateConfSaverMockRecorder) SaveX509Configuration added in v1.3.0

func (mr *MockX509CertificateConfSaverMockRecorder) SaveX509Configuration(arg0, arg1 interface{}) *gomock.Call

SaveX509Configuration indicates an expected call of SaveX509Configuration

Jump to

Keyboard shortcuts

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