Documentation
¶
Overview ¶
Package fake is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) CreateKindNode(arg0 string) (container.ContainerCreateCreatedBody, error)
- func (m *MockInterface) DeleteKindNode(arg0 string) error
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) GetKind() docker.KindSpec
- func (m *MockInterface) GetKindNetworkGatewayAddress() (string, error)
- func (m *MockInterface) GetServerVersion() (string, error)
- func (m *MockInterface) SetKind(arg0 docker.KindSpec)
- func (m *MockInterface) SetNamespace(arg0 string)
- func (m *MockInterface) SetProjectPath(arg0 string)
- func (m *MockInterface) StartKindNode(arg0 string) error
- func (m *MockInterface) StopKindNode(arg0 string) error
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) CreateKindNode(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteKindNode(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetKind() *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetKindNetworkGatewayAddress() *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetServerVersion() *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetKind(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetNamespace(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetProjectPath(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) StartKindNode(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) StopKindNode(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) CreateKindNode ¶
func (m *MockInterface) CreateKindNode(arg0 string) (container.ContainerCreateCreatedBody, error)
CreateKindNode mocks base method.
func (*MockInterface) DeleteKindNode ¶
func (m *MockInterface) DeleteKindNode(arg0 string) error
DeleteKindNode mocks base method.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) GetKind ¶
func (m *MockInterface) GetKind() docker.KindSpec
GetKind mocks base method.
func (*MockInterface) GetKindNetworkGatewayAddress ¶
func (m *MockInterface) GetKindNetworkGatewayAddress() (string, error)
GetKindNetworkGatewayAddress mocks base method.
func (*MockInterface) GetServerVersion ¶
func (m *MockInterface) GetServerVersion() (string, error)
GetServerVersion mocks base method.
func (*MockInterface) SetKind ¶
func (m *MockInterface) SetKind(arg0 docker.KindSpec)
SetKind mocks base method.
func (*MockInterface) SetNamespace ¶
func (m *MockInterface) SetNamespace(arg0 string)
SetNamespace mocks base method.
func (*MockInterface) SetProjectPath ¶
func (m *MockInterface) SetProjectPath(arg0 string)
SetProjectPath mocks base method.
func (*MockInterface) StartKindNode ¶
func (m *MockInterface) StartKindNode(arg0 string) error
StartKindNode mocks base method.
func (*MockInterface) StopKindNode ¶
func (m *MockInterface) StopKindNode(arg0 string) error
StopKindNode mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) CreateKindNode ¶
func (mr *MockInterfaceMockRecorder) CreateKindNode(arg0 interface{}) *gomock.Call
CreateKindNode indicates an expected call of CreateKindNode.
func (*MockInterfaceMockRecorder) DeleteKindNode ¶
func (mr *MockInterfaceMockRecorder) DeleteKindNode(arg0 interface{}) *gomock.Call
DeleteKindNode indicates an expected call of DeleteKindNode.
func (*MockInterfaceMockRecorder) GetKind ¶
func (mr *MockInterfaceMockRecorder) GetKind() *gomock.Call
GetKind indicates an expected call of GetKind.
func (*MockInterfaceMockRecorder) GetKindNetworkGatewayAddress ¶
func (mr *MockInterfaceMockRecorder) GetKindNetworkGatewayAddress() *gomock.Call
GetKindNetworkGatewayAddress indicates an expected call of GetKindNetworkGatewayAddress.
func (*MockInterfaceMockRecorder) GetServerVersion ¶
func (mr *MockInterfaceMockRecorder) GetServerVersion() *gomock.Call
GetServerVersion indicates an expected call of GetServerVersion.
func (*MockInterfaceMockRecorder) SetKind ¶
func (mr *MockInterfaceMockRecorder) SetKind(arg0 interface{}) *gomock.Call
SetKind indicates an expected call of SetKind.
func (*MockInterfaceMockRecorder) SetNamespace ¶
func (mr *MockInterfaceMockRecorder) SetNamespace(arg0 interface{}) *gomock.Call
SetNamespace indicates an expected call of SetNamespace.
func (*MockInterfaceMockRecorder) SetProjectPath ¶
func (mr *MockInterfaceMockRecorder) SetProjectPath(arg0 interface{}) *gomock.Call
SetProjectPath indicates an expected call of SetProjectPath.
func (*MockInterfaceMockRecorder) StartKindNode ¶
func (mr *MockInterfaceMockRecorder) StartKindNode(arg0 interface{}) *gomock.Call
StartKindNode indicates an expected call of StartKindNode.
func (*MockInterfaceMockRecorder) StopKindNode ¶
func (mr *MockInterfaceMockRecorder) StopKindNode(arg0 interface{}) *gomock.Call
StopKindNode indicates an expected call of StopKindNode.