mock_network

package
v0.0.0-...-0b3dc3b Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_network is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockFlowLogsClient

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

MockFlowLogsClient is a mock of FlowLogsClient interface.

func NewMockFlowLogsClient

func NewMockFlowLogsClient(ctrl *gomock.Controller) *MockFlowLogsClient

NewMockFlowLogsClient creates a new mock instance.

func (*MockFlowLogsClient) CreateOrUpdateAndWait

func (m *MockFlowLogsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2, arg3 string, arg4 network.FlowLog) error

CreateOrUpdateAndWait mocks base method.

func (*MockFlowLogsClient) DeleteAndWait

func (m *MockFlowLogsClient) DeleteAndWait(arg0 context.Context, arg1, arg2, arg3 string) error

DeleteAndWait mocks base method.

func (*MockFlowLogsClient) EXPECT

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

func (*MockFlowLogsClient) Get

func (m *MockFlowLogsClient) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.FlowLog, error)

Get mocks base method.

type MockFlowLogsClientMockRecorder

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

MockFlowLogsClientMockRecorder is the mock recorder for MockFlowLogsClient.

func (*MockFlowLogsClientMockRecorder) CreateOrUpdateAndWait

func (mr *MockFlowLogsClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockFlowLogsClientMockRecorder) DeleteAndWait

func (mr *MockFlowLogsClientMockRecorder) DeleteAndWait(arg0, arg1, arg2, arg3 any) *gomock.Call

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockFlowLogsClientMockRecorder) Get

func (mr *MockFlowLogsClientMockRecorder) Get(arg0, arg1, arg2, arg3 any) *gomock.Call

Get indicates an expected call of Get.

type MockInterfacesClient

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

MockInterfacesClient is a mock of InterfacesClient interface.

func NewMockInterfacesClient

func NewMockInterfacesClient(ctrl *gomock.Controller) *MockInterfacesClient

NewMockInterfacesClient creates a new mock instance.

func (*MockInterfacesClient) CreateOrUpdateAndWait

func (m *MockInterfacesClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 network.Interface) error

CreateOrUpdateAndWait mocks base method.

func (*MockInterfacesClient) DeleteAndWait

func (m *MockInterfacesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error

DeleteAndWait mocks base method.

func (*MockInterfacesClient) EXPECT

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

func (*MockInterfacesClient) Get

func (m *MockInterfacesClient) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.Interface, error)

Get mocks base method.

type MockInterfacesClientMockRecorder

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

MockInterfacesClientMockRecorder is the mock recorder for MockInterfacesClient.

func (*MockInterfacesClientMockRecorder) CreateOrUpdateAndWait

func (mr *MockInterfacesClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3 any) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockInterfacesClientMockRecorder) DeleteAndWait

func (mr *MockInterfacesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 any) *gomock.Call

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockInterfacesClientMockRecorder) Get

func (mr *MockInterfacesClientMockRecorder) Get(arg0, arg1, arg2, arg3 any) *gomock.Call

Get indicates an expected call of Get.

type MockLoadBalancerBackendAddressPoolsClient

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

MockLoadBalancerBackendAddressPoolsClient is a mock of LoadBalancerBackendAddressPoolsClient interface.

func NewMockLoadBalancerBackendAddressPoolsClient

func NewMockLoadBalancerBackendAddressPoolsClient(ctrl *gomock.Controller) *MockLoadBalancerBackendAddressPoolsClient

NewMockLoadBalancerBackendAddressPoolsClient creates a new mock instance.

func (*MockLoadBalancerBackendAddressPoolsClient) EXPECT

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

func (*MockLoadBalancerBackendAddressPoolsClient) Get

Get mocks base method.

type MockLoadBalancerBackendAddressPoolsClientMockRecorder

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

MockLoadBalancerBackendAddressPoolsClientMockRecorder is the mock recorder for MockLoadBalancerBackendAddressPoolsClient.

func (*MockLoadBalancerBackendAddressPoolsClientMockRecorder) Get

