mock_proto

package
v0.0.0-...-c316130 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_proto is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockInfraAgentClient

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

MockInfraAgentClient is a mock of InfraAgentClient interface.

func NewMockInfraAgentClient

func NewMockInfraAgentClient(ctrl *gomock.Controller) *MockInfraAgentClient

NewMockInfraAgentClient creates a new mock instance.

func (*MockInfraAgentClient) ActivePolicyRemove

func (m *MockInfraAgentClient) ActivePolicyRemove(ctx context.Context, in *proto.ActivePolicyRemove, opts ...grpc.CallOption) (*proto.Reply, error)

ActivePolicyRemove mocks base method.

func (*MockInfraAgentClient) ActivePolicyUpdate

func (m *MockInfraAgentClient) ActivePolicyUpdate(ctx context.Context, in *proto.ActivePolicyUpdate, opts ...grpc.CallOption) (*proto.Reply, error)

ActivePolicyUpdate mocks base method.

func (*MockInfraAgentClient) AddDelSnatPrefix

func (m *MockInfraAgentClient) AddDelSnatPrefix(ctx context.Context, in *proto.AddDelSnatPrefixRequest, opts ...grpc.CallOption) (*proto.Reply, error)

AddDelSnatPrefix mocks base method.

func (*MockInfraAgentClient) CreateNetwork

CreateNetwork mocks base method.

func (*MockInfraAgentClient) DeleteNetwork

DeleteNetwork mocks base method.

func (*MockInfraAgentClient) EXPECT

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

func (*MockInfraAgentClient) NatTranslationAdd

func (m *MockInfraAgentClient) NatTranslationAdd(ctx context.Context, in *proto.NatTranslation, opts ...grpc.CallOption) (*proto.Reply, error)

NatTranslationAdd mocks base method.

func (*MockInfraAgentClient) NatTranslationDelete

func (m *MockInfraAgentClient) NatTranslationDelete(ctx context.Context, in *proto.NatTranslation, opts ...grpc.CallOption) (*proto.Reply, error)

NatTranslationDelete mocks base method.

func (*MockInfraAgentClient) RemoveActiveProfile

func (m *MockInfraAgentClient) RemoveActiveProfile(ctx context.Context, in *proto.ActiveProfileRemove, opts ...grpc.CallOption) (*proto.Reply, error)

RemoveActiveProfile mocks base method.

func (*MockInfraAgentClient) RemoveHostEndpoint

func (m *MockInfraAgentClient) RemoveHostEndpoint(ctx context.Context, in *proto.HostEndpointRemove, opts ...grpc.CallOption) (*proto.Reply, error)

RemoveHostEndpoint mocks base method.

func (*MockInfraAgentClient) RemoveHostMetaData

func (m *MockInfraAgentClient) RemoveHostMetaData(ctx context.Context, in *proto.HostMetadataRemove, opts ...grpc.CallOption) (*proto.Reply, error)

RemoveHostMetaData mocks base method.

func (*MockInfraAgentClient) RemoveIPSet

func (m *MockInfraAgentClient) RemoveIPSet(ctx context.Context, in *proto.IPSetRemove, opts ...grpc.CallOption) (*proto.Reply, error)

RemoveIPSet mocks base method.

func (*MockInfraAgentClient) RemoveLocalEndpoint

func (m *MockInfraAgentClient) RemoveLocalEndpoint(ctx context.Context, in *proto.WorkloadEndpointRemove, opts ...grpc.CallOption) (*proto.Reply, error)

RemoveLocalEndpoint mocks base method.

func (*MockInfraAgentClient) RemoveNamespace

func (m *MockInfraAgentClient) RemoveNamespace(ctx context.Context, in *proto.NamespaceRemove, opts ...grpc.CallOption) (*proto.Reply, error)

RemoveNamespace mocks base method.

func (*MockInfraAgentClient) RemoveRoute

func (m *MockInfraAgentClient) RemoveRoute(ctx context.Context, in *proto.RouteRemove, opts ...grpc.CallOption) (*proto.Reply, error)

RemoveRoute mocks base method.

func (*MockInfraAgentClient) RemoveServiceAccount

func (m *MockInfraAgentClient) RemoveServiceAccount(ctx context.Context, in *proto.ServiceAccountRemove, opts ...grpc.CallOption) (*proto.Reply, error)

