client

package
v1.40.0 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2023 License: Apache-2.0, MIT Imports: 10 Imported by: 0

Documentation

Overview

Package client is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAvailabilitySet added in v1.40.0

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

MockAvailabilitySet is a mock of AvailabilitySet interface.

func NewMockAvailabilitySet added in v1.40.0

func NewMockAvailabilitySet(ctrl *gomock.Controller) *MockAvailabilitySet

NewMockAvailabilitySet creates a new mock instance.

func (*MockAvailabilitySet) CreateOrUpdate added in v1.40.0

func (m *MockAvailabilitySet) CreateOrUpdate(arg0 context.Context, arg1, arg2 string, arg3 armcompute.AvailabilitySet) (*armcompute.AvailabilitySet, error)

CreateOrUpdate mocks base method.

func (*MockAvailabilitySet) Delete added in v1.40.0

func (m *MockAvailabilitySet) Delete(arg0 context.Context, arg1, arg2 string) error

Delete mocks base method.

func (*MockAvailabilitySet) EXPECT added in v1.40.0

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

func (*MockAvailabilitySet) Get added in v1.40.0

Get mocks base method.

type MockAvailabilitySetMockRecorder added in v1.40.0

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

MockAvailabilitySetMockRecorder is the mock recorder for MockAvailabilitySet.

func (*MockAvailabilitySetMockRecorder) CreateOrUpdate added in v1.40.0

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

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockAvailabilitySetMockRecorder) Delete added in v1.40.0

func (mr *MockAvailabilitySetMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockAvailabilitySetMockRecorder) Get added in v1.40.0

func (mr *MockAvailabilitySetMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockDNSRecordSet

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

MockDNSRecordSet is a mock of DNSRecordSet interface.

func NewMockDNSRecordSet

func NewMockDNSRecordSet(ctrl *gomock.Controller) *MockDNSRecordSet

NewMockDNSRecordSet creates a new mock instance.

func (*MockDNSRecordSet) CreateOrUpdate

func (m *MockDNSRecordSet) CreateOrUpdate(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string, arg5 int64) error

CreateOrUpdate mocks base method.

func (*MockDNSRecordSet) Delete

func (m *MockDNSRecordSet) Delete(arg0 context.Context, arg1, arg2, arg3 string) error

Delete mocks base method.

func (*MockDNSRecordSet) EXPECT

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

type MockDNSRecordSetMockRecorder

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

MockDNSRecordSetMockRecorder is the mock recorder for MockDNSRecordSet.

func (*MockDNSRecordSetMockRecorder) CreateOrUpdate

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

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockDNSRecordSetMockRecorder) Delete

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

Delete indicates an expected call of Delete.

type MockDNSZone

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

MockDNSZone is a mock of DNSZone interface.

func NewMockDNSZone

func NewMockDNSZone(ctrl *gomock.Controller) *MockDNSZone

NewMockDNSZone creates a new mock instance.

func (*MockDNSZone) EXPECT

func (m *MockDNSZone) EXPECT() *MockDNSZoneMockRecorder

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

func (*MockDNSZone) List added in v1.40.0

func (m *MockDNSZone) List(arg0 context.Context) (map[string]string, error)

List mocks base method.

type MockDNSZoneMockRecorder

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

MockDNSZoneMockRecorder is the mock recorder for MockDNSZone.

func (*MockDNSZoneMockRecorder) List added in v1.40.0

