mocks

package
v1.56.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 5 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.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAuditingDescriber

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

MockAuditingDescriber is a mock of AuditingDescriber interface.

func NewMockAuditingDescriber

func NewMockAuditingDescriber(ctrl *gomock.Controller) *MockAuditingDescriber

NewMockAuditingDescriber creates a new mock instance.

func (*MockAuditingDescriber) Auditing

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

Auditing mocks base method.

func (*MockAuditingDescriber) EXPECT

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

type MockAuditingDescriberMockRecorder

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

MockAuditingDescriberMockRecorder is the mock recorder for MockAuditingDescriber.

func (*MockAuditingDescriberMockRecorder) Auditing

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

Auditing indicates an expected call of Auditing.

type MockCloudProviderAccessRoleLister

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

MockCloudProviderAccessRoleLister is a mock of CloudProviderAccessRoleLister interface.

func NewMockCloudProviderAccessRoleLister

func NewMockCloudProviderAccessRoleLister(ctrl *gomock.Controller) *MockCloudProviderAccessRoleLister

NewMockCloudProviderAccessRoleLister creates a new mock instance.

func (*MockCloudProviderAccessRoleLister) CloudProviderAccessRoles

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

CloudProviderAccessRoles mocks base method.

func (*MockCloudProviderAccessRoleLister) EXPECT

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

type MockCloudProviderAccessRoleListerMockRecorder

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

MockCloudProviderAccessRoleListerMockRecorder is the mock recorder for MockCloudProviderAccessRoleLister.

func (*MockCloudProviderAccessRoleListerMockRecorder) CloudProviderAccessRoles

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

CloudProviderAccessRoles indicates an expected call of CloudProviderAccessRoles.

type MockClusterConfigurationOptionsDescriber

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

MockClusterConfigurationOptionsDescriber is a mock of ClusterConfigurationOptionsDescriber interface.

func NewMockClusterConfigurationOptionsDescriber

func NewMockClusterConfigurationOptionsDescriber(ctrl *gomock.Controller) *MockClusterConfigurationOptionsDescriber

NewMockClusterConfigurationOptionsDescriber creates a new mock instance.

func (*MockClusterConfigurationOptionsDescriber) AtlasClusterConfigurationOptions

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

AtlasClusterConfigurationOptions mocks base method.

func (*MockClusterConfigurationOptionsDescriber) EXPECT

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

type MockClusterConfigurationOptionsDescriberMockRecorder

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

MockClusterConfigurationOptionsDescriberMockRecorder is the mock recorder for MockClusterConfigurationOptionsDescriber.

func (*MockClusterConfigurationOptionsDescriberMockRecorder) AtlasClusterConfigurationOptions

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

AtlasClusterConfigurationOptions indicates an expected call of AtlasClusterConfigurationOptions.

type MockClusterDescriber

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

MockClusterDescriber is a mock of ClusterDescriber interface.

func NewMockClusterDescriber

func NewMockClusterDescriber(ctrl *gomock.Controller) *MockClusterDescriber

NewMockClusterDescriber creates a new mock instance.

func (*MockClusterDescriber) AtlasCluster

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

AtlasCluster mocks base method.

func (*MockClusterDescriber) EXPECT

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

type MockClusterDescriberMockRecorder

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

MockClusterDescriberMockRecorder is the mock recorder for MockClusterDescriber.

func (*MockClusterDescriberMockRecorder) AtlasCluster

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

AtlasCluster indicates an expected call of AtlasCluster.

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 *atlas.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 MockDatabaseRoleLister

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

MockDatabaseRoleLister is a mock of DatabaseRoleLister interface.

func NewMockDatabaseRoleLister

func NewMockDatabaseRoleLister(ctrl *gomock.Controller) *MockDatabaseRoleLister

NewMockDatabaseRoleLister creates a new mock instance.

func (*MockDatabaseRoleLister) DatabaseRoles

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

DatabaseRoles mocks base method.

func (*MockDatabaseRoleLister) EXPECT

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

type MockDatabaseRoleListerMockRecorder

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

MockDatabaseRoleListerMockRecorder is the mock recorder for MockDatabaseRoleLister.

func (*MockDatabaseRoleListerMockRecorder) DatabaseRoles

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

DatabaseRoles indicates an expected call of DatabaseRoles.

type 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 MockEncryptionAtRestDescriber

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

MockEncryptionAtRestDescriber is a mock of EncryptionAtRestDescriber interface.

func NewMockEncryptionAtRestDescriber

func NewMockEncryptionAtRestDescriber(ctrl *gomock.Controller) *MockEncryptionAtRestDescriber

NewMockEncryptionAtRestDescriber creates a new mock instance.

func (*MockEncryptionAtRestDescriber) EXPECT

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

func (*MockEncryptionAtRestDescriber) EncryptionAtRest

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

EncryptionAtRest mocks base method.

type MockEncryptionAtRestDescriberMockRecorder

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

MockEncryptionAtRestDescriberMockRecorder is the mock recorder for MockEncryptionAtRestDescriber.

func (*MockEncryptionAtRestDescriberMockRecorder) EncryptionAtRest

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