RemoveServiceAccount mocks base method.

func (*MockInfraAgentClient) RemoveVXLANTunnelEndpoint

func (m *MockInfraAgentClient) RemoveVXLANTunnelEndpoint(ctx context.Context, in *proto.VXLANTunnelEndpointRemove, opts ...grpc.CallOption) (*proto.Reply, error)

RemoveVXLANTunnelEndpoint mocks base method.

func (*MockInfraAgentClient) RemoveWireguardEndpoint

func (m *MockInfraAgentClient) RemoveWireguardEndpoint(ctx context.Context, in *proto.WireguardEndpointRemove, opts ...grpc.CallOption) (*proto.Reply, error)

RemoveWireguardEndpoint mocks base method.

func (*MockInfraAgentClient) SetSnatAddress

SetSnatAddress mocks base method.

func (*MockInfraAgentClient) SetupHostInterface

func (m *MockInfraAgentClient) SetupHostInterface(ctx context.Context, in *proto.SetupHostInterfaceRequest, opts ...grpc.CallOption) (*proto.Reply, error)

SetupHostInterface mocks base method.

func (*MockInfraAgentClient) UpdateActiveProfile

func (m *MockInfraAgentClient) UpdateActiveProfile(ctx context.Context, in *proto.ActiveProfileUpdate, opts ...grpc.CallOption) (*proto.Reply, error)

UpdateActiveProfile mocks base method.

func (*MockInfraAgentClient) UpdateGlobalBGPConfig

func (m *MockInfraAgentClient) UpdateGlobalBGPConfig(ctx context.Context, in *proto.GlobalBGPConfigUpdate, opts ...grpc.CallOption) (*proto.Reply, error)

UpdateGlobalBGPConfig mocks base method.

func (*MockInfraAgentClient) UpdateHostEndpoint

func (m *MockInfraAgentClient) UpdateHostEndpoint(ctx context.Context, in *proto.HostEndpointUpdate, opts ...grpc.CallOption) (*proto.Reply, error)

UpdateHostEndpoint mocks base method.

func (*MockInfraAgentClient) UpdateHostMetaData

func (m *MockInfraAgentClient) UpdateHostMetaData(ctx context.Context, in *proto.HostMetadataUpdate, opts ...grpc.CallOption) (*proto.Reply, error)

UpdateHostMetaData mocks base method.

func (*MockInfraAgentClient) UpdateIPSet

func (m *MockInfraAgentClient) UpdateIPSet(ctx context.Context, in *proto.IPSetUpdate, opts ...grpc.CallOption) (*proto.Reply, error)

UpdateIPSet mocks base method.

func (*MockInfraAgentClient) UpdateIPSetDelta

func (m *MockInfraAgentClient) UpdateIPSetDelta(ctx context.Context, in *proto.IPSetDeltaUpdate, opts ...grpc.CallOption) (*proto.Reply, error)

UpdateIPSetDelta mocks base method.

func (*MockInfraAgentClient) UpdateLocalEndpoint

func (m *MockInfraAgentClient) UpdateLocalEndpoint(ctx context.Context, in *proto.WorkloadEndpointUpdate, opts ...grpc.CallOption) (*proto.Reply, error)

UpdateLocalEndpoint mocks base method.

func (*MockInfraAgentClient) UpdateNamespace

func (m *MockInfraAgentClient) UpdateNamespace(ctx context.Context, in *proto.NamespaceUpdate, opts ...grpc.CallOption) (*proto.Reply, error)

UpdateNamespace mocks base method.

func (*MockInfraAgentClient) UpdateRoute

func (m *MockInfraAgentClient) UpdateRoute(ctx context.Context, in *proto.RouteUpdate, opts ...grpc.CallOption) (*proto.Reply, error)

UpdateRoute mocks base method.

func (*MockInfraAgentClient) UpdateServiceAccount

func (m *MockInfraAgentClient) UpdateServiceAccount(ctx context.Context, in *proto.ServiceAccountUpdate, opts ...grpc.CallOption) (*proto.Reply, error)

UpdateServiceAccount mocks base method.

func (*MockInfraAgentClient) UpdateVXLANTunnelEndpoint

func (m *MockInfraAgentClient) UpdateVXLANTunnelEndpoint(ctx context.Context, in *proto.VXLANTunnelEndpointUpdate, opts ...grpc.CallOption) (*proto.Reply, error)

