mockcontroller

package
v10.314.1+incompatible Latest Latest
Warning

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

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

Documentation

Overview

Package mockcontroller is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDebugInfo

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

MockDebugInfo is a mock of DebugInfo interface nolint

func NewMockDebugInfo

func NewMockDebugInfo(ctrl *gomock.Controller) *MockDebugInfo

NewMockDebugInfo creates a new mock instance nolint

func (*MockDebugInfo) DebugCollect

func (m *MockDebugInfo) DebugCollect(ctx context.Context, puID string, policy *policy.PUPolicy, runtime *policy.PURuntime, debugConfig *policy.DebugConfig) error

DebugCollect mocks base method nolint

func (*MockDebugInfo) EXPECT

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

func (*MockDebugInfo) EnableDatapathPacketTracing

func (m *MockDebugInfo) EnableDatapathPacketTracing(ctx context.Context, puID string, policy *policy.PUPolicy, runtime *policy.PURuntime, direction packettracing.TracingDirection, interval time.Duration) error

EnableDatapathPacketTracing mocks base method nolint

func (*MockDebugInfo) EnableIPTablesPacketTracing

func (m *MockDebugInfo) EnableIPTablesPacketTracing(ctx context.Context, puID string, policy *policy.PUPolicy, runtime *policy.PURuntime, interval time.Duration) error

EnableIPTablesPacketTracing mocks base method nolint

func (*MockDebugInfo) Ping

func (m *MockDebugInfo) Ping(ctx context.Context, puID string, policy *policy.PUPolicy, runtime *policy.PURuntime, pingConfig *policy.PingConfig) error

Ping mocks base method nolint

type MockDebugInfoMockRecorder

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

MockDebugInfoMockRecorder is the mock recorder for MockDebugInfo nolint

func (*MockDebugInfoMockRecorder) DebugCollect

func (mr *MockDebugInfoMockRecorder) DebugCollect(ctx, puID, policy, runtime, debugConfig interface{}) *gomock.Call

DebugCollect indicates an expected call of DebugCollect nolint

func (*MockDebugInfoMockRecorder) EnableDatapathPacketTracing

func (mr *MockDebugInfoMockRecorder) EnableDatapathPacketTracing(ctx, puID, policy, runtime, direction, interval interface{}) *gomock.Call

EnableDatapathPacketTracing indicates an expected call of EnableDatapathPacketTracing nolint

func (*MockDebugInfoMockRecorder) EnableIPTablesPacketTracing

func (mr *MockDebugInfoMockRecorder) EnableIPTablesPacketTracing(ctx, puID, policy, runtime, interval interface{}) *gomock.Call

EnableIPTablesPacketTracing indicates an expected call of EnableIPTablesPacketTracing nolint

func (*MockDebugInfoMockRecorder) Ping

func (mr *MockDebugInfoMockRecorder) Ping(ctx, puID, policy, runtime, pingConfig interface{}) *gomock.Call

Ping indicates an expected call of Ping nolint

type MockTriremeController

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

MockTriremeController is a mock of TriremeController interface nolint

func NewMockTriremeController

func NewMockTriremeController(ctrl *gomock.Controller) *MockTriremeController

NewMockTriremeController creates a new mock instance nolint

func (*MockTriremeController) CleanUp

func (m *MockTriremeController) CleanUp() error

CleanUp mocks base method nolint

func (*MockTriremeController) DebugCollect

func (m *MockTriremeController) DebugCollect(ctx context.Context, puID string, policy *policy.PUPolicy, runtime *policy.PURuntime, debugConfig *policy.DebugConfig) error

DebugCollect mocks base method nolint

func (*MockTriremeController) EXPECT

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

func (*MockTriremeController) EnableDatapathPacketTracing

func (m *MockTriremeController) EnableDatapathPacketTracing(ctx context.Context, puID string, policy *policy.PUPolicy, runtime *policy.PURuntime, direction packettracing.TracingDirection, interval time.Duration) error

EnableDatapathPacketTracing mocks base method nolint

func (*MockTriremeController) EnableIPTablesPacketTracing

func (m *MockTriremeController) EnableIPTablesPacketTracing(ctx context.Context, puID string, policy *policy.PUPolicy, runtime *policy.PURuntime, interval time.Duration) error

EnableIPTablesPacketTracing mocks base method nolint

func (*MockTriremeController) Enforce

