mocks

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

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 MockAzureClient

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

MockAzureClient is a mock of AzureClient interface.

func NewMockAzureClient

func NewMockAzureClient(ctrl *gomock.Controller) *MockAzureClient

NewMockAzureClient creates a new mock instance.

func (*MockAzureClient) EXPECT

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

func (*MockAzureClient) GetAzureADApp

func (m *MockAzureClient) GetAzureADApp(arg0 context.Context, arg1 string, arg2 []string) (*azure.Application, error)

GetAzureADApp mocks base method.

func (*MockAzureClient) GetAzureADApps

func (m *MockAzureClient) GetAzureADApps(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.ApplicationList, error)

GetAzureADApps mocks base method.

func (*MockAzureClient) GetAzureADDirectoryObject

func (m *MockAzureClient) GetAzureADDirectoryObject(arg0 context.Context, arg1 string) (json.RawMessage, error)

GetAzureADDirectoryObject mocks base method.

func (*MockAzureClient) GetAzureADGroup

func (m *MockAzureClient) GetAzureADGroup(arg0 context.Context, arg1 string, arg2 []string) (*azure.Group, error)

GetAzureADGroup mocks base method.

func (*MockAzureClient) GetAzureADGroupOwners

func (m *MockAzureClient) GetAzureADGroupOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.DirectoryObjectList, error)

GetAzureADGroupOwners mocks base method.

func (*MockAzureClient) GetAzureADGroups

func (m *MockAzureClient) GetAzureADGroups(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.GroupList, error)

GetAzureADGroups mocks base method.

func (*MockAzureClient) GetAzureADOrganization

func (m *MockAzureClient) GetAzureADOrganization(arg0 context.Context, arg1 []string) (*azure.Organization, error)

GetAzureADOrganization mocks base method.

func (*MockAzureClient) GetAzureADRole

func (m *MockAzureClient) GetAzureADRole(arg0 context.Context, arg1 string, arg2 []string) (*azure.Role, error)

GetAzureADRole mocks base method.

func (*MockAzureClient) GetAzureADRoleAssignment

func (m *MockAzureClient) GetAzureADRoleAssignment(arg0 context.Context, arg1 string, arg2 []string) (*azure.UnifiedRoleAssignment, error)

GetAzureADRoleAssignment mocks base method.

func (*MockAzureClient) GetAzureADRoleAssignments

func (m *MockAzureClient) GetAzureADRoleAssignments(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.UnifiedRoleAssignmentList, error)

GetAzureADRoleAssignments mocks base method.

func (*MockAzureClient) GetAzureADRoles

func (m *MockAzureClient) GetAzureADRoles(arg0 context.Context, arg1, arg2 string) (azure.RoleList, error)

GetAzureADRoles mocks base method.

func (*MockAzureClient) GetAzureADServicePrincipal

func (m *MockAzureClient) GetAzureADServicePrincipal(arg0 context.Context, arg1 string, arg2 []string) (*azure.ServicePrincipal, error)

GetAzureADServicePrincipal mocks base method.

func (*MockAzureClient) GetAzureADServicePrincipalOwners

func (m *MockAzureClient) GetAzureADServicePrincipalOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.DirectoryObjectList, error)

GetAzureADServicePrincipalOwners mocks base method.

func (*MockAzureClient) GetAzureADServicePrincipals

func (m *MockAzureClient) GetAzureADServicePrincipals(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.ServicePrincipalList, error)

GetAzureADServicePrincipals mocks base method.

func (*MockAzureClient) GetAzureADTenants

func (m *MockAzureClient) GetAzureADTenants(arg0 context.Context, arg1 bool) (azure.TenantList, error)

GetAzureADTenants mocks base method.

func (*MockAzureClient) GetAzureADUser

func (m *MockAzureClient) GetAzureADUser(arg0 context.Context, arg1 string, arg2 []string) (*azure.User, error)