func (mr *MockLoadBalancerBackendAddressPoolsClientMockRecorder) Get(arg0, arg1, arg2, arg3 any) *gomock.Call

Get indicates an expected call of Get.

type MockLoadBalancersClient

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

MockLoadBalancersClient is a mock of LoadBalancersClient interface.

func NewMockLoadBalancersClient

func NewMockLoadBalancersClient(ctrl *gomock.Controller) *MockLoadBalancersClient

NewMockLoadBalancersClient creates a new mock instance.

func (*MockLoadBalancersClient) CreateOrUpdateAndWait

func (m *MockLoadBalancersClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 network.LoadBalancer) error

CreateOrUpdateAndWait mocks base method.

func (*MockLoadBalancersClient) EXPECT

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

func (*MockLoadBalancersClient) Get

func (m *MockLoadBalancersClient) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.LoadBalancer, error)

Get mocks base method.

type MockLoadBalancersClientMockRecorder

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

MockLoadBalancersClientMockRecorder is the mock recorder for MockLoadBalancersClient.

func (*MockLoadBalancersClientMockRecorder) CreateOrUpdateAndWait

func (mr *MockLoadBalancersClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3 any) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockLoadBalancersClientMockRecorder) Get

func (mr *MockLoadBalancersClientMockRecorder) Get(arg0, arg1, arg2, arg3 any) *gomock.Call

Get indicates an expected call of Get.

type MockPrivateEndpointsClient

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

MockPrivateEndpointsClient is a mock of PrivateEndpointsClient interface.

func NewMockPrivateEndpointsClient

func NewMockPrivateEndpointsClient(ctrl *gomock.Controller) *MockPrivateEndpointsClient

NewMockPrivateEndpointsClient creates a new mock instance.

func (*MockPrivateEndpointsClient) CreateOrUpdateAndWait

func (m *MockPrivateEndpointsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 network.PrivateEndpoint) error

CreateOrUpdateAndWait mocks base method.

func (*MockPrivateEndpointsClient) DeleteAndWait

func (m *MockPrivateEndpointsClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error

DeleteAndWait mocks base method.

func (*MockPrivateEndpointsClient) EXPECT

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

func (*MockPrivateEndpointsClient) Get

func (m *MockPrivateEndpointsClient) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.PrivateEndpoint, error)

Get mocks base method.

type MockPrivateEndpointsClientMockRecorder

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

MockPrivateEndpointsClientMockRecorder is the mock recorder for MockPrivateEndpointsClient.

func (*MockPrivateEndpointsClientMockRecorder) CreateOrUpdateAndWait

func (mr *MockPrivateEndpointsClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3 any) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockPrivateEndpointsClientMockRecorder) DeleteAndWait

func (mr *MockPrivateEndpointsClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 any) *gomock.Call

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockPrivateEndpointsClientMockRecorder) Get

func (mr *MockPrivateEndpointsClientMockRecorder) Get(arg0, arg1, arg2, arg3 any) *gomock.Call

Get indicates an expected call of Get.

type MockPublicIPAddressesClient

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

MockPublicIPAddressesClient is a mock of PublicIPAddressesClient interface.

func NewMockPublicIPAddressesClient

func NewMockPublicIPAddressesClient(ctrl *gomock.Controller) *MockPublicIPAddressesClient

NewMockPublicIPAddressesClient creates a new mock instance.

func (*MockPublicIPAddressesClient) CreateOrUpdateAndWait

func (m *MockPublicIPAddressesClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 network.PublicIPAddress) error

CreateOrUpdateAndWait mocks base method.

func (*MockPublicIPAddressesClient) DeleteAndWait

func (m *MockPublicIPAddressesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error

DeleteAndWait mocks base method.

func (*MockPublicIPAddressesClient) EXPECT

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

func (*MockPublicIPAddressesClient) Get

Get mocks base method.

func (*MockPublicIPAddressesClient) List

List mocks base method.

type MockPublicIPAddressesClientMockRecorder

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

MockPublicIPAddressesClientMockRecorder is the mock recorder for MockPublicIPAddressesClient.

func (*MockPublicIPAddressesClientMockRecorder) CreateOrUpdateAndWait

func (mr *MockPublicIPAddressesClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3 any) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockPublicIPAddressesClientMockRecorder) DeleteAndWait