EncryptionAtRest indicates an expected call of EncryptionAtRest.

type MockGlobalClusterDescriber

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

MockGlobalClusterDescriber is a mock of GlobalClusterDescriber interface.

func NewMockGlobalClusterDescriber

func NewMockGlobalClusterDescriber(ctrl *gomock.Controller) *MockGlobalClusterDescriber

NewMockGlobalClusterDescriber creates a new mock instance.

func (*MockGlobalClusterDescriber) EXPECT

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

func (*MockGlobalClusterDescriber) GlobalCluster

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

GlobalCluster mocks base method.

type MockGlobalClusterDescriberMockRecorder

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

MockGlobalClusterDescriberMockRecorder is the mock recorder for MockGlobalClusterDescriber.

func (*MockGlobalClusterDescriberMockRecorder) GlobalCluster

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

GlobalCluster indicates an expected call of GlobalCluster.

type MockIntegrationLister

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

MockIntegrationLister is a mock of IntegrationLister interface.

func NewMockIntegrationLister

func NewMockIntegrationLister(ctrl *gomock.Controller) *MockIntegrationLister

NewMockIntegrationLister creates a new mock instance.

func (*MockIntegrationLister) EXPECT

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

func (*MockIntegrationLister) Integrations

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

Integrations mocks base method.

type MockIntegrationListerMockRecorder

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

MockIntegrationListerMockRecorder is the mock recorder for MockIntegrationLister.

func (*MockIntegrationListerMockRecorder) Integrations

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

Integrations indicates an expected call of Integrations.

type MockMaintenanceWindowDescriber

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

MockMaintenanceWindowDescriber is a mock of MaintenanceWindowDescriber interface.

func NewMockMaintenanceWindowDescriber

func NewMockMaintenanceWindowDescriber(ctrl *gomock.Controller) *MockMaintenanceWindowDescriber

NewMockMaintenanceWindowDescriber creates a new mock instance.

func (*MockMaintenanceWindowDescriber) EXPECT

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

func (*MockMaintenanceWindowDescriber) MaintenanceWindow

MaintenanceWindow mocks base method.

type MockMaintenanceWindowDescriberMockRecorder

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

MockMaintenanceWindowDescriberMockRecorder is the mock recorder for MockMaintenanceWindowDescriber.

func (*MockMaintenanceWindowDescriberMockRecorder) MaintenanceWindow

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

MaintenanceWindow indicates an expected call of MaintenanceWindow.

type MockOperatorClusterStore

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

MockOperatorClusterStore is a mock of OperatorClusterStore interface.

func NewMockOperatorClusterStore

func NewMockOperatorClusterStore(ctrl *gomock.Controller) *MockOperatorClusterStore

NewMockOperatorClusterStore creates a new mock instance.

func (*MockOperatorClusterStore) AtlasCluster

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

AtlasCluster mocks base method.

func (*MockOperatorClusterStore) AtlasClusterConfigurationOptions

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

AtlasClusterConfigurationOptions mocks base method.

func (*MockOperatorClusterStore) DescribeSchedule

func (m *MockOperatorClusterStore) DescribeSchedule(arg0, arg1 string) (*admin.DiskBackupSnapshotSchedule, error)

DescribeSchedule mocks base method.

func (*MockOperatorClusterStore) EXPECT

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

func (*MockOperatorClusterStore) GetServerlessInstance

func (m *MockOperatorClusterStore) GetServerlessInstance(arg0, arg1 string) (*admin.ServerlessInstanceDescription, error)

GetServerlessInstance mocks base method.

func (*MockOperatorClusterStore) GlobalCluster

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

GlobalCluster mocks base method.

func (*MockOperatorClusterStore) ProjectClusters

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

ProjectClusters mocks base method.

func (*MockOperatorClusterStore) ServerlessInstances

ServerlessInstances mocks base method.

func (*MockOperatorClusterStore) ServerlessPrivateEndpoints

func (m *MockOperatorClusterStore) ServerlessPrivateEndpoints(arg0, arg1 string) ([]admin.ServerlessTenantEndpoint, error)

ServerlessPrivateEndpoints mocks base method.

type MockOperatorClusterStoreMockRecorder

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

MockOperatorClusterStoreMockRecorder is the mock recorder for MockOperatorClusterStore.

func (*MockOperatorClusterStoreMockRecorder) AtlasCluster

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

AtlasCluster indicates an expected call of AtlasCluster.

func (*MockOperatorClusterStoreMockRecorder) AtlasClusterConfigurationOptions

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

AtlasClusterConfigurationOptions indicates an expected call of AtlasClusterConfigurationOptions.

func (*MockOperatorClusterStoreMockRecorder) DescribeSchedule

func (mr *MockOperatorClusterStoreMockRecorder) DescribeSchedule(arg0, arg1 interface{}) *gomock.Call

DescribeSchedule indicates an expected call of DescribeSchedule.

func (*MockOperatorClusterStoreMockRecorder) GetServerlessInstance

func (mr *MockOperatorClusterStoreMockRecorder) GetServerlessInstance(arg0, arg1 interface{}) *gomock.Call

