mock_azclient

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Overview

Package mock_azclient is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClientFactory

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

MockClientFactory is a mock of ClientFactory interface.

func NewMockClientFactory

func NewMockClientFactory(ctrl *gomock.Controller) *MockClientFactory

NewMockClientFactory creates a new mock instance.

func (*MockClientFactory) EXPECT

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

func (*MockClientFactory) GetAccountClient

func (m *MockClientFactory) GetAccountClient() accountclient.Interface

GetAccountClient mocks base method.

func (*MockClientFactory) GetAccountClientForSub

func (m *MockClientFactory) GetAccountClientForSub(arg0 string) (accountclient.Interface, error)

GetAccountClientForSub mocks base method.

func (*MockClientFactory) GetAvailabilitySetClient

func (m *MockClientFactory) GetAvailabilitySetClient() availabilitysetclient.Interface

GetAvailabilitySetClient mocks base method.

func (*MockClientFactory) GetBlobContainerClient

func (m *MockClientFactory) GetBlobContainerClient() blobcontainerclient.Interface

GetBlobContainerClient mocks base method.

func (*MockClientFactory) GetBlobContainerClientForSub

func (m *MockClientFactory) GetBlobContainerClientForSub(arg0 string) (blobcontainerclient.Interface, error)

GetBlobContainerClientForSub mocks base method.

func (*MockClientFactory) GetBlobServicePropertiesClient

func (m *MockClientFactory) GetBlobServicePropertiesClient() blobservicepropertiesclient.Interface

GetBlobServicePropertiesClient mocks base method.

func (*MockClientFactory) GetDeploymentClient

func (m *MockClientFactory) GetDeploymentClient() deploymentclient.Interface

GetDeploymentClient mocks base method.

func (*MockClientFactory) GetDiskClient

func (m *MockClientFactory) GetDiskClient() diskclient.Interface

GetDiskClient mocks base method.

func (*MockClientFactory) GetDiskClientForSub

func (m *MockClientFactory) GetDiskClientForSub(arg0 string) (diskclient.Interface, error)

GetDiskClientForSub mocks base method.

func (*MockClientFactory) GetFileShareClient

func (m *MockClientFactory) GetFileShareClient() fileshareclient.Interface

GetFileShareClient mocks base method.

func (*MockClientFactory) GetFileShareClientForSub

func (m *MockClientFactory) GetFileShareClientForSub(arg0 string) (fileshareclient.Interface, error)

GetFileShareClientForSub mocks base method.

func (*MockClientFactory) GetIPGroupClient

func (m *MockClientFactory) GetIPGroupClient() ipgroupclient.Interface

GetIPGroupClient mocks base method.

func (*MockClientFactory) GetInterfaceClient

func (m *MockClientFactory) GetInterfaceClient() interfaceclient.Interface

GetInterfaceClient mocks base method.

func (*MockClientFactory) GetLoadBalancerClient

func (m *MockClientFactory) GetLoadBalancerClient() loadbalancerclient.Interface

GetLoadBalancerClient mocks base method.

func (*MockClientFactory) GetManagedClusterClient

func (m *MockClientFactory) GetManagedClusterClient() managedclusterclient.Interface

GetManagedClusterClient mocks base method.

func (*MockClientFactory) GetPrivateEndpointClient

func (m *MockClientFactory) GetPrivateEndpointClient() privateendpointclient.Interface

GetPrivateEndpointClient mocks base method.

func (*MockClientFactory) GetPrivateLinkServiceClient

func (m *MockClientFactory) GetPrivateLinkServiceClient() privatelinkserviceclient.Interface

GetPrivateLinkServiceClient mocks base method.

func (*MockClientFactory) GetPrivateZoneClient

func (m *MockClientFactory) GetPrivateZoneClient() privatezoneclient.Interface

GetPrivateZoneClient mocks base method.

func (*MockClientFactory) GetProviderClient

func (m *MockClientFactory) GetProviderClient() providerclient.Interface

GetProviderClient mocks base method.

func (*MockClientFactory) GetPublicIPAddressClient

func (m *MockClientFactory) GetPublicIPAddressClient() publicipaddressclient.Interface

GetPublicIPAddressClient mocks base method.