func (m *MockTriremeController) Enforce(ctx context.Context, puID string, policy *policy.PUPolicy, runtime *policy.PURuntime) error

Enforce mocks base method nolint

func (*MockTriremeController) Ping

func (m *MockTriremeController) Ping(ctx context.Context, puID string, policy *policy.PUPolicy, runtime *policy.PURuntime, pingConfig *policy.PingConfig) error

Ping mocks base method nolint

func (*MockTriremeController) Run

Run mocks base method nolint

func (*MockTriremeController) UnEnforce

func (m *MockTriremeController) UnEnforce(ctx context.Context, puID string, policy *policy.PUPolicy, runtime *policy.PURuntime) error

UnEnforce mocks base method nolint

func (*MockTriremeController) UpdateConfiguration

func (m *MockTriremeController) UpdateConfiguration(cfg *runtime.Configuration) error

UpdateConfiguration mocks base method nolint

func (*MockTriremeController) UpdatePolicy

func (m *MockTriremeController) UpdatePolicy(ctx context.Context, puID string, policy *policy.PUPolicy, runtime *policy.PURuntime) error

UpdatePolicy mocks base method nolint

func (*MockTriremeController) UpdateSecrets

func (m *MockTriremeController) UpdateSecrets(secrets secrets.Secrets) error

UpdateSecrets mocks base method nolint

type MockTriremeControllerMockRecorder

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

MockTriremeControllerMockRecorder is the mock recorder for MockTriremeController nolint

func (*MockTriremeControllerMockRecorder) CleanUp

CleanUp indicates an expected call of CleanUp nolint

func (*MockTriremeControllerMockRecorder) DebugCollect

func (mr *MockTriremeControllerMockRecorder) DebugCollect(ctx, puID, policy, runtime, debugConfig interface{}) *gomock.Call

DebugCollect indicates an expected call of DebugCollect nolint

func (*MockTriremeControllerMockRecorder) EnableDatapathPacketTracing

func (mr *MockTriremeControllerMockRecorder) EnableDatapathPacketTracing(ctx, puID, policy, runtime, direction, interval interface{}) *gomock.Call

EnableDatapathPacketTracing indicates an expected call of EnableDatapathPacketTracing nolint

func (*MockTriremeControllerMockRecorder) EnableIPTablesPacketTracing

func (mr *MockTriremeControllerMockRecorder) EnableIPTablesPacketTracing(ctx, puID, policy, runtime, interval interface{}) *gomock.Call

EnableIPTablesPacketTracing indicates an expected call of EnableIPTablesPacketTracing nolint

func (*MockTriremeControllerMockRecorder) Enforce

func (mr *MockTriremeControllerMockRecorder) Enforce(ctx, puID, policy, runtime interface{}) *gomock.Call

Enforce indicates an expected call of Enforce nolint

func (*MockTriremeControllerMockRecorder) Ping

func (mr *MockTriremeControllerMockRecorder) Ping(ctx, puID, policy, runtime, pingConfig interface{}) *gomock.Call

Ping indicates an expected call of Ping nolint

func (*MockTriremeControllerMockRecorder) Run

func (mr *MockTriremeControllerMockRecorder) Run(ctx interface{}) *gomock.Call

Run indicates an expected call of Run nolint

func (*MockTriremeControllerMockRecorder) UnEnforce

func (mr *MockTriremeControllerMockRecorder) UnEnforce(ctx, puID, policy, runtime interface{}) *gomock.Call

UnEnforce indicates an expected call of UnEnforce nolint

func (*MockTriremeControllerMockRecorder) UpdateConfiguration

func (mr *MockTriremeControllerMockRecorder) UpdateConfiguration(cfg interface{}) *gomock.Call

UpdateConfiguration indicates an expected call of UpdateConfiguration nolint

func (*MockTriremeControllerMockRecorder) UpdatePolicy

func (mr *MockTriremeControllerMockRecorder) UpdatePolicy(ctx, puID, policy, runtime interface{}) *gomock.Call

UpdatePolicy indicates an expected call of UpdatePolicy nolint

func (*MockTriremeControllerMockRecorder) UpdateSecrets

func (mr *MockTriremeControllerMockRecorder) UpdateSecrets(secrets interface{}) *gomock.Call

UpdateSecrets indicates an expected call of UpdateSecrets nolint

Jump to

Keyboard shortcuts

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