GetServerlessInstance indicates an expected call of GetServerlessInstance.

func (*MockOperatorClusterStoreMockRecorder) GlobalCluster

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

GlobalCluster indicates an expected call of GlobalCluster.

func (*MockOperatorClusterStoreMockRecorder) ProjectClusters

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

ProjectClusters indicates an expected call of ProjectClusters.

func (*MockOperatorClusterStoreMockRecorder) ServerlessInstances

func (mr *MockOperatorClusterStoreMockRecorder) ServerlessInstances(arg0, arg1 interface{}) *gomock.Call

ServerlessInstances indicates an expected call of ServerlessInstances.

func (*MockOperatorClusterStoreMockRecorder) ServerlessPrivateEndpoints

func (mr *MockOperatorClusterStoreMockRecorder) ServerlessPrivateEndpoints(arg0, arg1 interface{}) *gomock.Call

ServerlessPrivateEndpoints indicates an expected call of ServerlessPrivateEndpoints.

type MockOperatorDBUsersStore

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

MockOperatorDBUsersStore is a mock of OperatorDBUsersStore interface.

func NewMockOperatorDBUsersStore

func NewMockOperatorDBUsersStore(ctrl *gomock.Controller) *MockOperatorDBUsersStore

NewMockOperatorDBUsersStore creates a new mock instance.

func (*MockOperatorDBUsersStore) DatabaseUsers

DatabaseUsers mocks base method.

func (*MockOperatorDBUsersStore) EXPECT

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

type MockOperatorDBUsersStoreMockRecorder

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

MockOperatorDBUsersStoreMockRecorder is the mock recorder for MockOperatorDBUsersStore.

func (*MockOperatorDBUsersStoreMockRecorder) DatabaseUsers

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

DatabaseUsers indicates an expected call of DatabaseUsers.

type MockOperatorGenericStore

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

MockOperatorGenericStore is a mock of OperatorGenericStore interface.

func NewMockOperatorGenericStore

func NewMockOperatorGenericStore(ctrl *gomock.Controller) *MockOperatorGenericStore

NewMockOperatorGenericStore creates a new mock instance.

func (*MockOperatorGenericStore) AlertConfigurations

AlertConfigurations mocks base method.

func (*MockOperatorGenericStore) AssignProjectAPIKey

func (m *MockOperatorGenericStore) AssignProjectAPIKey(arg0, arg1 string, arg2 *admin.UpdateAtlasProjectApiKey) error

AssignProjectAPIKey mocks base method.

func (*MockOperatorGenericStore) AtlasCluster

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

AtlasCluster mocks base method.

func (*MockOperatorGenericStore) AtlasClusterConfigurationOptions

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

AtlasClusterConfigurationOptions mocks base method.

func (*MockOperatorGenericStore) Auditing

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

Auditing mocks base method.

func (*MockOperatorGenericStore) CloudProviderAccessRoles

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

CloudProviderAccessRoles mocks base method.

func (*MockOperatorGenericStore) CreateOrganizationAPIKey

CreateOrganizationAPIKey mocks base method.

func (*MockOperatorGenericStore) CreateProject

CreateProject mocks base method.

func (*MockOperatorGenericStore) CreateProjectAPIKey

CreateProjectAPIKey mocks base method.

func (*MockOperatorGenericStore) DataFederation

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

DataFederation mocks base method.

func (*MockOperatorGenericStore) DataFederationList

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

DataFederationList mocks base method.

func (*MockOperatorGenericStore) DatabaseRoles

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

DatabaseRoles mocks base method.

func (*MockOperatorGenericStore) DatabaseUsers

DatabaseUsers mocks base method.

func (*MockOperatorGenericStore) DescribeSchedule

func (m *MockOperatorGenericStore) DescribeSchedule(arg0, arg1 string) (*admin.DiskBackupSnapshotSchedule, error)

DescribeSchedule mocks base method.

func (*MockOperatorGenericStore) EXPECT

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

func (*MockOperatorGenericStore) EncryptionAtRest

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

EncryptionAtRest mocks base method.

func (*MockOperatorGenericStore) GetServerlessInstance

func (m *MockOperatorGenericStore) GetServerlessInstance(arg0, arg1 string) (*admin.ServerlessInstanceDescription, error)

GetServerlessInstance mocks base method.

func (*MockOperatorGenericStore) GlobalCluster

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

GlobalCluster mocks base method.

func (*MockOperatorGenericStore) Integrations

Integrations mocks base method.

func (*MockOperatorGenericStore) MaintenanceWindow

func (m *MockOperatorGenericStore) MaintenanceWindow(arg0 string) (*admin.GroupMaintenanceWindow, error)

MaintenanceWindow mocks base method.

func (*MockOperatorGenericStore) PeeringConnections

PeeringConnections mocks base method.

func (*MockOperatorGenericStore) PrivateEndpoints

func (m *MockOperatorGenericStore) PrivateEndpoints(arg0, arg1 string) ([]admin.EndpointService, error)

PrivateEndpoints mocks base method.

func (*MockOperatorGenericStore) Project

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

Project mocks base method.