func (*MockClientFactory) GetPublicIPPrefixClient

func (m *MockClientFactory) GetPublicIPPrefixClient() publicipprefixclient.Interface

GetPublicIPPrefixClient mocks base method.

func (*MockClientFactory) GetRegistryClient

func (m *MockClientFactory) GetRegistryClient() registryclient.Interface

GetRegistryClient mocks base method.

func (*MockClientFactory) GetResourceGroupClient

func (m *MockClientFactory) GetResourceGroupClient() resourcegroupclient.Interface

GetResourceGroupClient mocks base method.

func (*MockClientFactory) GetRouteTableClient

func (m *MockClientFactory) GetRouteTableClient() routetableclient.Interface

GetRouteTableClient mocks base method.

func (*MockClientFactory) GetSSHPublicKeyResourceClient

func (m *MockClientFactory) GetSSHPublicKeyResourceClient() sshpublickeyresourceclient.Interface

GetSSHPublicKeyResourceClient mocks base method.

func (*MockClientFactory) GetSecretClient

func (m *MockClientFactory) GetSecretClient() secretclient.Interface

GetSecretClient mocks base method.

func (*MockClientFactory) GetSecurityGroupClient

func (m *MockClientFactory) GetSecurityGroupClient() securitygroupclient.Interface

GetSecurityGroupClient mocks base method.

func (*MockClientFactory) GetSnapshotClient

func (m *MockClientFactory) GetSnapshotClient() snapshotclient.Interface

GetSnapshotClient mocks base method.

func (*MockClientFactory) GetSnapshotClientForSub

func (m *MockClientFactory) GetSnapshotClientForSub(arg0 string) (snapshotclient.Interface, error)

GetSnapshotClientForSub mocks base method.

func (*MockClientFactory) GetSubnetClient

func (m *MockClientFactory) GetSubnetClient() subnetclient.Interface

GetSubnetClient mocks base method.

func (*MockClientFactory) GetVaultClient

func (m *MockClientFactory) GetVaultClient() vaultclient.Interface

GetVaultClient mocks base method.

func (*MockClientFactory) GetVirtualMachineClient

func (m *MockClientFactory) GetVirtualMachineClient() virtualmachineclient.Interface

GetVirtualMachineClient mocks base method.

func (*MockClientFactory) GetVirtualMachineScaleSetClient

func (m *MockClientFactory) GetVirtualMachineScaleSetClient() virtualmachinescalesetclient.Interface

GetVirtualMachineScaleSetClient mocks base method.

func (*MockClientFactory) GetVirtualMachineScaleSetVMClient

func (m *MockClientFactory) GetVirtualMachineScaleSetVMClient() virtualmachinescalesetvmclient.Interface

GetVirtualMachineScaleSetVMClient mocks base method.

func (*MockClientFactory) GetVirtualNetworkClient

func (m *MockClientFactory) GetVirtualNetworkClient() virtualnetworkclient.Interface

GetVirtualNetworkClient mocks base method.

func (*MockClientFactory) GetVirtualNetworkLinkClient

func (m *MockClientFactory) GetVirtualNetworkLinkClient() virtualnetworklinkclient.Interface

GetVirtualNetworkLinkClient mocks base method.

type MockClientFactoryMockRecorder

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

MockClientFactoryMockRecorder is the mock recorder for MockClientFactory.

func (*MockClientFactoryMockRecorder) GetAccountClient

func (mr *MockClientFactoryMockRecorder) GetAccountClient() *gomock.Call

GetAccountClient indicates an expected call of GetAccountClient.

func (*MockClientFactoryMockRecorder) GetAccountClientForSub

func (mr *MockClientFactoryMockRecorder) GetAccountClientForSub(arg0 any) *gomock.Call

GetAccountClientForSub indicates an expected call of GetAccountClientForSub.

func (*MockClientFactoryMockRecorder) GetAvailabilitySetClient

func (mr *MockClientFactoryMockRecorder) GetAvailabilitySetClient() *gomock.Call

GetAvailabilitySetClient indicates an expected call of GetAvailabilitySetClient.

func (*MockClientFactoryMockRecorder) GetBlobContainerClient

func (mr *MockClientFactoryMockRecorder) GetBlobContainerClient() *gomock.Call