func (mr *MockDNSZoneMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockFactory

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

MockFactory is a mock of Factory interface.

func NewMockFactory

func NewMockFactory(ctrl *gomock.Controller) *MockFactory

NewMockFactory creates a new mock instance.

func (*MockFactory) Auth added in v1.40.0

func (m *MockFactory) Auth() *internal.ClientAuth

Auth mocks base method.

func (*MockFactory) AvailabilitySet added in v1.40.0

func (m *MockFactory) AvailabilitySet() (client.AvailabilitySet, error)

AvailabilitySet mocks base method.

func (*MockFactory) DNSRecordSet

func (m *MockFactory) DNSRecordSet() (client.DNSRecordSet, error)

DNSRecordSet mocks base method.

func (*MockFactory) DNSZone

func (m *MockFactory) DNSZone() (client.DNSZone, error)

DNSZone mocks base method.

func (*MockFactory) Disk added in v1.26.0

func (m *MockFactory) Disk() (client.Disk, error)

Disk mocks base method.

func (*MockFactory) EXPECT

func (m *MockFactory) EXPECT() *MockFactoryMockRecorder

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

func (*MockFactory) Group

func (m *MockFactory) Group() (client.ResourceGroup, error)

Group mocks base method.

func (*MockFactory) ManagedUserIdentity added in v1.40.0

func (m *MockFactory) ManagedUserIdentity() (client.ManagedUserIdentity, error)

ManagedUserIdentity mocks base method.

func (*MockFactory) NatGateway added in v1.40.0

func (m *MockFactory) NatGateway() (client.NatGateway, error)

NatGateway mocks base method.

func (*MockFactory) NetworkInterface added in v1.26.0

func (m *MockFactory) NetworkInterface() (client.NetworkInterface, error)

NetworkInterface mocks base method.

func (*MockFactory) NetworkSecurityGroup added in v1.26.0

func (m *MockFactory) NetworkSecurityGroup() (client.NetworkSecurityGroup, error)

NetworkSecurityGroup mocks base method.

func (*MockFactory) PublicIP added in v1.26.0

func (m *MockFactory) PublicIP() (client.PublicIP, error)

PublicIP mocks base method.

func (*MockFactory) RouteTables added in v1.40.0

func (m *MockFactory) RouteTables() (client.RouteTables, error)

RouteTables mocks base method.

func (*MockFactory) Storage

func (m *MockFactory) Storage(arg0 context.Context, arg1 v1.SecretReference) (client.Storage, error)

Storage mocks base method.

func (*MockFactory) StorageAccount

func (m *MockFactory) StorageAccount() (client.StorageAccount, error)

StorageAccount mocks base method.

func (*MockFactory) Subnet added in v1.26.0

func (m *MockFactory) Subnet() (client.Subnet, error)

Subnet mocks base method.

func (*MockFactory) VirtualMachine added in v1.26.0

func (m *MockFactory) VirtualMachine() (client.VirtualMachine, error)

VirtualMachine mocks base method.

func (*MockFactory) VirtualMachineImages added in v1.40.0

func (m *MockFactory) VirtualMachineImages() (client.VirtualMachineImages, error)

VirtualMachineImages mocks base method.

func (*MockFactory) Vmss

func (m *MockFactory) Vmss() (client.Vmss, error)

Vmss mocks base method.

func (*MockFactory) Vnet added in v1.40.0

func (m *MockFactory) Vnet() (client.VirtualNetwork, error)

Vnet mocks base method.

type MockFactoryMockRecorder

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

MockFactoryMockRecorder is the mock recorder for MockFactory.

func (*MockFactoryMockRecorder) Auth added in v1.40.0

func (mr *MockFactoryMockRecorder) Auth() *gomock.Call

Auth indicates an expected call of Auth.

func (*MockFactoryMockRecorder) AvailabilitySet added in v1.40.0

func (mr *MockFactoryMockRecorder) AvailabilitySet() *gomock.Call

AvailabilitySet indicates an expected call of AvailabilitySet.

func (*MockFactoryMockRecorder) DNSRecordSet

func (mr *MockFactoryMockRecorder) DNSRecordSet() *gomock.Call

DNSRecordSet indicates an expected call of DNSRecordSet.

func (*MockFactoryMockRecorder) DNSZone

func (mr *MockFactoryMockRecorder) DNSZone() *gomock.Call

DNSZone indicates an expected call of DNSZone.

func (*MockFactoryMockRecorder) Disk added in v1.26.0

func (mr *MockFactoryMockRecorder) Disk() *gomock.Call

Disk indicates an expected call of Disk.

func (*MockFactoryMockRecorder) Group

func (mr *MockFactoryMockRecorder) Group() *gomock.Call

Group indicates an expected call of Group.

func (*MockFactoryMockRecorder) ManagedUserIdentity added in v1.40.0

func (mr *MockFactoryMockRecorder) ManagedUserIdentity() *gomock.Call

ManagedUserIdentity indicates an expected call of ManagedUserIdentity.

func (*MockFactoryMockRecorder) NatGateway added in v1.40.0

func (mr *MockFactoryMockRecorder) NatGateway() *gomock.Call

NatGateway indicates an expected call of NatGateway.

func (*MockFactoryMockRecorder) NetworkInterface added in v1.26.0

func (mr *MockFactoryMockRecorder) NetworkInterface() *gomock.Call

NetworkInterface indicates an expected call of NetworkInterface.

func (*MockFactoryMockRecorder) NetworkSecurityGroup added in v1.26.0

func (mr *MockFactoryMockRecorder) NetworkSecurityGroup() *gomock.Call

NetworkSecurityGroup indicates an expected call of NetworkSecurityGroup.

func (*MockFactoryMockRecorder) PublicIP added in v1.26.0

func (mr *MockFactoryMockRecorder) PublicIP() *gomock.Call

PublicIP indicates an expected call of PublicIP.

func (*MockFactoryMockRecorder) RouteTables added in v1.40.0

func (mr *MockFactoryMockRecorder) RouteTables() *gomock.Call

RouteTables indicates an expected call of RouteTables.

func (*MockFactoryMockRecorder) Storage

func (mr *MockFactoryMockRecorder) Storage(arg0, arg1 interface{}) *gomock.Call

Storage indicates an expected call of Storage.

func (*MockFactoryMockRecorder) StorageAccount

func (mr *MockFactoryMockRecorder) StorageAccount() *gomock.Call

StorageAccount indicates an expected call of StorageAccount.

func (*MockFactoryMockRecorder) Subnet added in v1.26.0

func (mr *MockFactoryMockRecorder) Subnet() *gomock.Call

Subnet indicates an expected call of Subnet.

func (*MockFactoryMockRecorder) VirtualMachine added in v1.26.0

func (mr *MockFactoryMockRecorder) VirtualMachine() *gomock.Call

VirtualMachine indicates an expected call of VirtualMachine.

func (*MockFactoryMockRecorder) VirtualMachineImages added in v1.40.0

func (mr *MockFactoryMockRecorder) VirtualMachineImages() *gomock.Call

VirtualMachineImages indicates an expected call of VirtualMachineImages.

func (*MockFactoryMockRecorder) Vmss

func (mr *MockFactoryMockRecorder) Vmss() *gomock.Call

Vmss indicates an expected call of Vmss.

func (*MockFactoryMockRecorder) Vnet added in v1.40.0

func (mr *MockFactoryMockRecorder) Vnet() *gomock.Call

Vnet indicates an expected call of Vnet.

type MockManagedUserIdentity added in v1.40.0

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

MockManagedUserIdentity is a mock of ManagedUserIdentity interface.

func NewMockManagedUserIdentity added in v1.40.0

func NewMockManagedUserIdentity(ctrl *gomock.Controller) *MockManagedUserIdentity

NewMockManagedUserIdentity creates a new mock instance.

func (*MockManagedUserIdentity) EXPECT added in v1.40.0

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

func (*MockManagedUserIdentity) Get added in v1.40.0

func (m *MockManagedUserIdentity) Get(arg0 context.Context, arg1, arg2 string) (*msi.Identity, error)

Get mocks base method.

type MockManagedUserIdentityMockRecorder added in v1.40.0

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

MockManagedUserIdentityMockRecorder is the mock recorder for MockManagedUserIdentity.

func (*MockManagedUserIdentityMockRecorder) Get added in v1.40.0

func (mr *MockManagedUserIdentityMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockNatGateway added in v1.40.0

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

MockNatGateway is a mock of NatGateway interface.

func NewMockNatGateway added in v1.40.0

func NewMockNatGateway(ctrl *gomock.Controller) *MockNatGateway

NewMockNatGateway creates a new mock instance.

func (*MockNatGateway) CreateOrUpdate added in v1.40.0

func (m *MockNatGateway) CreateOrUpdate(arg0 context.Context, arg1, arg2 string, arg3 armnetwork.NatGateway) (*armnetwork.NatGateway, error)

CreateOrUpdate mocks base method.

func (*MockNatGateway) Delete added in v1.40.0

func (m *MockNatGateway) Delete(arg0 context.Context, arg1, arg2 string) error

Delete mocks base method.

func (*MockNatGateway) EXPECT added in v1.40.0

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

func (*MockNatGateway) Get added in v1.40.0

func (m *MockNatGateway) Get(arg0 context.Context, arg1, arg2 string, arg3 *string) (*armnetwork.NatGateway, error)

Get mocks base method.

func (*MockNatGateway) List added in v1.40.0

func (m *MockNatGateway) List(arg0 context.Context, arg1 string) ([]*armnetwork.NatGateway, error)

List mocks base method.

type MockNatGatewayMockRecorder added in v1.40.0

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

MockNatGatewayMockRecorder is the mock recorder for MockNatGateway.

func (*MockNatGatewayMockRecorder) CreateOrUpdate added in v1.40.0

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

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockNatGatewayMockRecorder) Delete added in v1.40.0

func (mr *MockNatGatewayMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockNatGatewayMockRecorder) Get added in v1.40.0

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

Get indicates an expected call of Get.

func (*MockNatGatewayMockRecorder) List added in v1.40.0

func (mr *MockNatGatewayMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockNetworkSecurityGroup added in v1.40.0

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

MockNetworkSecurityGroup is a mock of NetworkSecurityGroup interface.

func NewMockNetworkSecurityGroup added in v1.40.0

func NewMockNetworkSecurityGroup(ctrl *gomock.Controller) *MockNetworkSecurityGroup

NewMockNetworkSecurityGroup creates a new mock instance.

func (*MockNetworkSecurityGroup) CreateOrUpdate added in v1.40.0

CreateOrUpdate mocks base method.

func (*MockNetworkSecurityGroup) Delete added in v1.40.0

func (m *MockNetworkSecurityGroup) Delete(arg0 context.Context, arg1, arg2 string) error

Delete mocks base method.

func (*MockNetworkSecurityGroup) EXPECT added in v1.40.0

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

func (*MockNetworkSecurityGroup) Get added in v1.40.0

Get mocks base method.

type MockNetworkSecurityGroupMockRecorder added in v1.40.0

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

MockNetworkSecurityGroupMockRecorder is the mock recorder for MockNetworkSecurityGroup.

func (*MockNetworkSecurityGroupMockRecorder) CreateOrUpdate added in v1.40.0

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

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockNetworkSecurityGroupMockRecorder) Delete added in v1.40.0

func (mr *MockNetworkSecurityGroupMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockNetworkSecurityGroupMockRecorder) Get added in v1.40.0

func (mr *MockNetworkSecurityGroupMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockPublicIP added in v1.40.0

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

MockPublicIP is a mock of PublicIP interface.

func NewMockPublicIP added in v1.40.0

func NewMockPublicIP(ctrl *gomock.Controller) *MockPublicIP

NewMockPublicIP creates a new mock instance.

func (*MockPublicIP) CreateOrUpdate added in v1.40.0

func (m *MockPublicIP) CreateOrUpdate(arg0 context.Context, arg1, arg2 string, arg3 armnetwork.PublicIPAddress) (*armnetwork.PublicIPAddress, error)

CreateOrUpdate mocks base method.

func (*MockPublicIP) Delete added in v1.40.0

func (m *MockPublicIP) Delete(arg0 context.Context, arg1, arg2 string) error

Delete mocks base method.

func (*MockPublicIP) EXPECT added in v1.40.0

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

func (*MockPublicIP) Get added in v1.40.0

func (m *MockPublicIP) Get(arg0 context.Context, arg1, arg2 string, arg3 *string) (*armnetwork.PublicIPAddress, error)

Get mocks base method.

func (*MockPublicIP) List added in v1.40.0

List mocks base method.

type MockPublicIPMockRecorder added in v1.40.0

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

MockPublicIPMockRecorder is the mock recorder for MockPublicIP.

func (*MockPublicIPMockRecorder) CreateOrUpdate added in v1.40.0

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

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockPublicIPMockRecorder) Delete added in v1.40.0

func (mr *MockPublicIPMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockPublicIPMockRecorder) Get added in v1.40.0

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

Get indicates an expected call of Get.

func (*MockPublicIPMockRecorder) List added in v1.40.0

func (mr *MockPublicIPMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockResourceGroup added in v1.40.0

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

MockResourceGroup is a mock of ResourceGroup interface.

func NewMockResourceGroup added in v1.40.0

func NewMockResourceGroup(ctrl *gomock.Controller) *MockResourceGroup

NewMockResourceGroup creates a new mock instance.

func (*MockResourceGroup) CheckExistence added in v1.40.0

func (m *MockResourceGroup) CheckExistence(arg0 context.Context, arg1 string) (bool, error)

CheckExistence mocks base method.

func (*MockResourceGroup) CreateOrUpdate added in v1.40.0

CreateOrUpdate mocks base method.

func (*MockResourceGroup) Delete added in v1.40.0

func (m *MockResourceGroup) Delete(arg0 context.Context, arg1 string) error

Delete mocks base method.

func (*MockResourceGroup) EXPECT added in v1.40.0

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

func (*MockResourceGroup) Get added in v1.40.0

Get mocks base method.

type MockResourceGroupMockRecorder added in v1.40.0

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

MockResourceGroupMockRecorder is the mock recorder for MockResourceGroup.

func (*MockResourceGroupMockRecorder) CheckExistence added in v1.40.0

func (mr *MockResourceGroupMockRecorder) CheckExistence(arg0, arg1 interface{}) *gomock.Call

CheckExistence indicates an expected call of CheckExistence.

func (*MockResourceGroupMockRecorder) CreateOrUpdate added in v1.40.0

func (mr *MockResourceGroupMockRecorder) CreateOrUpdate(arg0, arg1, arg2 interface{}) *gomock.Call

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockResourceGroupMockRecorder) Delete added in v1.40.0

func (mr *MockResourceGroupMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockResourceGroupMockRecorder) Get added in v1.40.0

func (mr *MockResourceGroupMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockRouteTables added in v1.40.0

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

MockRouteTables is a mock of RouteTables interface.

func NewMockRouteTables added in v1.40.0

func NewMockRouteTables(ctrl *gomock.Controller) *MockRouteTables

NewMockRouteTables creates a new mock instance.

func (*MockRouteTables) CreateOrUpdate added in v1.40.0

func (m *MockRouteTables) CreateOrUpdate(arg0 context.Context, arg1, arg2 string, arg3 armnetwork.RouteTable) (*armnetwork.RouteTable, error)

CreateOrUpdate mocks base method.

func (*MockRouteTables) Delete added in v1.40.0

func (m *MockRouteTables) Delete(arg0 context.Context, arg1, arg2 string) error

Delete mocks base method.

func (*MockRouteTables) EXPECT added in v1.40.0

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

func (*MockRouteTables) Get added in v1.40.0

func (m *MockRouteTables) Get(arg0 context.Context, arg1, arg2 string) (*armnetwork.RouteTable, error)

Get mocks base method.

type MockRouteTablesMockRecorder added in v1.40.0

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

MockRouteTablesMockRecorder is the mock recorder for MockRouteTables.

func (*MockRouteTablesMockRecorder) CreateOrUpdate added in v1.40.0

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

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockRouteTablesMockRecorder) Delete added in v1.40.0

func (mr *MockRouteTablesMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockRouteTablesMockRecorder) Get added in v1.40.0

func (mr *MockRouteTablesMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockSubnet added in v1.28.0

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

MockSubnet is a mock of Subnet interface.

func NewMockSubnet added in v1.28.0

func NewMockSubnet(ctrl *gomock.Controller) *MockSubnet

NewMockSubnet creates a new mock instance.

func (*MockSubnet) CreateOrUpdate added in v1.40.0

func (m *MockSubnet) CreateOrUpdate(arg0 context.Context, arg1, arg2, arg3 string, arg4 armnetwork.Subnet) (*armnetwork.Subnet, error)

CreateOrUpdate mocks base method.

func (*MockSubnet) Delete added in v1.28.0

func (m *MockSubnet) Delete(arg0 context.Context, arg1, arg2, arg3 string) error

Delete mocks base method.

func (*MockSubnet) EXPECT added in v1.28.0

func (m *MockSubnet) EXPECT() *MockSubnetMockRecorder

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

func (*MockSubnet) Get added in v1.28.0

func (m *MockSubnet) Get(arg0 context.Context, arg1, arg2, arg3 string, arg4 *string) (*armnetwork.Subnet, error)

Get mocks base method.

func (*MockSubnet) List added in v1.28.0

func (m *MockSubnet) List(arg0 context.Context, arg1, arg2 string) ([]*armnetwork.Subnet, error)

List mocks base method.

type MockSubnetMockRecorder added in v1.28.0

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

MockSubnetMockRecorder is the mock recorder for MockSubnet.

func (*MockSubnetMockRecorder) CreateOrUpdate added in v1.40.0

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

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockSubnetMockRecorder) Delete added in v1.28.0

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

Delete indicates an expected call of Delete.

func (*MockSubnetMockRecorder) Get added in v1.28.0

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

Get indicates an expected call of Get.

func (*MockSubnetMockRecorder) List added in v1.28.0

func (mr *MockSubnetMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call

List indicates an expected call of List.

type MockVirtualNetwork added in v1.40.0

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

MockVirtualNetwork is a mock of VirtualNetwork interface.

func NewMockVirtualNetwork added in v1.40.0

func NewMockVirtualNetwork(ctrl *gomock.Controller) *MockVirtualNetwork

NewMockVirtualNetwork creates a new mock instance.

func (*MockVirtualNetwork) CreateOrUpdate added in v1.40.0

func (m *MockVirtualNetwork) CreateOrUpdate(arg0 context.Context, arg1, arg2 string, arg3 armnetwork.VirtualNetwork) (*armnetwork.VirtualNetwork, error)

CreateOrUpdate mocks base method.

func (*MockVirtualNetwork) Delete added in v1.40.0

func (m *MockVirtualNetwork) Delete(arg0 context.Context, arg1, arg2 string) error

Delete mocks base method.

func (*MockVirtualNetwork) EXPECT added in v1.40.0

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

func (*MockVirtualNetwork) Get added in v1.40.0

Get mocks base method.

type MockVirtualNetworkMockRecorder added in v1.40.0

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

MockVirtualNetworkMockRecorder is the mock recorder for MockVirtualNetwork.

func (*MockVirtualNetworkMockRecorder) CreateOrUpdate added in v1.40.0

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

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockVirtualNetworkMockRecorder) Delete added in v1.40.0

func (mr *MockVirtualNetworkMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockVirtualNetworkMockRecorder) Get added in v1.40.0

func (mr *MockVirtualNetworkMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

Jump to

Keyboard shortcuts

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