func (*MockOperatorGenericStore) ProjectByName

func (m *MockOperatorGenericStore) ProjectByName(arg0 string) (interface{}, error)

ProjectByName mocks base method.

func (*MockOperatorGenericStore) ProjectClusters

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

ProjectClusters mocks base method.

func (*MockOperatorGenericStore) ProjectIPAccessLists

func (m *MockOperatorGenericStore) ProjectIPAccessLists(arg0 string, arg1 *atlas.ListOptions) (*admin.PaginatedNetworkAccess, error)

ProjectIPAccessLists mocks base method.

func (*MockOperatorGenericStore) ProjectSettings

func (m *MockOperatorGenericStore) ProjectSettings(arg0 string) (*admin.GroupSettings, error)

ProjectSettings mocks base method.

func (*MockOperatorGenericStore) ProjectTeams

func (m *MockOperatorGenericStore) ProjectTeams(arg0 string) (*admin.PaginatedTeamRole, error)

ProjectTeams mocks base method.

func (*MockOperatorGenericStore) Projects

Projects mocks base method.

func (*MockOperatorGenericStore) ServerlessInstances

ServerlessInstances mocks base method.

func (*MockOperatorGenericStore) ServerlessPrivateEndpoints

func (m *MockOperatorGenericStore) ServerlessPrivateEndpoints(arg0, arg1 string) ([]admin.ServerlessTenantEndpoint, error)

ServerlessPrivateEndpoints mocks base method.

func (*MockOperatorGenericStore) TeamByID

func (m *MockOperatorGenericStore) TeamByID(arg0, arg1 string) (*admin.TeamResponse, error)

TeamByID mocks base method.

func (*MockOperatorGenericStore) TeamByName

func (m *MockOperatorGenericStore) TeamByName(arg0, arg1 string) (*admin.TeamResponse, error)

TeamByName mocks base method.

func (*MockOperatorGenericStore) TeamUsers

func (m *MockOperatorGenericStore) TeamUsers(arg0, arg1 string) (*admin.PaginatedApiAppUser, error)

TeamUsers mocks base method.

type MockOperatorGenericStoreMockRecorder

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

MockOperatorGenericStoreMockRecorder is the mock recorder for MockOperatorGenericStore.

func (*MockOperatorGenericStoreMockRecorder) AlertConfigurations

func (mr *MockOperatorGenericStoreMockRecorder) AlertConfigurations(arg0 interface{}) *gomock.Call

AlertConfigurations indicates an expected call of AlertConfigurations.

func (*MockOperatorGenericStoreMockRecorder) AssignProjectAPIKey

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

AssignProjectAPIKey indicates an expected call of AssignProjectAPIKey.

func (*MockOperatorGenericStoreMockRecorder) AtlasCluster

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

AtlasCluster indicates an expected call of AtlasCluster.

func (*MockOperatorGenericStoreMockRecorder) AtlasClusterConfigurationOptions

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

AtlasClusterConfigurationOptions indicates an expected call of AtlasClusterConfigurationOptions.

func (*MockOperatorGenericStoreMockRecorder) Auditing

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

Auditing indicates an expected call of Auditing.

func (*MockOperatorGenericStoreMockRecorder) CloudProviderAccessRoles

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

CloudProviderAccessRoles indicates an expected call of CloudProviderAccessRoles.

func (*MockOperatorGenericStoreMockRecorder) CreateOrganizationAPIKey

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

CreateOrganizationAPIKey indicates an expected call of CreateOrganizationAPIKey.

func (*MockOperatorGenericStoreMockRecorder) CreateProject

func (mr *MockOperatorGenericStoreMockRecorder) CreateProject(arg0 interface{}) *gomock.Call

CreateProject indicates an expected call of CreateProject.

func (*MockOperatorGenericStoreMockRecorder) CreateProjectAPIKey

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

CreateProjectAPIKey indicates an expected call of CreateProjectAPIKey.

func (*MockOperatorGenericStoreMockRecorder) DataFederation

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

DataFederation indicates an expected call of DataFederation.

func (*MockOperatorGenericStoreMockRecorder) DataFederationList

func (mr *MockOperatorGenericStoreMockRecorder) DataFederationList(arg0, arg1 interface{}) *gomock.Call

DataFederationList indicates an expected call of DataFederationList.

func (*MockOperatorGenericStoreMockRecorder) DatabaseRoles

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

DatabaseRoles indicates an expected call of DatabaseRoles.

func (*MockOperatorGenericStoreMockRecorder) DatabaseUsers

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

DatabaseUsers indicates an expected call of DatabaseUsers.

func (*MockOperatorGenericStoreMockRecorder) DescribeSchedule

func (mr *MockOperatorGenericStoreMockRecorder) DescribeSchedule(arg0, arg1 interface{}) *gomock.Call

DescribeSchedule indicates an expected call of DescribeSchedule.

func (*MockOperatorGenericStoreMockRecorder) EncryptionAtRest

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

EncryptionAtRest indicates an expected call of EncryptionAtRest.

func (*MockOperatorGenericStoreMockRecorder) GetServerlessInstance