GetBlobContainerClient indicates an expected call of GetBlobContainerClient.

func (*MockClientFactoryMockRecorder) GetBlobContainerClientForSub

func (mr *MockClientFactoryMockRecorder) GetBlobContainerClientForSub(arg0 any) *gomock.Call

GetBlobContainerClientForSub indicates an expected call of GetBlobContainerClientForSub.

func (*MockClientFactoryMockRecorder) GetBlobServicePropertiesClient

func (mr *MockClientFactoryMockRecorder) GetBlobServicePropertiesClient() *gomock.Call

GetBlobServicePropertiesClient indicates an expected call of GetBlobServicePropertiesClient.

func (*MockClientFactoryMockRecorder) GetDeploymentClient

func (mr *MockClientFactoryMockRecorder) GetDeploymentClient() *gomock.Call

GetDeploymentClient indicates an expected call of GetDeploymentClient.

func (*MockClientFactoryMockRecorder) GetDiskClient

func (mr *MockClientFactoryMockRecorder) GetDiskClient() *gomock.Call

GetDiskClient indicates an expected call of GetDiskClient.

func (*MockClientFactoryMockRecorder) GetDiskClientForSub

func (mr *MockClientFactoryMockRecorder) GetDiskClientForSub(arg0 any) *gomock.Call

GetDiskClientForSub indicates an expected call of GetDiskClientForSub.

func (*MockClientFactoryMockRecorder) GetFileShareClient

func (mr *MockClientFactoryMockRecorder) GetFileShareClient() *gomock.Call

GetFileShareClient indicates an expected call of GetFileShareClient.

func (*MockClientFactoryMockRecorder) GetFileShareClientForSub

func (mr *MockClientFactoryMockRecorder) GetFileShareClientForSub(arg0 any) *gomock.Call

GetFileShareClientForSub indicates an expected call of GetFileShareClientForSub.

func (*MockClientFactoryMockRecorder) GetIPGroupClient

func (mr *MockClientFactoryMockRecorder) GetIPGroupClient() *gomock.Call

GetIPGroupClient indicates an expected call of GetIPGroupClient.

func (*MockClientFactoryMockRecorder) GetInterfaceClient

func (mr *MockClientFactoryMockRecorder) GetInterfaceClient() *gomock.Call

GetInterfaceClient indicates an expected call of GetInterfaceClient.

func (*MockClientFactoryMockRecorder) GetLoadBalancerClient

func (mr *MockClientFactoryMockRecorder) GetLoadBalancerClient() *gomock.Call

GetLoadBalancerClient indicates an expected call of GetLoadBalancerClient.

func (*MockClientFactoryMockRecorder) GetManagedClusterClient

func (mr *MockClientFactoryMockRecorder) GetManagedClusterClient() *gomock.Call

GetManagedClusterClient indicates an expected call of GetManagedClusterClient.

func (*MockClientFactoryMockRecorder) GetPrivateEndpointClient

func (mr *MockClientFactoryMockRecorder) GetPrivateEndpointClient() *gomock.Call

GetPrivateEndpointClient indicates an expected call of GetPrivateEndpointClient.

func (*MockClientFactoryMockRecorder) GetPrivateLinkServiceClient

func (mr *MockClientFactoryMockRecorder) GetPrivateLinkServiceClient() *gomock.Call

GetPrivateLinkServiceClient indicates an expected call of GetPrivateLinkServiceClient.

func (*MockClientFactoryMockRecorder) GetPrivateZoneClient

func (mr *MockClientFactoryMockRecorder) GetPrivateZoneClient() *gomock.Call

GetPrivateZoneClient indicates an expected call of GetPrivateZoneClient.

func (*MockClientFactoryMockRecorder) GetProviderClient

func (mr *MockClientFactoryMockRecorder) GetProviderClient() *gomock.Call

GetProviderClient indicates an expected call of GetProviderClient.

func (*MockClientFactoryMockRecorder) GetPublicIPAddressClient

func (mr *MockClientFactoryMockRecorder) GetPublicIPAddressClient() *gomock.Call

GetPublicIPAddressClient indicates an expected call of GetPublicIPAddressClient.

