iptables

package
v1.25.3 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2019 License: Apache-2.0 Imports: 6 Imported by: 3

Documentation

Overview

Package iptables is a generated GoMock package.

Package iptables is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCmd

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

MockCmd is a mock of Cmd interface

func NewMockCmd

func NewMockCmd(ctrl *gomock.Controller) *MockCmd

NewMockCmd creates a new mock instance

func (*MockCmd) CombinedOutput

func (m *MockCmd) CombinedOutput() ([]byte, error)

CombinedOutput mocks base method

func (*MockCmd) EXPECT

func (m *MockCmd) EXPECT() *MockCmdMockRecorder

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

func (*MockCmd) Output

func (m *MockCmd) Output() ([]byte, error)

Output mocks base method

type MockCmdMockRecorder

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

MockCmdMockRecorder is the mock recorder for MockCmd

func (*MockCmdMockRecorder) CombinedOutput

func (mr *MockCmdMockRecorder) CombinedOutput() *gomock.Call

CombinedOutput indicates an expected call of CombinedOutput

func (*MockCmdMockRecorder) Output

func (mr *MockCmdMockRecorder) Output() *gomock.Call

Output indicates an expected call of Output

type MockExec

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

MockExec is a mock of Exec interface

func NewMockExec

func NewMockExec(ctrl *gomock.Controller) *MockExec

NewMockExec creates a new mock instance

func (*MockExec) Command

func (m *MockExec) Command(name string, arg ...string) cmd.Cmd

Command mocks base method

func (*MockExec) EXPECT

func (m *MockExec) EXPECT() *MockExecMockRecorder

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

func (*MockExec) LookPath

func (m *MockExec) LookPath(file string) (string, error)

LookPath mocks base method

type MockExecMockRecorder

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

MockExecMockRecorder is the mock recorder for MockExec

func (*MockExecMockRecorder) Command

func (mr *MockExecMockRecorder) Command(name interface{}, arg ...interface{}) *gomock.Call

Command indicates an expected call of Command

func (*MockExecMockRecorder) LookPath

func (mr *MockExecMockRecorder) LookPath(file interface{}) *gomock.Call

LookPath indicates an expected call of LookPath

type NetfilterRoute

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

NetfilterRoute implements the engine.credentialsProxyRoute interface by running the external 'iptables' command

func NewNetfilterRoute

func NewNetfilterRoute(cmdExec exec.Exec) (*NetfilterRoute, error)

NewNetfilterRoute creates a new NetfilterRoute object

func (*NetfilterRoute) Create

func (route *NetfilterRoute) Create() error

Create creates the credentials proxy endpoint route in the netfilter table

func (*NetfilterRoute) Remove

func (route *NetfilterRoute) Remove() error

Remove removes the route for the credentials endpoint from the netfilter table

Jump to

Keyboard shortcuts

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