func (mr *MockOperatorGenericStoreMockRecorder) GetServerlessInstance(arg0, arg1 interface{}) *gomock.Call

GetServerlessInstance indicates an expected call of GetServerlessInstance.

func (*MockOperatorGenericStoreMockRecorder) GlobalCluster

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

GlobalCluster indicates an expected call of GlobalCluster.

func (*MockOperatorGenericStoreMockRecorder) Integrations

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

Integrations indicates an expected call of Integrations.

func (*MockOperatorGenericStoreMockRecorder) MaintenanceWindow

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

MaintenanceWindow indicates an expected call of MaintenanceWindow.

func (*MockOperatorGenericStoreMockRecorder) PeeringConnections

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

PeeringConnections indicates an expected call of PeeringConnections.

func (*MockOperatorGenericStoreMockRecorder) PrivateEndpoints

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

PrivateEndpoints indicates an expected call of PrivateEndpoints.

func (*MockOperatorGenericStoreMockRecorder) Project

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

Project indicates an expected call of Project.

func (*MockOperatorGenericStoreMockRecorder) ProjectByName

func (mr *MockOperatorGenericStoreMockRecorder) ProjectByName(arg0 interface{}) *gomock.Call

ProjectByName indicates an expected call of ProjectByName.

func (*MockOperatorGenericStoreMockRecorder) ProjectClusters

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

ProjectClusters indicates an expected call of ProjectClusters.

func (*MockOperatorGenericStoreMockRecorder) ProjectIPAccessLists

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

ProjectIPAccessLists indicates an expected call of ProjectIPAccessLists.

func (*MockOperatorGenericStoreMockRecorder) ProjectSettings

func (mr *MockOperatorGenericStoreMockRecorder) ProjectSettings(arg0 interface{}) *gomock.Call

ProjectSettings indicates an expected call of ProjectSettings.

func (*MockOperatorGenericStoreMockRecorder) ProjectTeams

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

ProjectTeams indicates an expected call of ProjectTeams.

func (*MockOperatorGenericStoreMockRecorder) Projects

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

Projects indicates an expected call of Projects.

func (*MockOperatorGenericStoreMockRecorder) ServerlessInstances

func (mr *MockOperatorGenericStoreMockRecorder) ServerlessInstances(arg0, arg1 interface{}) *gomock.Call

ServerlessInstances indicates an expected call of ServerlessInstances.

func (*MockOperatorGenericStoreMockRecorder) ServerlessPrivateEndpoints

func (mr *MockOperatorGenericStoreMockRecorder) ServerlessPrivateEndpoints(arg0, arg1 interface{}) *gomock.Call

ServerlessPrivateEndpoints indicates an expected call of ServerlessPrivateEndpoints.

func (*MockOperatorGenericStoreMockRecorder) TeamByID

func (mr *MockOperatorGenericStoreMockRecorder) TeamByID(arg0, arg1 interface{}) *gomock.Call

TeamByID indicates an expected call of TeamByID.

func (*MockOperatorGenericStoreMockRecorder) TeamByName

func (mr *MockOperatorGenericStoreMockRecorder) TeamByName(arg0, arg1 interface{}) *gomock.Call

TeamByName indicates an expected call of TeamByName.

func (*MockOperatorGenericStoreMockRecorder) TeamUsers

func (mr *MockOperatorGenericStoreMockRecorder) TeamUsers(arg0, arg1 interface{}) *gomock.Call

TeamUsers indicates an expected call of TeamUsers.

type MockOperatorOrgStore

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

MockOperatorOrgStore is a mock of OperatorOrgStore interface.

func NewMockOperatorOrgStore

func NewMockOperatorOrgStore(ctrl *gomock.Controller) *MockOperatorOrgStore

NewMockOperatorOrgStore creates a new mock instance.

func (*MockOperatorOrgStore) AssignProjectAPIKey

func (m *MockOperatorOrgStore) AssignProjectAPIKey(arg0, arg1 string, arg2 *admin.UpdateAtlasProjectApiKey) error

AssignProjectAPIKey mocks base method.

func (*MockOperatorOrgStore) CreateOrganizationAPIKey

func (m *MockOperatorOrgStore) CreateOrganizationAPIKey(arg0 string, arg1 *admin.CreateAtlasOrganizationApiKey) (*admin.ApiKeyUserDetails, error)

CreateOrganizationAPIKey mocks base method.

func (*MockOperatorOrgStore) EXPECT

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

type MockOperatorOrgStoreMockRecorder

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

MockOperatorOrgStoreMockRecorder is the mock recorder for MockOperatorOrgStore.

func (*MockOperatorOrgStoreMockRecorder) AssignProjectAPIKey

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

AssignProjectAPIKey indicates an expected call of AssignProjectAPIKey.

func (*MockOperatorOrgStoreMockRecorder) CreateOrganizationAPIKey

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

CreateOrganizationAPIKey indicates an expected call of CreateOrganizationAPIKey.

type MockOperatorProjectStore

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

MockOperatorProjectStore is a mock of OperatorProjectStore interface.

func NewMockOperatorProjectStore