GetAzureADUser mocks base method.

func (*MockAzureClient) GetAzureADUsers

func (m *MockAzureClient) GetAzureADUsers(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string, arg5 int32, arg6 bool) (azure.UserList, error)

GetAzureADUsers mocks base method.

func (*MockAzureClient) GetAzureDevice

func (m *MockAzureClient) GetAzureDevice(arg0 context.Context, arg1 string, arg2 []string) (*azure.Device, error)

GetAzureDevice mocks base method.

func (*MockAzureClient) GetAzureDevices

func (m *MockAzureClient) GetAzureDevices(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.DeviceList, error)

GetAzureDevices mocks base method.

func (*MockAzureClient) GetAzureKeyVault

func (m *MockAzureClient) GetAzureKeyVault(arg0 context.Context, arg1, arg2, arg3 string) (*azure.KeyVault, error)

GetAzureKeyVault mocks base method.

func (*MockAzureClient) GetAzureKeyVaults

func (m *MockAzureClient) GetAzureKeyVaults(arg0 context.Context, arg1 string, arg2 int32) (azure.KeyVaultList, error)

GetAzureKeyVaults mocks base method.

func (*MockAzureClient) GetAzureManagementGroup

func (m *MockAzureClient) GetAzureManagementGroup(arg0 context.Context, arg1, arg2, arg3 string, arg4 bool) (*azure.ManagementGroup, error)

GetAzureManagementGroup mocks base method.

func (*MockAzureClient) GetAzureManagementGroups

func (m *MockAzureClient) GetAzureManagementGroups(arg0 context.Context) (azure.ManagementGroupList, error)

GetAzureManagementGroups mocks base method.

func (*MockAzureClient) GetAzureResourceGroup

func (m *MockAzureClient) GetAzureResourceGroup(arg0 context.Context, arg1, arg2 string) (*azure.ResourceGroup, error)

GetAzureResourceGroup mocks base method.

func (*MockAzureClient) GetAzureResourceGroups

func (m *MockAzureClient) GetAzureResourceGroups(arg0 context.Context, arg1, arg2 string, arg3 int32) (azure.ResourceGroupList, error)

GetAzureResourceGroups mocks base method.

func (*MockAzureClient) GetAzureStorageAccount added in v1.2.0

func (m *MockAzureClient) GetAzureStorageAccount(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*azure.StorageAccount, error)

GetAzureStorageAccount mocks base method.

func (*MockAzureClient) GetAzureStorageAccounts added in v1.2.0

func (m *MockAzureClient) GetAzureStorageAccounts(arg0 context.Context, arg1 string) (azure.StorageAccountList, error)

GetAzureStorageAccounts mocks base method.

func (*MockAzureClient) GetAzureSubscription

func (m *MockAzureClient) GetAzureSubscription(arg0 context.Context, arg1 string) (*azure.Subscription, error)

GetAzureSubscription mocks base method.

func (*MockAzureClient) GetAzureSubscriptions

func (m *MockAzureClient) GetAzureSubscriptions(arg0 context.Context) (azure.SubscriptionList, error)

GetAzureSubscriptions mocks base method.

func (*MockAzureClient) GetAzureVirtualMachine

func (m *MockAzureClient) GetAzureVirtualMachine(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*azure.VirtualMachine, error)

GetAzureVirtualMachine mocks base method.

func (*MockAzureClient) GetAzureVirtualMachines

func (m *MockAzureClient) GetAzureVirtualMachines(arg0 context.Context, arg1 string, arg2 bool) (azure.VirtualMachineList, error)

GetAzureVirtualMachines mocks base method.

func (*MockAzureClient) GetResourceRoleAssignments

func (m *MockAzureClient) GetResourceRoleAssignments(arg0 context.Context, arg1, arg2, arg3 string) (azure.RoleAssignmentList, error)

GetResourceRoleAssignments mocks base method.

func (*MockAzureClient) GetRoleAssignmentsForResource