UpdateVXLANTunnelEndpoint mocks base method.

func (*MockInfraAgentClient) UpdateWireguardEndpoint

func (m *MockInfraAgentClient) UpdateWireguardEndpoint(ctx context.Context, in *proto.WireguardEndpointUpdate, opts ...grpc.CallOption) (*proto.Reply, error)

UpdateWireguardEndpoint mocks base method.

type MockInfraAgentClientMockRecorder

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

MockInfraAgentClientMockRecorder is the mock recorder for MockInfraAgentClient.

func (*MockInfraAgentClientMockRecorder) ActivePolicyRemove

func (mr *MockInfraAgentClientMockRecorder) ActivePolicyRemove(ctx, in interface{}, opts ...interface{}) *gomock.Call

ActivePolicyRemove indicates an expected call of ActivePolicyRemove.

func (*MockInfraAgentClientMockRecorder) ActivePolicyUpdate

func (mr *MockInfraAgentClientMockRecorder) ActivePolicyUpdate(ctx, in interface{}, opts ...interface{}) *gomock.Call

ActivePolicyUpdate indicates an expected call of ActivePolicyUpdate.

func (*MockInfraAgentClientMockRecorder) AddDelSnatPrefix

func (mr *MockInfraAgentClientMockRecorder) AddDelSnatPrefix(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddDelSnatPrefix indicates an expected call of AddDelSnatPrefix.

func (*MockInfraAgentClientMockRecorder) CreateNetwork

func (mr *MockInfraAgentClientMockRecorder) CreateNetwork(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateNetwork indicates an expected call of CreateNetwork.

func (*MockInfraAgentClientMockRecorder) DeleteNetwork

func (mr *MockInfraAgentClientMockRecorder) DeleteNetwork(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteNetwork indicates an expected call of DeleteNetwork.

func (*MockInfraAgentClientMockRecorder) NatTranslationAdd

func (mr *MockInfraAgentClientMockRecorder) NatTranslationAdd(ctx, in interface{}, opts ...interface{}) *gomock.Call

NatTranslationAdd indicates an expected call of NatTranslationAdd.

func (*MockInfraAgentClientMockRecorder) NatTranslationDelete

func (mr *MockInfraAgentClientMockRecorder) NatTranslationDelete(ctx, in interface{}, opts ...interface{}) *gomock.Call

NatTranslationDelete indicates an expected call of NatTranslationDelete.

func (*MockInfraAgentClientMockRecorder) RemoveActiveProfile

func (mr *MockInfraAgentClientMockRecorder) RemoveActiveProfile(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveActiveProfile indicates an expected call of RemoveActiveProfile.

func (*MockInfraAgentClientMockRecorder) RemoveHostEndpoint

func (mr *MockInfraAgentClientMockRecorder) RemoveHostEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveHostEndpoint indicates an expected call of RemoveHostEndpoint.

func (*MockInfraAgentClientMockRecorder) RemoveHostMetaData

func (mr *MockInfraAgentClientMockRecorder) RemoveHostMetaData(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveHostMetaData indicates an expected call of RemoveHostMetaData.

func (*MockInfraAgentClientMockRecorder) RemoveIPSet

func (mr *MockInfraAgentClientMockRecorder) RemoveIPSet(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveIPSet indicates an expected call of RemoveIPSet.

func (*MockInfraAgentClientMockRecorder) RemoveLocalEndpoint

func (mr *MockInfraAgentClientMockRecorder) RemoveLocalEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveLocalEndpoint indicates an expected call of RemoveLocalEndpoint.

func (*MockInfraAgentClientMockRecorder) RemoveNamespace

func (mr *MockInfraAgentClientMockRecorder) RemoveNamespace(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveNamespace indicates an expected call of RemoveNamespace.

func (*MockInfraAgentClientMockRecorder) RemoveRoute

func (mr *MockInfraAgentClientMockRecorder) RemoveRoute(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveRoute indicates an expected call of RemoveRoute.

func (*MockInfraAgentClientMockRecorder) RemoveServiceAccount

func (mr *MockInfraAgentClientMockRecorder) RemoveServiceAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveServiceAccount indicates an expected call of RemoveServiceAccount.

func (*MockInfraAgentClientMockRecorder) RemoveVXLANTunnelEndpoint

func (mr *MockInfraAgentClientMockRecorder) RemoveVXLANTunnelEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveVXLANTunnelEndpoint indicates an expected call of RemoveVXLANTunnelEndpoint.

func (*MockInfraAgentClientMockRecorder) RemoveWireguardEndpoint

func (mr *MockInfraAgentClientMockRecorder) RemoveWireguardEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveWireguardEndpoint indicates an expected call of RemoveWireguardEndpoint.

func (*MockInfraAgentClientMockRecorder) SetSnatAddress

func (mr *MockInfraAgentClientMockRecorder) SetSnatAddress(ctx, in interface{}, opts ...interface{}) *gomock.Call

SetSnatAddress indicates an expected call of SetSnatAddress.

func (*MockInfraAgentClientMockRecorder) SetupHostInterface

func (mr *MockInfraAgentClientMockRecorder) SetupHostInterface(ctx, in interface{}, opts ...interface{}) *gomock.Call

SetupHostInterface indicates an expected call of SetupHostInterface.

func (*MockInfraAgentClientMockRecorder) UpdateActiveProfile

func (mr *MockInfraAgentClientMockRecorder) UpdateActiveProfile(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateActiveProfile indicates an expected call of UpdateActiveProfile.

func (*MockInfraAgentClientMockRecorder) UpdateGlobalBGPConfig

func (mr *MockInfraAgentClientMockRecorder) UpdateGlobalBGPConfig(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateGlobalBGPConfig indicates an expected call of UpdateGlobalBGPConfig.

func (*MockInfraAgentClientMockRecorder) UpdateHostEndpoint

func (mr *MockInfraAgentClientMockRecorder) UpdateHostEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateHostEndpoint indicates an expected call of UpdateHostEndpoint.

func (*MockInfraAgentClientMockRecorder) UpdateHostMetaData

func (mr *MockInfraAgentClientMockRecorder) UpdateHostMetaData(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateHostMetaData indicates an expected call of UpdateHostMetaData.

func (*MockInfraAgentClientMockRecorder) UpdateIPSet

func (mr *MockInfraAgentClientMockRecorder) UpdateIPSet(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateIPSet indicates an expected call of UpdateIPSet.

func (*MockInfraAgentClientMockRecorder) UpdateIPSetDelta

func (mr *MockInfraAgentClientMockRecorder) UpdateIPSetDelta(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateIPSetDelta indicates an expected call of UpdateIPSetDelta.

func (*MockInfraAgentClientMockRecorder) UpdateLocalEndpoint

func (mr *MockInfraAgentClientMockRecorder) UpdateLocalEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateLocalEndpoint indicates an expected call of UpdateLocalEndpoint.

func (*MockInfraAgentClientMockRecorder) UpdateNamespace

func (mr *MockInfraAgentClientMockRecorder) UpdateNamespace(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateNamespace indicates an expected call of UpdateNamespace.

func (*MockInfraAgentClientMockRecorder) UpdateRoute

func (mr *MockInfraAgentClientMockRecorder) UpdateRoute(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateRoute indicates an expected call of UpdateRoute.

func (*MockInfraAgentClientMockRecorder) UpdateServiceAccount

func (mr *MockInfraAgentClientMockRecorder) UpdateServiceAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateServiceAccount indicates an expected call of UpdateServiceAccount.

func (*MockInfraAgentClientMockRecorder) UpdateVXLANTunnelEndpoint

func (mr *MockInfraAgentClientMockRecorder) UpdateVXLANTunnelEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateVXLANTunnelEndpoint indicates an expected call of UpdateVXLANTunnelEndpoint.

func (*MockInfraAgentClientMockRecorder) UpdateWireguardEndpoint

func (mr *MockInfraAgentClientMockRecorder) UpdateWireguardEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateWireguardEndpoint indicates an expected call of UpdateWireguardEndpoint.

type MockInfraAgentServer

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

MockInfraAgentServer is a mock of InfraAgentServer interface.

func NewMockInfraAgentServer

func NewMockInfraAgentServer(ctrl *gomock.Controller) *MockInfraAgentServer

NewMockInfraAgentServer creates a new mock instance.

func (*MockInfraAgentServer) ActivePolicyRemove

func (m *MockInfraAgentServer) ActivePolicyRemove(arg0 context.Context, arg1 *proto.ActivePolicyRemove) (*proto.Reply, error)

ActivePolicyRemove mocks base method.

func (*MockInfraAgentServer) ActivePolicyUpdate

func (m *MockInfraAgentServer) ActivePolicyUpdate(arg0 context.Context, arg1 *proto.ActivePolicyUpdate) (*proto.Reply, error)

ActivePolicyUpdate mocks base method.

func (*MockInfraAgentServer) AddDelSnatPrefix

func (m *MockInfraAgentServer) AddDelSnatPrefix(arg0 context.Context, arg1 *proto.AddDelSnatPrefixRequest) (*proto.Reply, error)

AddDelSnatPrefix mocks base method.

func (*MockInfraAgentServer) CreateNetwork

CreateNetwork mocks base method.

func (*MockInfraAgentServer) DeleteNetwork

DeleteNetwork mocks base method.

func (*MockInfraAgentServer) EXPECT

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

func (*MockInfraAgentServer) NatTranslationAdd

func (m *MockInfraAgentServer) NatTranslationAdd(arg0 context.Context, arg1 *proto.NatTranslation) (*proto.Reply, error)

NatTranslationAdd mocks base method.

func (*MockInfraAgentServer) NatTranslationDelete

func (m *MockInfraAgentServer) NatTranslationDelete(arg0 context.Context, arg1 *proto.NatTranslation) (*proto.Reply, error)

NatTranslationDelete mocks base method.

func (*MockInfraAgentServer) RemoveActiveProfile

func (m *MockInfraAgentServer) RemoveActiveProfile(arg0 context.Context, arg1 *proto.ActiveProfileRemove) (*proto.Reply, error)

RemoveActiveProfile mocks base method.

func (*MockInfraAgentServer) RemoveHostEndpoint

func (m *MockInfraAgentServer) RemoveHostEndpoint(arg0 context.Context, arg1 *proto.HostEndpointRemove) (*proto.Reply, error)

RemoveHostEndpoint mocks base method.

func (*MockInfraAgentServer) RemoveHostMetaData

func (m *MockInfraAgentServer) RemoveHostMetaData(arg0 context.Context, arg1 *proto.HostMetadataRemove) (*proto.Reply, error)

RemoveHostMetaData mocks base method.

func (*MockInfraAgentServer) RemoveIPSet

func (m *MockInfraAgentServer) RemoveIPSet(arg0 context.Context, arg1 *proto.IPSetRemove) (*proto.Reply, error)

RemoveIPSet mocks base method.

func (*MockInfraAgentServer) RemoveLocalEndpoint

func (m *MockInfraAgentServer) RemoveLocalEndpoint(arg0 context.Context, arg1 *proto.WorkloadEndpointRemove) (*proto.Reply, error)

RemoveLocalEndpoint mocks base method.

func (*MockInfraAgentServer) RemoveNamespace

func (m *MockInfraAgentServer) RemoveNamespace(arg0 context.Context, arg1 *proto.NamespaceRemove) (*proto.Reply, error)

RemoveNamespace mocks base method.

func (*MockInfraAgentServer) RemoveRoute

func (m *MockInfraAgentServer) RemoveRoute(arg0 context.Context, arg1 *proto.RouteRemove) (*proto.Reply, error)

RemoveRoute mocks base method.

func (*MockInfraAgentServer) RemoveServiceAccount

func (m *MockInfraAgentServer) RemoveServiceAccount(arg0 context.Context, arg1 *proto.ServiceAccountRemove) (*proto.Reply, error)

RemoveServiceAccount mocks base method.

func (*MockInfraAgentServer) RemoveVXLANTunnelEndpoint

func (m *MockInfraAgentServer) RemoveVXLANTunnelEndpoint(arg0 context.Context, arg1 *proto.VXLANTunnelEndpointRemove) (*proto.Reply, error)

RemoveVXLANTunnelEndpoint mocks base method.

func (*MockInfraAgentServer) RemoveWireguardEndpoint

func (m *MockInfraAgentServer) RemoveWireguardEndpoint(arg0 context.Context, arg1 *proto.WireguardEndpointRemove) (*proto.Reply, error)

RemoveWireguardEndpoint mocks base method.

func (*MockInfraAgentServer) SetSnatAddress

func (m *MockInfraAgentServer) SetSnatAddress(arg0 context.Context, arg1 *proto.SetSnatAddressRequest) (*proto.Reply, error)

SetSnatAddress mocks base method.

func (*MockInfraAgentServer) SetupHostInterface

func (m *MockInfraAgentServer) SetupHostInterface(arg0 context.Context, arg1 *proto.SetupHostInterfaceRequest) (*proto.Reply, error)

SetupHostInterface mocks base method.

func (*MockInfraAgentServer) UpdateActiveProfile

func (m *MockInfraAgentServer) UpdateActiveProfile(arg0 context.Context, arg1 *proto.ActiveProfileUpdate) (*proto.Reply, error)

UpdateActiveProfile mocks base method.

func (*MockInfraAgentServer) UpdateGlobalBGPConfig

func (m *MockInfraAgentServer) UpdateGlobalBGPConfig(arg0 context.Context, arg1 *proto.GlobalBGPConfigUpdate) (*proto.Reply, error)

UpdateGlobalBGPConfig mocks base method.

func (*MockInfraAgentServer) UpdateHostEndpoint

func (m *MockInfraAgentServer) UpdateHostEndpoint(arg0 context.Context, arg1 *proto.HostEndpointUpdate) (*proto.Reply, error)

UpdateHostEndpoint mocks base method.

func (*MockInfraAgentServer) UpdateHostMetaData

func (m *MockInfraAgentServer) UpdateHostMetaData(arg0 context.Context, arg1 *proto.HostMetadataUpdate) (*proto.Reply, error)

UpdateHostMetaData mocks base method.

func (*MockInfraAgentServer) UpdateIPSet

func (m *MockInfraAgentServer) UpdateIPSet(arg0 context.Context, arg1 *proto.IPSetUpdate) (*proto.Reply, error)

UpdateIPSet mocks base method.

func (*MockInfraAgentServer) UpdateIPSetDelta

func (m *MockInfraAgentServer) UpdateIPSetDelta(arg0 context.Context, arg1 *proto.IPSetDeltaUpdate) (*proto.Reply, error)

UpdateIPSetDelta mocks base method.

func (*MockInfraAgentServer) UpdateLocalEndpoint

func (m *MockInfraAgentServer) UpdateLocalEndpoint(arg0 context.Context, arg1 *proto.WorkloadEndpointUpdate) (*proto.Reply, error)

UpdateLocalEndpoint mocks base method.

func (*MockInfraAgentServer) UpdateNamespace

func (m *MockInfraAgentServer) UpdateNamespace(arg0 context.Context, arg1 *proto.NamespaceUpdate) (*proto.Reply, error)

UpdateNamespace mocks base method.

func (*MockInfraAgentServer) UpdateRoute

func (m *MockInfraAgentServer) UpdateRoute(arg0 context.Context, arg1 *proto.RouteUpdate) (*proto.Reply, error)

UpdateRoute mocks base method.

func (*MockInfraAgentServer) UpdateServiceAccount

func (m *MockInfraAgentServer) UpdateServiceAccount(arg0 context.Context, arg1 *proto.ServiceAccountUpdate) (*proto.Reply, error)

UpdateServiceAccount mocks base method.

func (*MockInfraAgentServer) UpdateVXLANTunnelEndpoint

func (m *MockInfraAgentServer) UpdateVXLANTunnelEndpoint(arg0 context.Context, arg1 *proto.VXLANTunnelEndpointUpdate) (*proto.Reply, error)

UpdateVXLANTunnelEndpoint mocks base method.

func (*MockInfraAgentServer) UpdateWireguardEndpoint

func (m *MockInfraAgentServer) UpdateWireguardEndpoint(arg0 context.Context, arg1 *proto.WireguardEndpointUpdate) (*proto.Reply, error)

UpdateWireguardEndpoint mocks base method.

type MockInfraAgentServerMockRecorder

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

MockInfraAgentServerMockRecorder is the mock recorder for MockInfraAgentServer.

func (*MockInfraAgentServerMockRecorder) ActivePolicyRemove

func (mr *MockInfraAgentServerMockRecorder) ActivePolicyRemove(arg0, arg1 interface{}) *gomock.Call

ActivePolicyRemove indicates an expected call of ActivePolicyRemove.

func (*MockInfraAgentServerMockRecorder) ActivePolicyUpdate

func (mr *MockInfraAgentServerMockRecorder) ActivePolicyUpdate(arg0, arg1 interface{}) *gomock.Call

ActivePolicyUpdate indicates an expected call of ActivePolicyUpdate.

func (*MockInfraAgentServerMockRecorder) AddDelSnatPrefix

func (mr *MockInfraAgentServerMockRecorder) AddDelSnatPrefix(arg0, arg1 interface{}) *gomock.Call

AddDelSnatPrefix indicates an expected call of AddDelSnatPrefix.

func (*MockInfraAgentServerMockRecorder) CreateNetwork

func (mr *MockInfraAgentServerMockRecorder) CreateNetwork(arg0, arg1 interface{}) *gomock.Call

CreateNetwork indicates an expected call of CreateNetwork.

func (*MockInfraAgentServerMockRecorder) DeleteNetwork

func (mr *MockInfraAgentServerMockRecorder) DeleteNetwork(arg0, arg1 interface{}) *gomock.Call

DeleteNetwork indicates an expected call of DeleteNetwork.

func (*MockInfraAgentServerMockRecorder) NatTranslationAdd

func (mr *MockInfraAgentServerMockRecorder) NatTranslationAdd(arg0, arg1 interface{}) *gomock.Call

NatTranslationAdd indicates an expected call of NatTranslationAdd.

func (*MockInfraAgentServerMockRecorder) NatTranslationDelete

func (mr *MockInfraAgentServerMockRecorder) NatTranslationDelete(arg0, arg1 interface{}) *gomock.Call

NatTranslationDelete indicates an expected call of NatTranslationDelete.

func (*MockInfraAgentServerMockRecorder) RemoveActiveProfile

func (mr *MockInfraAgentServerMockRecorder) RemoveActiveProfile(arg0, arg1 interface{}) *gomock.Call

RemoveActiveProfile indicates an expected call of RemoveActiveProfile.

func (*MockInfraAgentServerMockRecorder) RemoveHostEndpoint

func (mr *MockInfraAgentServerMockRecorder) RemoveHostEndpoint(arg0, arg1 interface{}) *gomock.Call

RemoveHostEndpoint indicates an expected call of RemoveHostEndpoint.

func (*MockInfraAgentServerMockRecorder) RemoveHostMetaData

func (mr *MockInfraAgentServerMockRecorder) RemoveHostMetaData(arg0, arg1 interface{}) *gomock.Call

RemoveHostMetaData indicates an expected call of RemoveHostMetaData.

func (*MockInfraAgentServerMockRecorder) RemoveIPSet

func (mr *MockInfraAgentServerMockRecorder) RemoveIPSet(arg0, arg1 interface{}) *gomock.Call

RemoveIPSet indicates an expected call of RemoveIPSet.

func (*MockInfraAgentServerMockRecorder) RemoveLocalEndpoint

func (mr *MockInfraAgentServerMockRecorder) RemoveLocalEndpoint(arg0, arg1 interface{}) *gomock.Call

RemoveLocalEndpoint indicates an expected call of RemoveLocalEndpoint.

func (*MockInfraAgentServerMockRecorder) RemoveNamespace

func (mr *MockInfraAgentServerMockRecorder) RemoveNamespace(arg0, arg1 interface{}) *gomock.Call

RemoveNamespace indicates an expected call of RemoveNamespace.

func (*MockInfraAgentServerMockRecorder) RemoveRoute

func (mr *MockInfraAgentServerMockRecorder) RemoveRoute(arg0, arg1 interface{}) *gomock.Call

RemoveRoute indicates an expected call of RemoveRoute.

func (*MockInfraAgentServerMockRecorder) RemoveServiceAccount

func (mr *MockInfraAgentServerMockRecorder) RemoveServiceAccount(arg0, arg1 interface{}) *gomock.Call

RemoveServiceAccount indicates an expected call of RemoveServiceAccount.

func (*MockInfraAgentServerMockRecorder) RemoveVXLANTunnelEndpoint

func (mr *MockInfraAgentServerMockRecorder) RemoveVXLANTunnelEndpoint(arg0, arg1 interface{}) *gomock.Call

RemoveVXLANTunnelEndpoint indicates an expected call of RemoveVXLANTunnelEndpoint.

func (*MockInfraAgentServerMockRecorder) RemoveWireguardEndpoint

func (mr *MockInfraAgentServerMockRecorder) RemoveWireguardEndpoint(arg0, arg1 interface{}) *gomock.Call

RemoveWireguardEndpoint indicates an expected call of RemoveWireguardEndpoint.

func (*MockInfraAgentServerMockRecorder) SetSnatAddress

func (mr *MockInfraAgentServerMockRecorder) SetSnatAddress(arg0, arg1 interface{}) *gomock.Call

SetSnatAddress indicates an expected call of SetSnatAddress.

func (*MockInfraAgentServerMockRecorder) SetupHostInterface

func (mr *MockInfraAgentServerMockRecorder) SetupHostInterface(arg0, arg1 interface{}) *gomock.Call

SetupHostInterface indicates an expected call of SetupHostInterface.

func (*MockInfraAgentServerMockRecorder) UpdateActiveProfile

func (mr *MockInfraAgentServerMockRecorder) UpdateActiveProfile(arg0, arg1 interface{}) *gomock.Call

UpdateActiveProfile indicates an expected call of UpdateActiveProfile.

func (*MockInfraAgentServerMockRecorder) UpdateGlobalBGPConfig

func (mr *MockInfraAgentServerMockRecorder) UpdateGlobalBGPConfig(arg0, arg1 interface{}) *gomock.Call

UpdateGlobalBGPConfig indicates an expected call of UpdateGlobalBGPConfig.

func (*MockInfraAgentServerMockRecorder) UpdateHostEndpoint

func (mr *MockInfraAgentServerMockRecorder) UpdateHostEndpoint(arg0, arg1 interface{}) *gomock.Call

UpdateHostEndpoint indicates an expected call of UpdateHostEndpoint.

func (*MockInfraAgentServerMockRecorder) UpdateHostMetaData

func (mr *MockInfraAgentServerMockRecorder) UpdateHostMetaData(arg0, arg1 interface{}) *gomock.Call

UpdateHostMetaData indicates an expected call of UpdateHostMetaData.

func (*MockInfraAgentServerMockRecorder) UpdateIPSet

func (mr *MockInfraAgentServerMockRecorder) UpdateIPSet(arg0, arg1 interface{}) *gomock.Call

UpdateIPSet indicates an expected call of UpdateIPSet.

func (*MockInfraAgentServerMockRecorder) UpdateIPSetDelta

func (mr *MockInfraAgentServerMockRecorder) UpdateIPSetDelta(arg0, arg1 interface{}) *gomock.Call

UpdateIPSetDelta indicates an expected call of UpdateIPSetDelta.

func (*MockInfraAgentServerMockRecorder) UpdateLocalEndpoint

func (mr *MockInfraAgentServerMockRecorder) UpdateLocalEndpoint(arg0, arg1 interface{}) *gomock.Call

UpdateLocalEndpoint indicates an expected call of UpdateLocalEndpoint.

func (*MockInfraAgentServerMockRecorder) UpdateNamespace

func (mr *MockInfraAgentServerMockRecorder) UpdateNamespace(arg0, arg1 interface{}) *gomock.Call

UpdateNamespace indicates an expected call of UpdateNamespace.

func (*MockInfraAgentServerMockRecorder) UpdateRoute

func (mr *MockInfraAgentServerMockRecorder) UpdateRoute(arg0, arg1 interface{}) *gomock.Call

UpdateRoute indicates an expected call of UpdateRoute.

func (*MockInfraAgentServerMockRecorder) UpdateServiceAccount

func (mr *MockInfraAgentServerMockRecorder) UpdateServiceAccount(arg0, arg1 interface{}) *gomock.Call

UpdateServiceAccount indicates an expected call of UpdateServiceAccount.

func (*MockInfraAgentServerMockRecorder) UpdateVXLANTunnelEndpoint

func (mr *MockInfraAgentServerMockRecorder) UpdateVXLANTunnelEndpoint(arg0, arg1 interface{}) *gomock.Call

UpdateVXLANTunnelEndpoint indicates an expected call of UpdateVXLANTunnelEndpoint.

func (*MockInfraAgentServerMockRecorder) UpdateWireguardEndpoint

func (mr *MockInfraAgentServerMockRecorder) UpdateWireguardEndpoint(arg0, arg1 interface{}) *gomock.Call

UpdateWireguardEndpoint indicates an expected call of UpdateWireguardEndpoint.

Jump to

Keyboard shortcuts

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