func NewMockOperatorProjectStore(ctrl *gomock.Controller) *MockOperatorProjectStore

NewMockOperatorProjectStore creates a new mock instance.

func (*MockOperatorProjectStore) AlertConfigurations

AlertConfigurations mocks base method.

func (*MockOperatorProjectStore) Auditing

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

Auditing mocks base method.

func (*MockOperatorProjectStore) CloudProviderAccessRoles

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

CloudProviderAccessRoles mocks base method.

func (*MockOperatorProjectStore) CreateProject

CreateProject mocks base method.

func (*MockOperatorProjectStore) CreateProjectAPIKey

CreateProjectAPIKey mocks base method.

func (*MockOperatorProjectStore) DatabaseRoles

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

DatabaseRoles mocks base method.

func (*MockOperatorProjectStore) EXPECT

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

func (*MockOperatorProjectStore) EncryptionAtRest

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

EncryptionAtRest mocks base method.

func (*MockOperatorProjectStore) Integrations

Integrations mocks base method.

func (*MockOperatorProjectStore) MaintenanceWindow

func (m *MockOperatorProjectStore) MaintenanceWindow(arg0 string) (*admin.GroupMaintenanceWindow, error)

MaintenanceWindow mocks base method.

func (*MockOperatorProjectStore) PeeringConnections

PeeringConnections mocks base method.

func (*MockOperatorProjectStore) PrivateEndpoints

func (m *MockOperatorProjectStore) PrivateEndpoints(arg0, arg1 string) ([]admin.EndpointService, error)

PrivateEndpoints mocks base method.

func (*MockOperatorProjectStore) Project

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

Project mocks base method.

func (*MockOperatorProjectStore) ProjectByName

func (m *MockOperatorProjectStore) ProjectByName(arg0 string) (interface{}, error)

ProjectByName mocks base method.

func (*MockOperatorProjectStore) ProjectIPAccessLists

func (m *MockOperatorProjectStore) ProjectIPAccessLists(arg0 string, arg1 *atlas.ListOptions) (*admin.PaginatedNetworkAccess, error)

ProjectIPAccessLists mocks base method.

func (*MockOperatorProjectStore) ProjectSettings

func (m *MockOperatorProjectStore) ProjectSettings(arg0 string) (*admin.GroupSettings, error)

ProjectSettings mocks base method.

func (*MockOperatorProjectStore) ProjectTeams

func (m *MockOperatorProjectStore) ProjectTeams(arg0 string) (*admin.PaginatedTeamRole, error)

ProjectTeams mocks base method.

func (*MockOperatorProjectStore) Projects

Projects mocks base method.

func (*MockOperatorProjectStore) TeamByID

func (m *MockOperatorProjectStore) TeamByID(arg0, arg1 string) (*admin.TeamResponse, error)

TeamByID mocks base method.

func (*MockOperatorProjectStore) TeamByName

func (m *MockOperatorProjectStore) TeamByName(arg0, arg1 string) (*admin.TeamResponse, error)

TeamByName mocks base method.

func (*MockOperatorProjectStore) TeamUsers

func (m *MockOperatorProjectStore) TeamUsers(arg0, arg1 string) (*admin.PaginatedApiAppUser, error)

TeamUsers mocks base method.

type MockOperatorProjectStoreMockRecorder

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

MockOperatorProjectStoreMockRecorder is the mock recorder for MockOperatorProjectStore.

func (*MockOperatorProjectStoreMockRecorder) AlertConfigurations

func (mr *MockOperatorProjectStoreMockRecorder) AlertConfigurations(arg0 interface{}) *gomock.Call

AlertConfigurations indicates an expected call of AlertConfigurations.

func (*MockOperatorProjectStoreMockRecorder) Auditing

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

Auditing indicates an expected call of Auditing.

func (*MockOperatorProjectStoreMockRecorder) CloudProviderAccessRoles

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

CloudProviderAccessRoles indicates an expected call of CloudProviderAccessRoles.

func (*MockOperatorProjectStoreMockRecorder) CreateProject

func (mr *MockOperatorProjectStoreMockRecorder) CreateProject(arg0 interface{}) *gomock.Call

CreateProject indicates an expected call of CreateProject.

func (*MockOperatorProjectStoreMockRecorder) CreateProjectAPIKey

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

CreateProjectAPIKey indicates an expected call of CreateProjectAPIKey.

func (*MockOperatorProjectStoreMockRecorder) DatabaseRoles

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

DatabaseRoles indicates an expected call of DatabaseRoles.

func (*MockOperatorProjectStoreMockRecorder) EncryptionAtRest

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

EncryptionAtRest indicates an expected call of EncryptionAtRest.

func (*MockOperatorProjectStoreMockRecorder) Integrations

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

Integrations indicates an expected call of Integrations.

func (*MockOperatorProjectStoreMockRecorder) MaintenanceWindow

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

MaintenanceWindow indicates an expected call of MaintenanceWindow.

func (*MockOperatorProjectStoreMockRecorder) PeeringConnections

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

PeeringConnections indicates an expected call of PeeringConnections.