func (*MockClientFactoryMockRecorder) GetPublicIPPrefixClient

func (mr *MockClientFactoryMockRecorder) GetPublicIPPrefixClient() *gomock.Call

GetPublicIPPrefixClient indicates an expected call of GetPublicIPPrefixClient.

func (*MockClientFactoryMockRecorder) GetRegistryClient

func (mr *MockClientFactoryMockRecorder) GetRegistryClient() *gomock.Call

GetRegistryClient indicates an expected call of GetRegistryClient.

func (*MockClientFactoryMockRecorder) GetResourceGroupClient

func (mr *MockClientFactoryMockRecorder) GetResourceGroupClient() *gomock.Call

GetResourceGroupClient indicates an expected call of GetResourceGroupClient.

func (*MockClientFactoryMockRecorder) GetRouteTableClient

func (mr *MockClientFactoryMockRecorder) GetRouteTableClient() *gomock.Call

GetRouteTableClient indicates an expected call of GetRouteTableClient.

func (*MockClientFactoryMockRecorder) GetSSHPublicKeyResourceClient

func (mr *MockClientFactoryMockRecorder) GetSSHPublicKeyResourceClient() *gomock.Call

GetSSHPublicKeyResourceClient indicates an expected call of GetSSHPublicKeyResourceClient.

func (*MockClientFactoryMockRecorder) GetSecretClient

func (mr *MockClientFactoryMockRecorder) GetSecretClient() *gomock.Call

GetSecretClient indicates an expected call of GetSecretClient.

func (*MockClientFactoryMockRecorder) GetSecurityGroupClient

func (mr *MockClientFactoryMockRecorder) GetSecurityGroupClient() *gomock.Call

GetSecurityGroupClient indicates an expected call of GetSecurityGroupClient.

func (*MockClientFactoryMockRecorder) GetSnapshotClient

func (mr *MockClientFactoryMockRecorder) GetSnapshotClient() *gomock.Call

GetSnapshotClient indicates an expected call of GetSnapshotClient.

func (*MockClientFactoryMockRecorder) GetSnapshotClientForSub

func (mr *MockClientFactoryMockRecorder) GetSnapshotClientForSub(arg0 any) *gomock.Call

GetSnapshotClientForSub indicates an expected call of GetSnapshotClientForSub.

func (*MockClientFactoryMockRecorder) GetSubnetClient

func (mr *MockClientFactoryMockRecorder) GetSubnetClient() *gomock.Call

GetSubnetClient indicates an expected call of GetSubnetClient.

func (*MockClientFactoryMockRecorder) GetVaultClient

func (mr *MockClientFactoryMockRecorder) GetVaultClient() *gomock.Call

GetVaultClient indicates an expected call of GetVaultClient.

func (*MockClientFactoryMockRecorder) GetVirtualMachineClient

func (mr *MockClientFactoryMockRecorder) GetVirtualMachineClient() *gomock.Call

GetVirtualMachineClient indicates an expected call of GetVirtualMachineClient.

func (*MockClientFactoryMockRecorder) GetVirtualMachineScaleSetClient

func (mr *MockClientFactoryMockRecorder) GetVirtualMachineScaleSetClient() *gomock.Call

GetVirtualMachineScaleSetClient indicates an expected call of GetVirtualMachineScaleSetClient.

func (*MockClientFactoryMockRecorder) GetVirtualMachineScaleSetVMClient

func (mr *MockClientFactoryMockRecorder) GetVirtualMachineScaleSetVMClient() *gomock.Call

GetVirtualMachineScaleSetVMClient indicates an expected call of GetVirtualMachineScaleSetVMClient.

func (*MockClientFactoryMockRecorder) GetVirtualNetworkClient

func (mr *MockClientFactoryMockRecorder) GetVirtualNetworkClient() *gomock.Call

GetVirtualNetworkClient indicates an expected call of GetVirtualNetworkClient.

func (*MockClientFactoryMockRecorder) GetVirtualNetworkLinkClient

func (mr *MockClientFactoryMockRecorder) GetVirtualNetworkLinkClient() *gomock.Call

GetVirtualNetworkLinkClient indicates an expected call of GetVirtualNetworkLinkClient.

Jump to

Keyboard shortcuts

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