Documentation ¶
Overview ¶
nolint
Index ¶
- type MockImplementor
- func (_m *MockImplementor) ConfigureRules(version int, contextID string, containerInfo *policy.PUInfo) error
- func (_m *MockImplementor) DeleteRules(version int, context string, ipAddresses policy.ExtendedMap, port string, ...) error
- func (_m *MockImplementor) EXPECT() *_MockImplementorRecorder
- func (_m *MockImplementor) SetTargetNetworks(_param0 []string, _param1 []string) error
- func (_m *MockImplementor) Start() error
- func (_m *MockImplementor) Stop() error
- func (_m *MockImplementor) UpdateRules(version int, contextID string, containerInfo *policy.PUInfo) error
- type MockSupervisor
- func (_m *MockSupervisor) EXPECT() *_MockSupervisorRecorder
- func (_m *MockSupervisor) SetTargetNetworks(_param0 []string) error
- func (_m *MockSupervisor) Start() error
- func (_m *MockSupervisor) Stop() error
- func (_m *MockSupervisor) Supervise(contextID string, puInfo *policy.PUInfo) error
- func (_m *MockSupervisor) Unsupervise(contextID string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockImplementor ¶
type MockImplementor struct {
// contains filtered or unexported fields
}
Mock of Implementor interface
func NewMockImplementor ¶
func NewMockImplementor(ctrl *gomock.Controller) *MockImplementor
func (*MockImplementor) ConfigureRules ¶
func (*MockImplementor) DeleteRules ¶
func (_m *MockImplementor) DeleteRules(version int, context string, ipAddresses policy.ExtendedMap, port string, mark string, uid string) error
func (*MockImplementor) EXPECT ¶
func (_m *MockImplementor) EXPECT() *_MockImplementorRecorder
func (*MockImplementor) SetTargetNetworks ¶
func (_m *MockImplementor) SetTargetNetworks(_param0 []string, _param1 []string) error
func (*MockImplementor) Start ¶
func (_m *MockImplementor) Start() error
func (*MockImplementor) Stop ¶
func (_m *MockImplementor) Stop() error
func (*MockImplementor) UpdateRules ¶
type MockSupervisor ¶
type MockSupervisor struct {
// contains filtered or unexported fields
}
Mock of Supervisor interface
func NewMockSupervisor ¶
func NewMockSupervisor(ctrl *gomock.Controller) *MockSupervisor
func (*MockSupervisor) EXPECT ¶
func (_m *MockSupervisor) EXPECT() *_MockSupervisorRecorder
func (*MockSupervisor) SetTargetNetworks ¶
func (_m *MockSupervisor) SetTargetNetworks(_param0 []string) error
func (*MockSupervisor) Start ¶
func (_m *MockSupervisor) Start() error
func (*MockSupervisor) Stop ¶
func (_m *MockSupervisor) Stop() error
func (*MockSupervisor) Supervise ¶
func (_m *MockSupervisor) Supervise(contextID string, puInfo *policy.PUInfo) error
func (*MockSupervisor) Unsupervise ¶
func (_m *MockSupervisor) Unsupervise(contextID string) error
Click to show internal directories.
Click to hide internal directories.