func (*MockOperatorProjectStoreMockRecorder) PrivateEndpoints

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

PrivateEndpoints indicates an expected call of PrivateEndpoints.

func (*MockOperatorProjectStoreMockRecorder) Project

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

Project indicates an expected call of Project.

func (*MockOperatorProjectStoreMockRecorder) ProjectByName

func (mr *MockOperatorProjectStoreMockRecorder) ProjectByName(arg0 interface{}) *gomock.Call

ProjectByName indicates an expected call of ProjectByName.

func (*MockOperatorProjectStoreMockRecorder) ProjectIPAccessLists

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

ProjectIPAccessLists indicates an expected call of ProjectIPAccessLists.

func (*MockOperatorProjectStoreMockRecorder) ProjectSettings

func (mr *MockOperatorProjectStoreMockRecorder) ProjectSettings(arg0 interface{}) *gomock.Call

ProjectSettings indicates an expected call of ProjectSettings.

func (*MockOperatorProjectStoreMockRecorder) ProjectTeams

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

ProjectTeams indicates an expected call of ProjectTeams.

func (*MockOperatorProjectStoreMockRecorder) Projects

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

Projects indicates an expected call of Projects.

func (*MockOperatorProjectStoreMockRecorder) TeamByID

func (mr *MockOperatorProjectStoreMockRecorder) TeamByID(arg0, arg1 interface{}) *gomock.Call

TeamByID indicates an expected call of TeamByID.

func (*MockOperatorProjectStoreMockRecorder) TeamByName

func (mr *MockOperatorProjectStoreMockRecorder) TeamByName(arg0, arg1 interface{}) *gomock.Call

TeamByName indicates an expected call of TeamByName.

func (*MockOperatorProjectStoreMockRecorder) TeamUsers

func (mr *MockOperatorProjectStoreMockRecorder) TeamUsers(arg0, arg1 interface{}) *gomock.Call

TeamUsers indicates an expected call of TeamUsers.

type MockPeeringConnectionLister

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

MockPeeringConnectionLister is a mock of PeeringConnectionLister interface.

func NewMockPeeringConnectionLister

func NewMockPeeringConnectionLister(ctrl *gomock.Controller) *MockPeeringConnectionLister

NewMockPeeringConnectionLister creates a new mock instance.

func (*MockPeeringConnectionLister) EXPECT

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

func (*MockPeeringConnectionLister) PeeringConnections

PeeringConnections mocks base method.

type MockPeeringConnectionListerMockRecorder

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

MockPeeringConnectionListerMockRecorder is the mock recorder for MockPeeringConnectionLister.

func (*MockPeeringConnectionListerMockRecorder) PeeringConnections

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

PeeringConnections indicates an expected call of PeeringConnections.

type MockPrivateEndpointLister

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

MockPrivateEndpointLister is a mock of PrivateEndpointLister interface.

func NewMockPrivateEndpointLister

func NewMockPrivateEndpointLister(ctrl *gomock.Controller) *MockPrivateEndpointLister

NewMockPrivateEndpointLister creates a new mock instance.

func (*MockPrivateEndpointLister) EXPECT

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

func (*MockPrivateEndpointLister) PrivateEndpoints

func (m *MockPrivateEndpointLister) PrivateEndpoints(arg0, arg1 string) ([]admin.EndpointService, error)

PrivateEndpoints mocks base method.

type MockPrivateEndpointListerMockRecorder

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

MockPrivateEndpointListerMockRecorder is the mock recorder for MockPrivateEndpointLister.

func (*MockPrivateEndpointListerMockRecorder) PrivateEndpoints

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

PrivateEndpoints indicates an expected call of PrivateEndpoints.

type MockProjectIPAccessListLister

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

MockProjectIPAccessListLister is a mock of ProjectIPAccessListLister interface.

func NewMockProjectIPAccessListLister

func NewMockProjectIPAccessListLister(ctrl *gomock.Controller) *MockProjectIPAccessListLister

NewMockProjectIPAccessListLister creates a new mock instance.

func (*MockProjectIPAccessListLister) EXPECT

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

func (*MockProjectIPAccessListLister) ProjectIPAccessLists

func (m *MockProjectIPAccessListLister) ProjectIPAccessLists(arg0 string, arg1 *atlas.ListOptions) (*admin.PaginatedNetworkAccess, error)

ProjectIPAccessLists mocks base method.

type MockProjectIPAccessListListerMockRecorder

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

MockProjectIPAccessListListerMockRecorder is the mock recorder for MockProjectIPAccessListLister.

func (*MockProjectIPAccessListListerMockRecorder) ProjectIPAccessLists

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

ProjectIPAccessLists indicates an expected call of ProjectIPAccessLists.

type MockProjectSettingsDescriber

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

MockProjectSettingsDescriber is a mock of ProjectSettingsDescriber interface.

func NewMockProjectSettingsDescriber

func NewMockProjectSettingsDescriber(ctrl *gomock.Controller) *MockProjectSettingsDescriber

NewMockProjectSettingsDescriber creates a new mock instance.

func (*MockProjectSettingsDescriber) EXPECT

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

func (*MockProjectSettingsDescriber) ProjectSettings