func (mr *MockPublicIPAddressesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 any) *gomock.Call

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockPublicIPAddressesClientMockRecorder) Get

func (mr *MockPublicIPAddressesClientMockRecorder) Get(arg0, arg1, arg2, arg3 any) *gomock.Call

Get indicates an expected call of Get.

func (*MockPublicIPAddressesClientMockRecorder) List

List indicates an expected call of List.

type MockSubnetsClient

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

MockSubnetsClient is a mock of SubnetsClient interface.

func NewMockSubnetsClient

func NewMockSubnetsClient(ctrl *gomock.Controller) *MockSubnetsClient

NewMockSubnetsClient creates a new mock instance.

func (*MockSubnetsClient) CreateOrUpdateAndWait

func (m *MockSubnetsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2, arg3 string, arg4 network.Subnet) error

CreateOrUpdateAndWait mocks base method.

func (*MockSubnetsClient) DeleteAndWait

func (m *MockSubnetsClient) DeleteAndWait(arg0 context.Context, arg1, arg2, arg3 string) error

DeleteAndWait mocks base method.

func (*MockSubnetsClient) EXPECT

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

func (*MockSubnetsClient) Get

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

Get mocks base method.

func (*MockSubnetsClient) List

List mocks base method.

type MockSubnetsClientMockRecorder

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

MockSubnetsClientMockRecorder is the mock recorder for MockSubnetsClient.

func (*MockSubnetsClientMockRecorder) CreateOrUpdateAndWait

func (mr *MockSubnetsClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockSubnetsClientMockRecorder) DeleteAndWait

func (mr *MockSubnetsClientMockRecorder) DeleteAndWait(arg0, arg1, arg2, arg3 any) *gomock.Call

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockSubnetsClientMockRecorder) Get

func (mr *MockSubnetsClientMockRecorder) Get(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

Get indicates an expected call of Get.

func (*MockSubnetsClientMockRecorder) List

func (mr *MockSubnetsClientMockRecorder) List(arg0, arg1, arg2 any) *gomock.Call

List indicates an expected call of List.

type MockUsageClient

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

MockUsageClient is a mock of UsageClient interface.

func NewMockUsageClient

func NewMockUsageClient(ctrl *gomock.Controller) *MockUsageClient

NewMockUsageClient creates a new mock instance.

func (*MockUsageClient) EXPECT

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

func (*MockUsageClient) List

func (m *MockUsageClient) List(arg0 context.Context, arg1 string) ([]network.Usage, error)

List mocks base method.

type MockUsageClientMockRecorder

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

MockUsageClientMockRecorder is the mock recorder for MockUsageClient.

func (*MockUsageClientMockRecorder) List

func (mr *MockUsageClientMockRecorder) List(arg0, arg1 any) *gomock.Call

List indicates an expected call of List.

type MockVirtualNetworksClient

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

MockVirtualNetworksClient is a mock of VirtualNetworksClient interface.

func NewMockVirtualNetworksClient

func NewMockVirtualNetworksClient(ctrl *gomock.Controller) *MockVirtualNetworksClient

NewMockVirtualNetworksClient creates a new mock instance.

func (*MockVirtualNetworksClient) EXPECT

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

func (*MockVirtualNetworksClient) Get

func (m *MockVirtualNetworksClient) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.VirtualNetwork, error)

Get mocks base method.

type MockVirtualNetworksClientMockRecorder

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

MockVirtualNetworksClientMockRecorder is the mock recorder for MockVirtualNetworksClient.

func (*MockVirtualNetworksClientMockRecorder) Get

func (mr *MockVirtualNetworksClientMockRecorder) Get(arg0, arg1, arg2, arg3 any) *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