mock_dockeriface

package
v1.14.1 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2017 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 4 more Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient

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

Mock of Client interface

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

func (*MockClient) AddEventListener

func (_m *MockClient) AddEventListener(_param0 chan<- *go_dockerclient.APIEvents) error

func (*MockClient) CreateContainer

func (*MockClient) EXPECT

func (_m *MockClient) EXPECT() *_MockClientRecorder

func (*MockClient) ImportImage

func (_m *MockClient) ImportImage(_param0 go_dockerclient.ImportImageOptions) error

func (*MockClient) InspectContainer

func (_m *MockClient) InspectContainer(_param0 string) (*go_dockerclient.Container, error)

func (*MockClient) InspectContainerWithContext added in v1.13.1

func (_m *MockClient) InspectContainerWithContext(_param0 string, _param1 context.Context) (*go_dockerclient.Container, error)

func (*MockClient) InspectImage

func (_m *MockClient) InspectImage(_param0 string) (*go_dockerclient.Image, error)

func (*MockClient) ListContainers

func (*MockClient) Ping

func (_m *MockClient) Ping() error

func (*MockClient) PullImage

func (*MockClient) RemoveContainer

func (_m *MockClient) RemoveContainer(_param0 go_dockerclient.RemoveContainerOptions) error

func (*MockClient) RemoveEventListener

func (_m *MockClient) RemoveEventListener(_param0 chan *go_dockerclient.APIEvents) error

func (*MockClient) RemoveImage added in v1.13.0

func (_m *MockClient) RemoveImage(_param0 string) error

func (*MockClient) StartContainer

func (_m *MockClient) StartContainer(_param0 string, _param1 *go_dockerclient.HostConfig) error

func (*MockClient) StartContainerWithContext added in v1.13.1

func (_m *MockClient) StartContainerWithContext(_param0 string, _param1 *go_dockerclient.HostConfig, _param2 context.Context) error

func (*MockClient) Stats added in v1.10.0

func (_m *MockClient) Stats(_param0 go_dockerclient.StatsOptions) error

func (*MockClient) StopContainer

func (_m *MockClient) StopContainer(_param0 string, _param1 uint) error

func (*MockClient) StopContainerWithContext added in v1.13.1

func (_m *MockClient) StopContainerWithContext(_param0 string, _param1 uint, _param2 context.Context) error

func (*MockClient) Version

func (_m *MockClient) Version() (*go_dockerclient.Env, error)

Jump to

Keyboard shortcuts

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