func (m *MockProjectSettingsDescriber) ProjectSettings(arg0 string) (*admin.GroupSettings, error)

ProjectSettings mocks base method.

type MockProjectSettingsDescriberMockRecorder

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

MockProjectSettingsDescriberMockRecorder is the mock recorder for MockProjectSettingsDescriber.

func (*MockProjectSettingsDescriberMockRecorder) ProjectSettings

func (mr *MockProjectSettingsDescriberMockRecorder) ProjectSettings(arg0 interface{}) *gomock.Call

ProjectSettings indicates an expected call of ProjectSettings.

type MockScheduleDescriber

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

MockScheduleDescriber is a mock of ScheduleDescriber interface.

func NewMockScheduleDescriber

func NewMockScheduleDescriber(ctrl *gomock.Controller) *MockScheduleDescriber

NewMockScheduleDescriber creates a new mock instance.

func (*MockScheduleDescriber) DescribeSchedule

func (m *MockScheduleDescriber) DescribeSchedule(arg0, arg1 string) (*admin.DiskBackupSnapshotSchedule, error)

DescribeSchedule mocks base method.

func (*MockScheduleDescriber) EXPECT

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

type MockScheduleDescriberMockRecorder

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

MockScheduleDescriberMockRecorder is the mock recorder for MockScheduleDescriber.

func (*MockScheduleDescriberMockRecorder) DescribeSchedule

func (mr *MockScheduleDescriberMockRecorder) DescribeSchedule(arg0, arg1 interface{}) *gomock.Call

DescribeSchedule indicates an expected call of DescribeSchedule.

type MockServerlessInstanceDescriber

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

MockServerlessInstanceDescriber is a mock of ServerlessInstanceDescriber interface.

func NewMockServerlessInstanceDescriber

func NewMockServerlessInstanceDescriber(ctrl *gomock.Controller) *MockServerlessInstanceDescriber

NewMockServerlessInstanceDescriber creates a new mock instance.

func (*MockServerlessInstanceDescriber) EXPECT

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

func (*MockServerlessInstanceDescriber) GetServerlessInstance

func (m *MockServerlessInstanceDescriber) GetServerlessInstance(arg0, arg1 string) (*admin.ServerlessInstanceDescription, error)

GetServerlessInstance mocks base method.

type MockServerlessInstanceDescriberMockRecorder

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

MockServerlessInstanceDescriberMockRecorder is the mock recorder for MockServerlessInstanceDescriber.

func (*MockServerlessInstanceDescriberMockRecorder) GetServerlessInstance

func (mr *MockServerlessInstanceDescriberMockRecorder) GetServerlessInstance(arg0, arg1 interface{}) *gomock.Call

GetServerlessInstance indicates an expected call of GetServerlessInstance.

type MockServerlessInstanceLister

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

MockServerlessInstanceLister is a mock of ServerlessInstanceLister interface.

func NewMockServerlessInstanceLister

func NewMockServerlessInstanceLister(ctrl *gomock.Controller) *MockServerlessInstanceLister

NewMockServerlessInstanceLister creates a new mock instance.

func (*MockServerlessInstanceLister) EXPECT

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

func (*MockServerlessInstanceLister) ServerlessInstances

ServerlessInstances mocks base method.

type MockServerlessInstanceListerMockRecorder

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

MockServerlessInstanceListerMockRecorder is the mock recorder for MockServerlessInstanceLister.

func (*MockServerlessInstanceListerMockRecorder) ServerlessInstances

func (mr *MockServerlessInstanceListerMockRecorder) ServerlessInstances(arg0, arg1 interface{}) *gomock.Call

ServerlessInstances indicates an expected call of ServerlessInstances.

type MockServerlessPrivateEndpointsLister

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

MockServerlessPrivateEndpointsLister is a mock of ServerlessPrivateEndpointsLister interface.

func NewMockServerlessPrivateEndpointsLister

func NewMockServerlessPrivateEndpointsLister(ctrl *gomock.Controller) *MockServerlessPrivateEndpointsLister

NewMockServerlessPrivateEndpointsLister creates a new mock instance.

func (*MockServerlessPrivateEndpointsLister) EXPECT

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

func (*MockServerlessPrivateEndpointsLister) ServerlessPrivateEndpoints

func (m *MockServerlessPrivateEndpointsLister) ServerlessPrivateEndpoints(arg0, arg1 string) ([]admin.ServerlessTenantEndpoint, error)

ServerlessPrivateEndpoints mocks base method.

type MockServerlessPrivateEndpointsListerMockRecorder

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

MockServerlessPrivateEndpointsListerMockRecorder is the mock recorder for MockServerlessPrivateEndpointsLister.

func (*MockServerlessPrivateEndpointsListerMockRecorder) ServerlessPrivateEndpoints

func (mr *MockServerlessPrivateEndpointsListerMockRecorder) ServerlessPrivateEndpoints(arg0, arg1 interface{}) *gomock.Call

ServerlessPrivateEndpoints indicates an expected call of ServerlessPrivateEndpoints.

Jump to

Keyboard shortcuts

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