func (m *MockAzureClient) GetRoleAssignmentsForResource(arg0 context.Context, arg1, arg2 string) (azure.RoleAssignmentList, error)

GetRoleAssignmentsForResource mocks base method.

func (*MockAzureClient) ListAzureADAppMemberObjects

func (m *MockAzureClient) ListAzureADAppMemberObjects(arg0 context.Context, arg1 string, arg2 bool) <-chan azure.MemberObjectResult

ListAzureADAppMemberObjects mocks base method.

func (*MockAzureClient) ListAzureADAppOwners

func (m *MockAzureClient) ListAzureADAppOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.AppOwnerResult

ListAzureADAppOwners mocks base method.

func (*MockAzureClient) ListAzureADAppRoleAssignments added in v1.2.0

func (m *MockAzureClient) ListAzureADAppRoleAssignments(arg0 context.Context, arg1, arg2, arg3, arg4, arg5 string, arg6 []string) <-chan azure.AppRoleAssignmentResult

ListAzureADAppRoleAssignments mocks base method.

func (*MockAzureClient) ListAzureADApps

func (m *MockAzureClient) ListAzureADApps(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.ApplicationResult

ListAzureADApps mocks base method.

func (*MockAzureClient) ListAzureADGroupMembers

func (m *MockAzureClient) ListAzureADGroupMembers(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.MemberObjectResult

ListAzureADGroupMembers mocks base method.

func (*MockAzureClient) ListAzureADGroupOwners

func (m *MockAzureClient) ListAzureADGroupOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.GroupOwnerResult

ListAzureADGroupOwners mocks base method.

func (*MockAzureClient) ListAzureADGroups

func (m *MockAzureClient) ListAzureADGroups(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.GroupResult

ListAzureADGroups mocks base method.

func (*MockAzureClient) ListAzureADRoleAssignments

func (m *MockAzureClient) ListAzureADRoleAssignments(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.UnifiedRoleAssignmentResult

ListAzureADRoleAssignments mocks base method.

func (*MockAzureClient) ListAzureADRoles

func (m *MockAzureClient) ListAzureADRoles(arg0 context.Context, arg1, arg2 string) <-chan azure.RoleResult

ListAzureADRoles mocks base method.

func (*MockAzureClient) ListAzureADServicePrincipalOwners

func (m *MockAzureClient) ListAzureADServicePrincipalOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.ServicePrincipalOwnerResult

ListAzureADServicePrincipalOwners mocks base method.

func (*MockAzureClient) ListAzureADServicePrincipals

func (m *MockAzureClient) ListAzureADServicePrincipals(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.ServicePrincipalResult

ListAzureADServicePrincipals mocks base method.

func (*MockAzureClient) ListAzureADTenants

func (m *MockAzureClient) ListAzureADTenants(arg0 context.Context, arg1 bool) <-chan azure.TenantResult

ListAzureADTenants mocks base method.

func (*MockAzureClient) ListAzureADUsers

func (m *MockAzureClient) ListAzureADUsers(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string) <-chan azure.UserResult

ListAzureADUsers mocks base method.

func (*MockAzureClient) ListAzureAutomationAccounts added in v1.2.0

func (m *MockAzureClient) ListAzureAutomationAccounts(arg0 context.Context, arg1 string) <-chan azure.AutomationAccountResult

ListAzureAutomationAccounts mocks base method.

func (*MockAzureClient) ListAzureDeviceRegisteredOwners

func (m *MockAzureClient) ListAzureDeviceRegisteredOwners(arg0 context.Context, arg1 string, arg2 bool) <-chan azure.DeviceRegisteredOwnerResult

ListAzureDeviceRegisteredOwners mocks base method.

func (*MockAzureClient) ListAzureDevices

func (m *MockAzureClient) ListAzureDevices(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.DeviceResult

ListAzureDevices mocks base method.

func (*MockAzureClient) ListAzureFunctionApps added in v1.2.0

func (m *MockAzureClient) ListAzureFunctionApps(arg0 context.Context, arg1 string) <-chan azure.FunctionAppResult

ListAzureFunctionApps mocks base method.

func (*MockAzureClient) ListAzureKeyVaults

func (m *MockAzureClient) ListAzureKeyVaults(arg0 context.Context, arg1 string, arg2 int32) <-chan azure.KeyVaultResult

ListAzureKeyVaults mocks base method.

func (*MockAzureClient) ListAzureManagementGroupDescendants

func (m *MockAzureClient) ListAzureManagementGroupDescendants(arg0 context.Context, arg1 string) <-chan azure.DescendantInfoResult

ListAzureManagementGroupDescendants mocks base method.

func (*MockAzureClient) ListAzureManagementGroups

func (m *MockAzureClient) ListAzureManagementGroups(arg0 context.Context) <-chan azure.ManagementGroupResult

ListAzureManagementGroups mocks base method.

func (*MockAzureClient) ListAzureResourceGroups

func (m *MockAzureClient) ListAzureResourceGroups(arg0 context.Context, arg1, arg2 string) <-chan azure.ResourceGroupResult

ListAzureResourceGroups mocks base method.

func (*MockAzureClient) ListAzureStorageAccounts added in v1.2.0

func (m *MockAzureClient) ListAzureStorageAccounts(arg0 context.Context, arg1 string) <-chan azure.StorageAccountResult

ListAzureStorageAccounts mocks base method.

func (*MockAzureClient) ListAzureStorageContainers added in v1.2.0

func (m *MockAzureClient) ListAzureStorageContainers(arg0 context.Context, arg1, arg2, arg3, arg4, arg5, arg6 string) <-chan azure.StorageContainerResult

ListAzureStorageContainers mocks base method.

func (*MockAzureClient) ListAzureSubscriptions

func (m *MockAzureClient) ListAzureSubscriptions(arg0 context.Context) <-chan azure.SubscriptionResult

ListAzureSubscriptions mocks base method.

func (*MockAzureClient) ListAzureVirtualMachines

func (m *MockAzureClient) ListAzureVirtualMachines(arg0 context.Context, arg1 string, arg2 bool) <-chan azure.VirtualMachineResult

ListAzureVirtualMachines mocks base method.

func (*MockAzureClient) ListAzureWorkflows added in v1.2.0

func (m *MockAzureClient) ListAzureWorkflows(arg0 context.Context, arg1, arg2 string, arg3 int32) <-chan azure.WorkflowResult

ListAzureWorkflows mocks base method.

func (*MockAzureClient) ListResourceRoleAssignments

func (m *MockAzureClient) ListResourceRoleAssignments(arg0 context.Context, arg1, arg2, arg3 string) <-chan azure.RoleAssignmentResult

ListResourceRoleAssignments mocks base method.

func (*MockAzureClient) ListRoleAssignmentsForResource

func (m *MockAzureClient) ListRoleAssignmentsForResource(arg0 context.Context, arg1, arg2 string) <-chan azure.RoleAssignmentResult

ListRoleAssignmentsForResource mocks base method.

func (*MockAzureClient) TenantInfo

func (m *MockAzureClient) TenantInfo() azure.Tenant

TenantInfo mocks base method.

type MockAzureClientMockRecorder

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

MockAzureClientMockRecorder is the mock recorder for MockAzureClient.

func (*MockAzureClientMockRecorder) GetAzureADApp

func (mr *MockAzureClientMockRecorder) GetAzureADApp(arg0, arg1, arg2 interface{}) *gomock.Call

GetAzureADApp indicates an expected call of GetAzureADApp.

func (*MockAzureClientMockRecorder) GetAzureADApps

func (mr *MockAzureClientMockRecorder) GetAzureADApps(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call

GetAzureADApps indicates an expected call of GetAzureADApps.

func (*MockAzureClientMockRecorder) GetAzureADDirectoryObject

func (mr *MockAzureClientMockRecorder) GetAzureADDirectoryObject(arg0, arg1 interface{}) *gomock.Call

GetAzureADDirectoryObject indicates an expected call of GetAzureADDirectoryObject.

func (*MockAzureClientMockRecorder) GetAzureADGroup

func (mr *MockAzureClientMockRecorder) GetAzureADGroup(arg0, arg1, arg2 interface{}) *gomock.Call

GetAzureADGroup indicates an expected call of GetAzureADGroup.

func (*MockAzureClientMockRecorder) GetAzureADGroupOwners

func (mr *MockAzureClientMockRecorder) GetAzureADGroupOwners(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call

GetAzureADGroupOwners indicates an expected call of GetAzureADGroupOwners.

func (*MockAzureClientMockRecorder) GetAzureADGroups

func (mr *MockAzureClientMockRecorder) GetAzureADGroups(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call

GetAzureADGroups indicates an expected call of GetAzureADGroups.

func (*MockAzureClientMockRecorder) GetAzureADOrganization

func (mr *MockAzureClientMockRecorder) GetAzureADOrganization(arg0, arg1 interface{}) *gomock.Call

GetAzureADOrganization indicates an expected call of GetAzureADOrganization.

func (*MockAzureClientMockRecorder) GetAzureADRole

func (mr *MockAzureClientMockRecorder) GetAzureADRole(arg0, arg1, arg2 interface{}) *gomock.Call

GetAzureADRole indicates an expected call of GetAzureADRole.

func (*MockAzureClientMockRecorder) GetAzureADRoleAssignment

func (mr *MockAzureClientMockRecorder) GetAzureADRoleAssignment(arg0, arg1, arg2 interface{}) *gomock.Call

GetAzureADRoleAssignment indicates an expected call of GetAzureADRoleAssignment.

func (*MockAzureClientMockRecorder) GetAzureADRoleAssignments

func (mr *MockAzureClientMockRecorder) GetAzureADRoleAssignments(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call

GetAzureADRoleAssignments indicates an expected call of GetAzureADRoleAssignments.

func (*MockAzureClientMockRecorder) GetAzureADRoles

func (mr *MockAzureClientMockRecorder) GetAzureADRoles(arg0, arg1, arg2 interface{}) *gomock.Call

GetAzureADRoles indicates an expected call of GetAzureADRoles.

func (*MockAzureClientMockRecorder) GetAzureADServicePrincipal

func (mr *MockAzureClientMockRecorder) GetAzureADServicePrincipal(arg0, arg1, arg2 interface{}) *gomock.Call

GetAzureADServicePrincipal indicates an expected call of GetAzureADServicePrincipal.

func (*MockAzureClientMockRecorder) GetAzureADServicePrincipalOwners

func (mr *MockAzureClientMockRecorder) GetAzureADServicePrincipalOwners(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call

GetAzureADServicePrincipalOwners indicates an expected call of GetAzureADServicePrincipalOwners.

func (*MockAzureClientMockRecorder) GetAzureADServicePrincipals

func (mr *MockAzureClientMockRecorder) GetAzureADServicePrincipals(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call

GetAzureADServicePrincipals indicates an expected call of GetAzureADServicePrincipals.

func (*MockAzureClientMockRecorder) GetAzureADTenants

func (mr *MockAzureClientMockRecorder) GetAzureADTenants(arg0, arg1 interface{}) *gomock.Call

GetAzureADTenants indicates an expected call of GetAzureADTenants.

func (*MockAzureClientMockRecorder) GetAzureADUser

func (mr *MockAzureClientMockRecorder) GetAzureADUser(arg0, arg1, arg2 interface{}) *gomock.Call

GetAzureADUser indicates an expected call of GetAzureADUser.

func (*MockAzureClientMockRecorder) GetAzureADUsers

func (mr *MockAzureClientMockRecorder) GetAzureADUsers(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call

GetAzureADUsers indicates an expected call of GetAzureADUsers.

func (*MockAzureClientMockRecorder) GetAzureDevice

func (mr *MockAzureClientMockRecorder) GetAzureDevice(arg0, arg1, arg2 interface{}) *gomock.Call

GetAzureDevice indicates an expected call of GetAzureDevice.

func (*MockAzureClientMockRecorder) GetAzureDevices

func (mr *MockAzureClientMockRecorder) GetAzureDevices(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call

GetAzureDevices indicates an expected call of GetAzureDevices.

func (*MockAzureClientMockRecorder) GetAzureKeyVault

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

GetAzureKeyVault indicates an expected call of GetAzureKeyVault.

func (*MockAzureClientMockRecorder) GetAzureKeyVaults

func (mr *MockAzureClientMockRecorder) GetAzureKeyVaults(arg0, arg1, arg2 interface{}) *gomock.Call

GetAzureKeyVaults indicates an expected call of GetAzureKeyVaults.

func (*MockAzureClientMockRecorder) GetAzureManagementGroup

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

GetAzureManagementGroup indicates an expected call of GetAzureManagementGroup.

func (*MockAzureClientMockRecorder) GetAzureManagementGroups

func (mr *MockAzureClientMockRecorder) GetAzureManagementGroups(arg0 interface{}) *gomock.Call

GetAzureManagementGroups indicates an expected call of GetAzureManagementGroups.

func (*MockAzureClientMockRecorder) GetAzureResourceGroup

func (mr *MockAzureClientMockRecorder) GetAzureResourceGroup(arg0, arg1, arg2 interface{}) *gomock.Call

GetAzureResourceGroup indicates an expected call of GetAzureResourceGroup.

func (*MockAzureClientMockRecorder) GetAzureResourceGroups

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

GetAzureResourceGroups indicates an expected call of GetAzureResourceGroups.

func (*MockAzureClientMockRecorder) GetAzureStorageAccount added in v1.2.0

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

GetAzureStorageAccount indicates an expected call of GetAzureStorageAccount.

func (*MockAzureClientMockRecorder) GetAzureStorageAccounts added in v1.2.0

func (mr *MockAzureClientMockRecorder) GetAzureStorageAccounts(arg0, arg1 interface{}) *gomock.Call

GetAzureStorageAccounts indicates an expected call of GetAzureStorageAccounts.

func (*MockAzureClientMockRecorder) GetAzureSubscription

func (mr *MockAzureClientMockRecorder) GetAzureSubscription(arg0, arg1 interface{}) *gomock.Call

GetAzureSubscription indicates an expected call of GetAzureSubscription.

func (*MockAzureClientMockRecorder) GetAzureSubscriptions

func (mr *MockAzureClientMockRecorder) GetAzureSubscriptions(arg0 interface{}) *gomock.Call

GetAzureSubscriptions indicates an expected call of GetAzureSubscriptions.

func (*MockAzureClientMockRecorder) GetAzureVirtualMachine

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

GetAzureVirtualMachine indicates an expected call of GetAzureVirtualMachine.

func (*MockAzureClientMockRecorder) GetAzureVirtualMachines

func (mr *MockAzureClientMockRecorder) GetAzureVirtualMachines(arg0, arg1, arg2 interface{}) *gomock.Call

GetAzureVirtualMachines indicates an expected call of GetAzureVirtualMachines.

func (*MockAzureClientMockRecorder) GetResourceRoleAssignments

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

GetResourceRoleAssignments indicates an expected call of GetResourceRoleAssignments.

func (*MockAzureClientMockRecorder) GetRoleAssignmentsForResource

func (mr *MockAzureClientMockRecorder) GetRoleAssignmentsForResource(arg0, arg1, arg2 interface{}) *gomock.Call

GetRoleAssignmentsForResource indicates an expected call of GetRoleAssignmentsForResource.

func (*MockAzureClientMockRecorder) ListAzureADAppMemberObjects

func (mr *MockAzureClientMockRecorder) ListAzureADAppMemberObjects(arg0, arg1, arg2 interface{}) *gomock.Call

ListAzureADAppMemberObjects indicates an expected call of ListAzureADAppMemberObjects.

func (*MockAzureClientMockRecorder) ListAzureADAppOwners

func (mr *MockAzureClientMockRecorder) ListAzureADAppOwners(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

ListAzureADAppOwners indicates an expected call of ListAzureADAppOwners.

func (*MockAzureClientMockRecorder) ListAzureADAppRoleAssignments added in v1.2.0

func (mr *MockAzureClientMockRecorder) ListAzureADAppRoleAssignments(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call

ListAzureADAppRoleAssignments indicates an expected call of ListAzureADAppRoleAssignments.

func (*MockAzureClientMockRecorder) ListAzureADApps

func (mr *MockAzureClientMockRecorder) ListAzureADApps(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

ListAzureADApps indicates an expected call of ListAzureADApps.

func (*MockAzureClientMockRecorder) ListAzureADGroupMembers

func (mr *MockAzureClientMockRecorder) ListAzureADGroupMembers(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

ListAzureADGroupMembers indicates an expected call of ListAzureADGroupMembers.

func (*MockAzureClientMockRecorder) ListAzureADGroupOwners

func (mr *MockAzureClientMockRecorder) ListAzureADGroupOwners(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

ListAzureADGroupOwners indicates an expected call of ListAzureADGroupOwners.

func (*MockAzureClientMockRecorder) ListAzureADGroups

func (mr *MockAzureClientMockRecorder) ListAzureADGroups(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

ListAzureADGroups indicates an expected call of ListAzureADGroups.

func (*MockAzureClientMockRecorder) ListAzureADRoleAssignments

func (mr *MockAzureClientMockRecorder) ListAzureADRoleAssignments(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

ListAzureADRoleAssignments indicates an expected call of ListAzureADRoleAssignments.

func (*MockAzureClientMockRecorder) ListAzureADRoles

func (mr *MockAzureClientMockRecorder) ListAzureADRoles(arg0, arg1, arg2 interface{}) *gomock.Call

ListAzureADRoles indicates an expected call of ListAzureADRoles.

func (*MockAzureClientMockRecorder) ListAzureADServicePrincipalOwners

func (mr *MockAzureClientMockRecorder) ListAzureADServicePrincipalOwners(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

ListAzureADServicePrincipalOwners indicates an expected call of ListAzureADServicePrincipalOwners.

func (*MockAzureClientMockRecorder) ListAzureADServicePrincipals

func (mr *MockAzureClientMockRecorder) ListAzureADServicePrincipals(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

ListAzureADServicePrincipals indicates an expected call of ListAzureADServicePrincipals.

func (*MockAzureClientMockRecorder) ListAzureADTenants

func (mr *MockAzureClientMockRecorder) ListAzureADTenants(arg0, arg1 interface{}) *gomock.Call

ListAzureADTenants indicates an expected call of ListAzureADTenants.

func (*MockAzureClientMockRecorder) ListAzureADUsers

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

ListAzureADUsers indicates an expected call of ListAzureADUsers.

func (*MockAzureClientMockRecorder) ListAzureAutomationAccounts added in v1.2.0

func (mr *MockAzureClientMockRecorder) ListAzureAutomationAccounts(arg0, arg1 interface{}) *gomock.Call

ListAzureAutomationAccounts indicates an expected call of ListAzureAutomationAccounts.

func (*MockAzureClientMockRecorder) ListAzureDeviceRegisteredOwners

func (mr *MockAzureClientMockRecorder) ListAzureDeviceRegisteredOwners(arg0, arg1, arg2 interface{}) *gomock.Call

ListAzureDeviceRegisteredOwners indicates an expected call of ListAzureDeviceRegisteredOwners.

func (*MockAzureClientMockRecorder) ListAzureDevices

func (mr *MockAzureClientMockRecorder) ListAzureDevices(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

ListAzureDevices indicates an expected call of ListAzureDevices.

func (*MockAzureClientMockRecorder) ListAzureFunctionApps added in v1.2.0

func (mr *MockAzureClientMockRecorder) ListAzureFunctionApps(arg0, arg1 interface{}) *gomock.Call

ListAzureFunctionApps indicates an expected call of ListAzureFunctionApps.

func (*MockAzureClientMockRecorder) ListAzureKeyVaults

func (mr *MockAzureClientMockRecorder) ListAzureKeyVaults(arg0, arg1, arg2 interface{}) *gomock.Call

ListAzureKeyVaults indicates an expected call of ListAzureKeyVaults.

func (*MockAzureClientMockRecorder) ListAzureManagementGroupDescendants

func (mr *MockAzureClientMockRecorder) ListAzureManagementGroupDescendants(arg0, arg1 interface{}) *gomock.Call

ListAzureManagementGroupDescendants indicates an expected call of ListAzureManagementGroupDescendants.

func (*MockAzureClientMockRecorder) ListAzureManagementGroups

func (mr *MockAzureClientMockRecorder) ListAzureManagementGroups(arg0 interface{}) *gomock.Call

ListAzureManagementGroups indicates an expected call of ListAzureManagementGroups.

func (*MockAzureClientMockRecorder) ListAzureResourceGroups

func (mr *MockAzureClientMockRecorder) ListAzureResourceGroups(arg0, arg1, arg2 interface{}) *gomock.Call

ListAzureResourceGroups indicates an expected call of ListAzureResourceGroups.

func (*MockAzureClientMockRecorder) ListAzureStorageAccounts added in v1.2.0

func (mr *MockAzureClientMockRecorder) ListAzureStorageAccounts(arg0, arg1 interface{}) *gomock.Call

ListAzureStorageAccounts indicates an expected call of ListAzureStorageAccounts.

func (*MockAzureClientMockRecorder) ListAzureStorageContainers added in v1.2.0

func (mr *MockAzureClientMockRecorder) ListAzureStorageContainers(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call

ListAzureStorageContainers indicates an expected call of ListAzureStorageContainers.

func (*MockAzureClientMockRecorder) ListAzureSubscriptions

func (mr *MockAzureClientMockRecorder) ListAzureSubscriptions(arg0 interface{}) *gomock.Call

ListAzureSubscriptions indicates an expected call of ListAzureSubscriptions.

func (*MockAzureClientMockRecorder) ListAzureVirtualMachines

func (mr *MockAzureClientMockRecorder) ListAzureVirtualMachines(arg0, arg1, arg2 interface{}) *gomock.Call

ListAzureVirtualMachines indicates an expected call of ListAzureVirtualMachines.

func (*MockAzureClientMockRecorder) ListAzureWorkflows added in v1.2.0

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

ListAzureWorkflows indicates an expected call of ListAzureWorkflows.

func (*MockAzureClientMockRecorder) ListResourceRoleAssignments

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

ListResourceRoleAssignments indicates an expected call of ListResourceRoleAssignments.

func (*MockAzureClientMockRecorder) ListRoleAssignmentsForResource

func (mr *MockAzureClientMockRecorder) ListRoleAssignmentsForResource(arg0, arg1, arg2 interface{}) *gomock.Call

ListRoleAssignmentsForResource indicates an expected call of ListRoleAssignmentsForResource.

func (*MockAzureClientMockRecorder) TenantInfo

func (mr *MockAzureClientMockRecorder) TenantInfo() *gomock.Call

TenantInfo indicates an expected call of TenantInfo.

Jump to

Keyboard shortcuts

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