Documentation ¶
Overview ¶
Package mock_network is a generated GoMock package.
Index ¶
- type MockInterfacesClient
- type MockInterfacesClientMockRecorder
- type MockLoadBalancersClient
- type MockLoadBalancersClientMockRecorder
- type MockPrivateEndpointsClient
- func (m *MockPrivateEndpointsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 network.PrivateEndpoint) error
- func (m *MockPrivateEndpointsClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
- func (m *MockPrivateEndpointsClient) EXPECT() *MockPrivateEndpointsClientMockRecorder
- func (m *MockPrivateEndpointsClient) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.PrivateEndpoint, error)
- type MockPrivateEndpointsClientMockRecorder
- func (mr *MockPrivateEndpointsClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPrivateEndpointsClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPrivateEndpointsClientMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- type MockPublicIPAddressesClient
- func (m *MockPublicIPAddressesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
- func (m *MockPublicIPAddressesClient) EXPECT() *MockPublicIPAddressesClientMockRecorder
- func (m *MockPublicIPAddressesClient) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.PublicIPAddress, error)
- func (m *MockPublicIPAddressesClient) List(arg0 context.Context, arg1 string) ([]network.PublicIPAddress, error)
- type MockPublicIPAddressesClientMockRecorder
- func (mr *MockPublicIPAddressesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPublicIPAddressesClientMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPublicIPAddressesClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- type MockSubnetsClient
- func (m *MockSubnetsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2, arg3 string, arg4 network.Subnet) error
- func (m *MockSubnetsClient) EXPECT() *MockSubnetsClientMockRecorder
- func (m *MockSubnetsClient) Get(arg0 context.Context, arg1, arg2, arg3, arg4 string) (network.Subnet, error)
- type MockSubnetsClientMockRecorder
- type MockVirtualNetworksClient
- func (m *MockVirtualNetworksClient) EXPECT() *MockVirtualNetworksClientMockRecorder
- func (m *MockVirtualNetworksClient) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.VirtualNetwork, error)
- func (m *MockVirtualNetworksClient) List(arg0 context.Context, arg1 string) ([]network.VirtualNetwork, error)
- type MockVirtualNetworksClientMockRecorder
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 ¶
func (m *MockInterfacesClient) EXPECT() *MockInterfacesClientMockRecorder
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 ¶
func (m *MockLoadBalancersClient) EXPECT() *MockLoadBalancersClientMockRecorder
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 ¶
func (m *MockPrivateEndpointsClient) EXPECT() *MockPrivateEndpointsClientMockRecorder
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 ¶
func (m *MockPublicIPAddressesClient) EXPECT() *MockPublicIPAddressesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPublicIPAddressesClient) Get ¶
func (m *MockPublicIPAddressesClient) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.PublicIPAddress, error)
Get mocks base method
func (*MockPublicIPAddressesClient) List ¶
func (m *MockPublicIPAddressesClient) List(arg0 context.Context, arg1 string) ([]network.PublicIPAddress, error)
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 ¶
func (m *MockSubnetsClient) EXPECT() *MockSubnetsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
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 ¶
func (m *MockVirtualNetworksClient) EXPECT() *MockVirtualNetworksClientMockRecorder
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 ¶
func (m *MockVirtualNetworksClient) List(arg0 context.Context, arg1 string) ([]network.VirtualNetwork, error)
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