mock_network

package
v0.0.0-...-54afde0 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2020 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 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) 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

type MockInterfacesClientMockRecorder

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

MockInterfacesClientMockRecorder is the mock recorder for MockInterfacesClient

func (*MockInterfacesClientMockRecorder) DeleteAndWait

func (mr *MockInterfacesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteAndWait indicates an expected call of DeleteAndWait

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) 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) Get

func (mr *MockLoadBalancersClientMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *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 interface{}) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait

func (*MockPrivateEndpointsClientMockRecorder) DeleteAndWait

func (mr *MockPrivateEndpointsClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteAndWait indicates an expected call of DeleteAndWait

func (*MockPrivateEndpointsClientMockRecorder) Get

func (mr *MockPrivateEndpointsClientMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *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) 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) DeleteAndWait

func (mr *MockPublicIPAddressesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteAndWait indicates an expected call of DeleteAndWait

func (*MockPublicIPAddressesClientMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockPublicIPAddressesClientMockRecorder) List

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

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) 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

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 interface{}) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait

func (*MockSubnetsClientMockRecorder) Get

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

Get indicates an expected call of Get

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

func (*MockVirtualNetworksClient) List

List 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 interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockVirtualNetworksClientMockRecorder) List

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

List indicates an expected call of List

Jump to

Keyboard shortcuts

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