Documentation ¶
Overview ¶
Package mock_libcni is a generated GoMock package.
Index ¶
- type MockCNI
- func (m *MockCNI) AddNetwork(arg0 context.Context, arg1 *libcni.NetworkConfig, arg2 *libcni.RuntimeConf) (types.Result, error)
- func (m *MockCNI) AddNetworkList(arg0 context.Context, arg1 *libcni.NetworkConfigList, arg2 *libcni.RuntimeConf) (types.Result, error)
- func (m *MockCNI) CheckNetwork(arg0 context.Context, arg1 *libcni.NetworkConfig, arg2 *libcni.RuntimeConf) error
- func (m *MockCNI) CheckNetworkList(arg0 context.Context, arg1 *libcni.NetworkConfigList, arg2 *libcni.RuntimeConf) error
- func (m *MockCNI) DelNetwork(arg0 context.Context, arg1 *libcni.NetworkConfig, arg2 *libcni.RuntimeConf) error
- func (m *MockCNI) DelNetworkList(arg0 context.Context, arg1 *libcni.NetworkConfigList, arg2 *libcni.RuntimeConf) error
- func (m *MockCNI) EXPECT() *MockCNIMockRecorder
- func (m *MockCNI) GetNetworkCachedResult(arg0 *libcni.NetworkConfig, arg1 *libcni.RuntimeConf) (types.Result, error)
- func (m *MockCNI) ValidateNetwork(arg0 context.Context, arg1 *libcni.NetworkConfig) ([]string, error)
- func (m *MockCNI) ValidateNetworkList(arg0 context.Context, arg1 *libcni.NetworkConfigList) ([]string, error)
- type MockCNIMockRecorder
- func (mr *MockCNIMockRecorder) AddNetwork(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockCNIMockRecorder) AddNetworkList(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockCNIMockRecorder) CheckNetwork(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockCNIMockRecorder) CheckNetworkList(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockCNIMockRecorder) DelNetwork(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockCNIMockRecorder) DelNetworkList(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockCNIMockRecorder) GetNetworkCachedResult(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCNIMockRecorder) ValidateNetwork(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCNIMockRecorder) ValidateNetworkList(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCNI ¶
type MockCNI struct {
// contains filtered or unexported fields
}
MockCNI is a mock of CNI interface
func NewMockCNI ¶
func NewMockCNI(ctrl *gomock.Controller) *MockCNI
NewMockCNI creates a new mock instance
func (*MockCNI) AddNetwork ¶
func (m *MockCNI) AddNetwork(arg0 context.Context, arg1 *libcni.NetworkConfig, arg2 *libcni.RuntimeConf) (types.Result, error)
AddNetwork mocks base method
func (*MockCNI) AddNetworkList ¶
func (m *MockCNI) AddNetworkList(arg0 context.Context, arg1 *libcni.NetworkConfigList, arg2 *libcni.RuntimeConf) (types.Result, error)
AddNetworkList mocks base method
func (*MockCNI) CheckNetwork ¶
func (m *MockCNI) CheckNetwork(arg0 context.Context, arg1 *libcni.NetworkConfig, arg2 *libcni.RuntimeConf) error
CheckNetwork mocks base method
func (*MockCNI) CheckNetworkList ¶
func (m *MockCNI) CheckNetworkList(arg0 context.Context, arg1 *libcni.NetworkConfigList, arg2 *libcni.RuntimeConf) error
CheckNetworkList mocks base method
func (*MockCNI) DelNetwork ¶
func (m *MockCNI) DelNetwork(arg0 context.Context, arg1 *libcni.NetworkConfig, arg2 *libcni.RuntimeConf) error
DelNetwork mocks base method
func (*MockCNI) DelNetworkList ¶
func (m *MockCNI) DelNetworkList(arg0 context.Context, arg1 *libcni.NetworkConfigList, arg2 *libcni.RuntimeConf) error
DelNetworkList mocks base method
func (*MockCNI) EXPECT ¶
func (m *MockCNI) EXPECT() *MockCNIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCNI) GetNetworkCachedResult ¶
func (m *MockCNI) GetNetworkCachedResult(arg0 *libcni.NetworkConfig, arg1 *libcni.RuntimeConf) (types.Result, error)
GetNetworkCachedResult mocks base method
func (*MockCNI) ValidateNetwork ¶
func (m *MockCNI) ValidateNetwork(arg0 context.Context, arg1 *libcni.NetworkConfig) ([]string, error)
ValidateNetwork mocks base method
func (*MockCNI) ValidateNetworkList ¶
func (m *MockCNI) ValidateNetworkList(arg0 context.Context, arg1 *libcni.NetworkConfigList) ([]string, error)
ValidateNetworkList mocks base method
type MockCNIMockRecorder ¶
type MockCNIMockRecorder struct {
// contains filtered or unexported fields
}
MockCNIMockRecorder is the mock recorder for MockCNI
func (*MockCNIMockRecorder) AddNetwork ¶
func (mr *MockCNIMockRecorder) AddNetwork(arg0, arg1, arg2 interface{}) *gomock.Call
AddNetwork indicates an expected call of AddNetwork
func (*MockCNIMockRecorder) AddNetworkList ¶
func (mr *MockCNIMockRecorder) AddNetworkList(arg0, arg1, arg2 interface{}) *gomock.Call
AddNetworkList indicates an expected call of AddNetworkList
func (*MockCNIMockRecorder) CheckNetwork ¶
func (mr *MockCNIMockRecorder) CheckNetwork(arg0, arg1, arg2 interface{}) *gomock.Call
CheckNetwork indicates an expected call of CheckNetwork
func (*MockCNIMockRecorder) CheckNetworkList ¶
func (mr *MockCNIMockRecorder) CheckNetworkList(arg0, arg1, arg2 interface{}) *gomock.Call
CheckNetworkList indicates an expected call of CheckNetworkList
func (*MockCNIMockRecorder) DelNetwork ¶
func (mr *MockCNIMockRecorder) DelNetwork(arg0, arg1, arg2 interface{}) *gomock.Call
DelNetwork indicates an expected call of DelNetwork
func (*MockCNIMockRecorder) DelNetworkList ¶
func (mr *MockCNIMockRecorder) DelNetworkList(arg0, arg1, arg2 interface{}) *gomock.Call
DelNetworkList indicates an expected call of DelNetworkList
func (*MockCNIMockRecorder) GetNetworkCachedResult ¶
func (mr *MockCNIMockRecorder) GetNetworkCachedResult(arg0, arg1 interface{}) *gomock.Call
GetNetworkCachedResult indicates an expected call of GetNetworkCachedResult
func (*MockCNIMockRecorder) ValidateNetwork ¶
func (mr *MockCNIMockRecorder) ValidateNetwork(arg0, arg1 interface{}) *gomock.Call
ValidateNetwork indicates an expected call of ValidateNetwork
func (*MockCNIMockRecorder) ValidateNetworkList ¶
func (mr *MockCNIMockRecorder) ValidateNetworkList(arg0, arg1 interface{}) *gomock.Call
ValidateNetworkList indicates an expected call of ValidateNetworkList