Documentation ¶
Overview ¶
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Index ¶
- type ImageStore
- func (_m *ImageStore) Get(op trace.Operation, idOrRef string, tag string, actuate bool) (*metadata.ImageConfig, error)
- func (_m *ImageStore) GetImages(op trace.Operation) []*metadata.ImageConfig
- func (_m *ImageStore) PullImage(op trace.Operation, image string, tag string, username string, password string) error
- type IsolationProxy
- func (_m *IsolationProxy) AddHandleToScope(op trace.Operation, handle string, config proxy.IsolationContainerConfig) (string, error)
- func (_m *IsolationProxy) AddImageToHandle(op trace.Operation, handle string, deltaID string, layerID string, ...) (string, error)
- func (_m *IsolationProxy) AddInteractionToHandle(op trace.Operation, handle string) (string, error)
- func (_m *IsolationProxy) AddLoggingToHandle(op trace.Operation, handle string) (string, error)
- func (_m *IsolationProxy) BindScope(op trace.Operation, handle string, name string) (string, interface{}, error)
- func (_m *IsolationProxy) CommitHandle(op trace.Operation, handle string, containerID string, waitTime int32) error
- func (_m *IsolationProxy) CreateHandle(op trace.Operation) (string, string, error)
- func (_m *IsolationProxy) CreateHandleTask(op trace.Operation, handle string, id string, layerID string, ...) (string, error)
- func (_m *IsolationProxy) EpAddresses(op trace.Operation, id string, name string) ([]string, error)
- func (_m *IsolationProxy) Handle(op trace.Operation, id string, name string) (string, error)
- func (_m *IsolationProxy) Remove(op trace.Operation, id string, force bool) error
- func (_m *IsolationProxy) SetState(op trace.Operation, handle string, name string, state string) (string, error)
- func (_m *IsolationProxy) State(op trace.Operation, id string, name string) (string, error)
- func (_m *IsolationProxy) UnbindScope(op trace.Operation, handle string, name string) (string, interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageStore ¶
ImageStore is an autogenerated mock type for the ImageStore type
func (*ImageStore) Get ¶
func (_m *ImageStore) Get(op trace.Operation, idOrRef string, tag string, actuate bool) (*metadata.ImageConfig, error)
Get provides a mock function with given fields: op, idOrRef, tag, actuate
func (*ImageStore) GetImages ¶
func (_m *ImageStore) GetImages(op trace.Operation) []*metadata.ImageConfig
GetImages provides a mock function with given fields: op
type IsolationProxy ¶
IsolationProxy is an autogenerated mock type for the IsolationProxy type
func (*IsolationProxy) AddHandleToScope ¶
func (_m *IsolationProxy) AddHandleToScope(op trace.Operation, handle string, config proxy.IsolationContainerConfig) (string, error)
AddHandleToScope provides a mock function with given fields: op, handle, config
func (*IsolationProxy) AddImageToHandle ¶
func (_m *IsolationProxy) AddImageToHandle(op trace.Operation, handle string, deltaID string, layerID string, imageID string, imageName string) (string, error)
AddImageToHandle provides a mock function with given fields: op, handle, deltaID, layerID, imageID, imageName
func (*IsolationProxy) AddInteractionToHandle ¶
AddInteractionToHandle provides a mock function with given fields: op, handle
func (*IsolationProxy) AddLoggingToHandle ¶
AddLoggingToHandle provides a mock function with given fields: op, handle
func (*IsolationProxy) BindScope ¶
func (_m *IsolationProxy) BindScope(op trace.Operation, handle string, name string) (string, interface{}, error)
BindScope provides a mock function with given fields: op, handle, name
func (*IsolationProxy) CommitHandle ¶
func (_m *IsolationProxy) CommitHandle(op trace.Operation, handle string, containerID string, waitTime int32) error
CommitHandle provides a mock function with given fields: op, handle, containerID, waitTime
func (*IsolationProxy) CreateHandle ¶
CreateHandle provides a mock function with given fields: op
func (*IsolationProxy) CreateHandleTask ¶
func (_m *IsolationProxy) CreateHandleTask(op trace.Operation, handle string, id string, layerID string, config proxy.IsolationContainerConfig) (string, error)
CreateHandleTask provides a mock function with given fields: op, handle, id, layerID, config
func (*IsolationProxy) EpAddresses ¶ added in v0.4.1
EpAddresses provides a mock function with given fields: op, id, name
func (*IsolationProxy) SetState ¶
func (_m *IsolationProxy) SetState(op trace.Operation, handle string, name string, state string) (string, error)
SetState provides a mock function with given fields: op, handle, name, state
func (*IsolationProxy) UnbindScope ¶
func (_m *IsolationProxy) UnbindScope(op trace.Operation, handle string, name string) (string, interface{}, error)
UnbindScope provides a mock function with given fields: op, handle, name