Documentation ¶
Overview ¶
Package containerstoragemock is a generated GoMock package.
Index ¶
- type MockStore
- func (m *MockStore) AddNames(arg0 string, arg1 []string) error
- func (m *MockStore) ApplyDiff(arg0 string, arg1 io.Reader) (int64, error)
- func (m *MockStore) ApplyDiffFromStagingDirectory(arg0, arg1 string, arg2 *graphdriver.DriverWithDifferOutput, ...) error
- func (m *MockStore) ApplyDiffWithDiffer(arg0 string, arg1 *graphdriver.ApplyDiffOpts, arg2 graphdriver.Differ) (*graphdriver.DriverWithDifferOutput, error)
- func (m *MockStore) Changes(arg0, arg1 string) ([]archive.Change, error)
- func (m *MockStore) CleanupStagingDirectory(arg0 string) error
- func (m *MockStore) Container(arg0 string) (*storage.Container, error)
- func (m *MockStore) ContainerBigData(arg0, arg1 string) ([]byte, error)
- func (m *MockStore) ContainerBigDataDigest(arg0, arg1 string) (digest.Digest, error)
- func (m *MockStore) ContainerBigDataSize(arg0, arg1 string) (int64, error)
- func (m *MockStore) ContainerByLayer(arg0 string) (*storage.Container, error)
- func (m *MockStore) ContainerDirectory(arg0 string) (string, error)
- func (m *MockStore) ContainerParentOwners(arg0 string) ([]int, []int, error)
- func (m *MockStore) ContainerRunDirectory(arg0 string) (string, error)
- func (m *MockStore) ContainerSize(arg0 string) (int64, error)
- func (m *MockStore) Containers() ([]storage.Container, error)
- func (m *MockStore) CreateContainer(arg0 string, arg1 []string, arg2, arg3, arg4 string, ...) (*storage.Container, error)
- func (m *MockStore) CreateImage(arg0 string, arg1 []string, arg2, arg3 string, arg4 *storage.ImageOptions) (*storage.Image, error)
- func (m *MockStore) CreateLayer(arg0, arg1 string, arg2 []string, arg3 string, arg4 bool, ...) (*storage.Layer, error)
- func (m *MockStore) Delete(arg0 string) error
- func (m *MockStore) DeleteContainer(arg0 string) error
- func (m *MockStore) DeleteImage(arg0 string, arg1 bool) ([]string, error)
- func (m *MockStore) DeleteLayer(arg0 string) error
- func (m *MockStore) Diff(arg0, arg1 string, arg2 *storage.DiffOptions) (io.ReadCloser, error)
- func (m *MockStore) DiffSize(arg0, arg1 string) (int64, error)
- func (m *MockStore) DifferTarget(arg0 string) (string, error)
- func (m *MockStore) EXPECT() *MockStoreMockRecorder
- func (m *MockStore) Exists(arg0 string) bool
- func (m *MockStore) Free()
- func (m *MockStore) FromContainerDirectory(arg0, arg1 string) ([]byte, error)
- func (m *MockStore) FromContainerRunDirectory(arg0, arg1 string) ([]byte, error)
- func (m *MockStore) GIDMap() []idtools.IDMap
- func (m *MockStore) GarbageCollect() error
- func (m *MockStore) GetDigestLock(arg0 digest.Digest) (lockfile.Locker, error)
- func (m *MockStore) GraphDriver() (graphdriver.Driver, error)
- func (m *MockStore) GraphDriverName() string
- func (m *MockStore) GraphOptions() []string
- func (m *MockStore) GraphRoot() string
- func (m *MockStore) Image(arg0 string) (*storage.Image, error)
- func (m *MockStore) ImageBigData(arg0, arg1 string) ([]byte, error)
- func (m *MockStore) ImageBigDataDigest(arg0, arg1 string) (digest.Digest, error)
- func (m *MockStore) ImageBigDataSize(arg0, arg1 string) (int64, error)
- func (m *MockStore) ImageSize(arg0 string) (int64, error)
- func (m *MockStore) Images() ([]storage.Image, error)
- func (m *MockStore) ImagesByDigest(arg0 digest.Digest) ([]*storage.Image, error)
- func (m *MockStore) ImagesByTopLayer(arg0 string) ([]*storage.Image, error)
- func (m *MockStore) Layer(arg0 string) (*storage.Layer, error)
- func (m *MockStore) LayerBigData(arg0, arg1 string) (io.ReadCloser, error)
- func (m *MockStore) LayerParentOwners(arg0 string) ([]int, []int, error)
- func (m *MockStore) LayerSize(arg0 string) (int64, error)
- func (m *MockStore) Layers() ([]storage.Layer, error)
- func (m *MockStore) LayersByCompressedDigest(arg0 digest.Digest) ([]storage.Layer, error)
- func (m *MockStore) LayersByUncompressedDigest(arg0 digest.Digest) ([]storage.Layer, error)
- func (m *MockStore) ListContainerBigData(arg0 string) ([]string, error)
- func (m *MockStore) ListImageBigData(arg0 string) ([]string, error)
- func (m *MockStore) ListLayerBigData(arg0 string) ([]string, error)
- func (m *MockStore) Lookup(arg0 string) (string, error)
- func (m *MockStore) LookupAdditionalLayer(arg0 digest.Digest, arg1 string) (storage.AdditionalLayer, error)
- func (m *MockStore) Metadata(arg0 string) (string, error)
- func (m *MockStore) Mount(arg0, arg1 string) (string, error)
- func (m *MockStore) MountImage(arg0 string, arg1 []string, arg2 string) (string, error)
- func (m *MockStore) Mounted(arg0 string) (int, error)
- func (m *MockStore) Names(arg0 string) ([]string, error)
- func (m *MockStore) PullOptions() map[string]string
- func (m *MockStore) PutLayer(arg0, arg1 string, arg2 []string, arg3 string, arg4 bool, ...) (*storage.Layer, int64, error)
- func (m *MockStore) RemoveNames(arg0 string, arg1 []string) error
- func (m *MockStore) RunRoot() string
- func (m *MockStore) SetContainerBigData(arg0, arg1 string, arg2 []byte) error
- func (m *MockStore) SetContainerDirectoryFile(arg0, arg1 string, arg2 []byte) error
- func (m *MockStore) SetContainerRunDirectoryFile(arg0, arg1 string, arg2 []byte) error
- func (m *MockStore) SetImageBigData(arg0, arg1 string, arg2 []byte, arg3 func([]byte) (digest.Digest, error)) error
- func (m *MockStore) SetLayerBigData(arg0, arg1 string, arg2 io.Reader) error
- func (m *MockStore) SetMetadata(arg0, arg1 string) error
- func (m *MockStore) SetNames(arg0 string, arg1 []string) error
- func (m *MockStore) Shutdown(arg0 bool) ([]string, error)
- func (m *MockStore) Status() ([][2]string, error)
- func (m *MockStore) TransientStore() bool
- func (m *MockStore) UIDMap() []idtools.IDMap
- func (m *MockStore) Unmount(arg0 string, arg1 bool) (bool, error)
- func (m *MockStore) UnmountImage(arg0 string, arg1 bool) (bool, error)
- func (m *MockStore) Version() ([][2]string, error)
- func (m *MockStore) Wipe() error
- type MockStoreMockRecorder
- func (mr *MockStoreMockRecorder) AddNames(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ApplyDiff(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ApplyDiffFromStagingDirectory(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ApplyDiffWithDiffer(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Changes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) CleanupStagingDirectory(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Container(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ContainerBigData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ContainerBigDataDigest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ContainerBigDataSize(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ContainerByLayer(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ContainerDirectory(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ContainerParentOwners(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ContainerRunDirectory(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ContainerSize(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Containers() *gomock.Call
- func (mr *MockStoreMockRecorder) CreateContainer(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) CreateImage(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) CreateLayer(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Delete(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteContainer(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteImage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteLayer(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Diff(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) DiffSize(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) DifferTarget(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Exists(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Free() *gomock.Call
- func (mr *MockStoreMockRecorder) FromContainerDirectory(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) FromContainerRunDirectory(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) GIDMap() *gomock.Call
- func (mr *MockStoreMockRecorder) GarbageCollect() *gomock.Call
- func (mr *MockStoreMockRecorder) GetDigestLock(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) GraphDriver() *gomock.Call
- func (mr *MockStoreMockRecorder) GraphDriverName() *gomock.Call
- func (mr *MockStoreMockRecorder) GraphOptions() *gomock.Call
- func (mr *MockStoreMockRecorder) GraphRoot() *gomock.Call
- func (mr *MockStoreMockRecorder) Image(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ImageBigData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ImageBigDataDigest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ImageBigDataSize(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ImageSize(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Images() *gomock.Call
- func (mr *MockStoreMockRecorder) ImagesByDigest(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ImagesByTopLayer(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Layer(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) LayerBigData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) LayerParentOwners(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) LayerSize(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Layers() *gomock.Call
- func (mr *MockStoreMockRecorder) LayersByCompressedDigest(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) LayersByUncompressedDigest(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ListContainerBigData(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ListImageBigData(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ListLayerBigData(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Lookup(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) LookupAdditionalLayer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Metadata(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Mount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) MountImage(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Mounted(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Names(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) PullOptions() *gomock.Call
- func (mr *MockStoreMockRecorder) PutLayer(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) RemoveNames(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) RunRoot() *gomock.Call
- func (mr *MockStoreMockRecorder) SetContainerBigData(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) SetContainerDirectoryFile(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) SetContainerRunDirectoryFile(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) SetImageBigData(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) SetLayerBigData(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) SetMetadata(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) SetNames(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Shutdown(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Status() *gomock.Call
- func (mr *MockStoreMockRecorder) TransientStore() *gomock.Call
- func (mr *MockStoreMockRecorder) UIDMap() *gomock.Call
- func (mr *MockStoreMockRecorder) Unmount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) UnmountImage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) Version() *gomock.Call
- func (mr *MockStoreMockRecorder) Wipe() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockStore ¶
type MockStore struct {
// contains filtered or unexported fields
}
MockStore is a mock of Store interface.
func NewMockStore ¶
func NewMockStore(ctrl *gomock.Controller) *MockStore
NewMockStore creates a new mock instance.
func (*MockStore) ApplyDiffFromStagingDirectory ¶ added in v1.21.1
func (m *MockStore) ApplyDiffFromStagingDirectory(arg0, arg1 string, arg2 *graphdriver.DriverWithDifferOutput, arg3 *graphdriver.ApplyDiffOpts) error
ApplyDiffFromStagingDirectory mocks base method.
func (*MockStore) ApplyDiffWithDiffer ¶ added in v1.21.1
func (m *MockStore) ApplyDiffWithDiffer(arg0 string, arg1 *graphdriver.ApplyDiffOpts, arg2 graphdriver.Differ) (*graphdriver.DriverWithDifferOutput, error)
ApplyDiffWithDiffer mocks base method.
func (*MockStore) CleanupStagingDirectory ¶ added in v1.21.1
CleanupStagingDirectory mocks base method.
func (*MockStore) ContainerBigData ¶
ContainerBigData mocks base method.
func (*MockStore) ContainerBigDataDigest ¶
ContainerBigDataDigest mocks base method.
func (*MockStore) ContainerBigDataSize ¶
ContainerBigDataSize mocks base method.
func (*MockStore) ContainerByLayer ¶
ContainerByLayer mocks base method.
func (*MockStore) ContainerDirectory ¶
ContainerDirectory mocks base method.
func (*MockStore) ContainerParentOwners ¶
ContainerParentOwners mocks base method.
func (*MockStore) ContainerRunDirectory ¶
ContainerRunDirectory mocks base method.
func (*MockStore) ContainerSize ¶
ContainerSize mocks base method.
func (*MockStore) Containers ¶
Containers mocks base method.
func (*MockStore) CreateContainer ¶
func (m *MockStore) CreateContainer(arg0 string, arg1 []string, arg2, arg3, arg4 string, arg5 *storage.ContainerOptions) (*storage.Container, error)
CreateContainer mocks base method.
func (*MockStore) CreateImage ¶
func (m *MockStore) CreateImage(arg0 string, arg1 []string, arg2, arg3 string, arg4 *storage.ImageOptions) (*storage.Image, error)
CreateImage mocks base method.
func (*MockStore) CreateLayer ¶
func (m *MockStore) CreateLayer(arg0, arg1 string, arg2 []string, arg3 string, arg4 bool, arg5 *storage.LayerOptions) (*storage.Layer, error)
CreateLayer mocks base method.
func (*MockStore) DeleteContainer ¶
DeleteContainer mocks base method.
func (*MockStore) DeleteImage ¶
DeleteImage mocks base method.
func (*MockStore) DeleteLayer ¶
DeleteLayer mocks base method.
func (*MockStore) Diff ¶
func (m *MockStore) Diff(arg0, arg1 string, arg2 *storage.DiffOptions) (io.ReadCloser, error)
Diff mocks base method.
func (*MockStore) DifferTarget ¶ added in v1.21.1
DifferTarget mocks base method.
func (*MockStore) EXPECT ¶
func (m *MockStore) EXPECT() *MockStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStore) FromContainerDirectory ¶
FromContainerDirectory mocks base method.
func (*MockStore) FromContainerRunDirectory ¶
FromContainerRunDirectory mocks base method.
func (*MockStore) GarbageCollect ¶ added in v1.25.3
GarbageCollect mocks base method.
func (*MockStore) GetDigestLock ¶ added in v1.14.5
GetDigestLock mocks base method.
func (*MockStore) GraphDriver ¶
func (m *MockStore) GraphDriver() (graphdriver.Driver, error)
GraphDriver mocks base method.
func (*MockStore) GraphDriverName ¶
GraphDriverName mocks base method.
func (*MockStore) GraphOptions ¶
GraphOptions mocks base method.
func (*MockStore) ImageBigData ¶
ImageBigData mocks base method.
func (*MockStore) ImageBigDataDigest ¶
ImageBigDataDigest mocks base method.
func (*MockStore) ImageBigDataSize ¶
ImageBigDataSize mocks base method.
func (*MockStore) ImagesByDigest ¶
ImagesByDigest mocks base method.
func (*MockStore) ImagesByTopLayer ¶
ImagesByTopLayer mocks base method.
func (*MockStore) LayerBigData ¶ added in v1.21.0
func (m *MockStore) LayerBigData(arg0, arg1 string) (io.ReadCloser, error)
LayerBigData mocks base method.
func (*MockStore) LayerParentOwners ¶
LayerParentOwners mocks base method.
func (*MockStore) LayersByCompressedDigest ¶
LayersByCompressedDigest mocks base method.
func (*MockStore) LayersByUncompressedDigest ¶
LayersByUncompressedDigest mocks base method.
func (*MockStore) ListContainerBigData ¶
ListContainerBigData mocks base method.
func (*MockStore) ListImageBigData ¶
ListImageBigData mocks base method.
func (*MockStore) ListLayerBigData ¶ added in v1.21.0
ListLayerBigData mocks base method.
func (*MockStore) LookupAdditionalLayer ¶ added in v1.21.1
func (m *MockStore) LookupAdditionalLayer(arg0 digest.Digest, arg1 string) (storage.AdditionalLayer, error)
LookupAdditionalLayer mocks base method.
func (*MockStore) MountImage ¶ added in v1.20.0
MountImage mocks base method.
func (*MockStore) PullOptions ¶ added in v1.25.0
PullOptions mocks base method.
func (*MockStore) PutLayer ¶
func (m *MockStore) PutLayer(arg0, arg1 string, arg2 []string, arg3 string, arg4 bool, arg5 *storage.LayerOptions, arg6 io.Reader) (*storage.Layer, int64, error)
PutLayer mocks base method.
func (*MockStore) RemoveNames ¶ added in v1.25.0
RemoveNames mocks base method.
func (*MockStore) SetContainerBigData ¶
SetContainerBigData mocks base method.
func (*MockStore) SetContainerDirectoryFile ¶
SetContainerDirectoryFile mocks base method.
func (*MockStore) SetContainerRunDirectoryFile ¶
SetContainerRunDirectoryFile mocks base method.
func (*MockStore) SetImageBigData ¶
func (m *MockStore) SetImageBigData(arg0, arg1 string, arg2 []byte, arg3 func([]byte) (digest.Digest, error)) error
SetImageBigData mocks base method.
func (*MockStore) SetLayerBigData ¶ added in v1.21.0
SetLayerBigData mocks base method.
func (*MockStore) SetMetadata ¶
SetMetadata mocks base method.
func (*MockStore) TransientStore ¶ added in v1.25.3
TransientStore mocks base method.
func (*MockStore) UnmountImage ¶ added in v1.20.0
UnmountImage mocks base method.
type MockStoreMockRecorder ¶
type MockStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockStoreMockRecorder is the mock recorder for MockStore.
func (*MockStoreMockRecorder) AddNames ¶ added in v1.25.0
func (mr *MockStoreMockRecorder) AddNames(arg0, arg1 interface{}) *gomock.Call
AddNames indicates an expected call of AddNames.
func (*MockStoreMockRecorder) ApplyDiff ¶
func (mr *MockStoreMockRecorder) ApplyDiff(arg0, arg1 interface{}) *gomock.Call
ApplyDiff indicates an expected call of ApplyDiff.
func (*MockStoreMockRecorder) ApplyDiffFromStagingDirectory ¶ added in v1.21.1
func (mr *MockStoreMockRecorder) ApplyDiffFromStagingDirectory(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ApplyDiffFromStagingDirectory indicates an expected call of ApplyDiffFromStagingDirectory.
func (*MockStoreMockRecorder) ApplyDiffWithDiffer ¶ added in v1.21.1
func (mr *MockStoreMockRecorder) ApplyDiffWithDiffer(arg0, arg1, arg2 interface{}) *gomock.Call
ApplyDiffWithDiffer indicates an expected call of ApplyDiffWithDiffer.
func (*MockStoreMockRecorder) Changes ¶
func (mr *MockStoreMockRecorder) Changes(arg0, arg1 interface{}) *gomock.Call
Changes indicates an expected call of Changes.
func (*MockStoreMockRecorder) CleanupStagingDirectory ¶ added in v1.21.1
func (mr *MockStoreMockRecorder) CleanupStagingDirectory(arg0 interface{}) *gomock.Call
CleanupStagingDirectory indicates an expected call of CleanupStagingDirectory.
func (*MockStoreMockRecorder) Container ¶
func (mr *MockStoreMockRecorder) Container(arg0 interface{}) *gomock.Call
Container indicates an expected call of Container.
func (*MockStoreMockRecorder) ContainerBigData ¶
func (mr *MockStoreMockRecorder) ContainerBigData(arg0, arg1 interface{}) *gomock.Call
ContainerBigData indicates an expected call of ContainerBigData.
func (*MockStoreMockRecorder) ContainerBigDataDigest ¶
func (mr *MockStoreMockRecorder) ContainerBigDataDigest(arg0, arg1 interface{}) *gomock.Call
ContainerBigDataDigest indicates an expected call of ContainerBigDataDigest.
func (*MockStoreMockRecorder) ContainerBigDataSize ¶
func (mr *MockStoreMockRecorder) ContainerBigDataSize(arg0, arg1 interface{}) *gomock.Call
ContainerBigDataSize indicates an expected call of ContainerBigDataSize.
func (*MockStoreMockRecorder) ContainerByLayer ¶
func (mr *MockStoreMockRecorder) ContainerByLayer(arg0 interface{}) *gomock.Call
ContainerByLayer indicates an expected call of ContainerByLayer.
func (*MockStoreMockRecorder) ContainerDirectory ¶
func (mr *MockStoreMockRecorder) ContainerDirectory(arg0 interface{}) *gomock.Call
ContainerDirectory indicates an expected call of ContainerDirectory.
func (*MockStoreMockRecorder) ContainerParentOwners ¶
func (mr *MockStoreMockRecorder) ContainerParentOwners(arg0 interface{}) *gomock.Call
ContainerParentOwners indicates an expected call of ContainerParentOwners.
func (*MockStoreMockRecorder) ContainerRunDirectory ¶
func (mr *MockStoreMockRecorder) ContainerRunDirectory(arg0 interface{}) *gomock.Call
ContainerRunDirectory indicates an expected call of ContainerRunDirectory.
func (*MockStoreMockRecorder) ContainerSize ¶
func (mr *MockStoreMockRecorder) ContainerSize(arg0 interface{}) *gomock.Call
ContainerSize indicates an expected call of ContainerSize.
func (*MockStoreMockRecorder) Containers ¶
func (mr *MockStoreMockRecorder) Containers() *gomock.Call
Containers indicates an expected call of Containers.
func (*MockStoreMockRecorder) CreateContainer ¶
func (mr *MockStoreMockRecorder) CreateContainer(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
CreateContainer indicates an expected call of CreateContainer.
func (*MockStoreMockRecorder) CreateImage ¶
func (mr *MockStoreMockRecorder) CreateImage(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateImage indicates an expected call of CreateImage.
func (*MockStoreMockRecorder) CreateLayer ¶
func (mr *MockStoreMockRecorder) CreateLayer(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
CreateLayer indicates an expected call of CreateLayer.
func (*MockStoreMockRecorder) Delete ¶
func (mr *MockStoreMockRecorder) Delete(arg0 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockStoreMockRecorder) DeleteContainer ¶
func (mr *MockStoreMockRecorder) DeleteContainer(arg0 interface{}) *gomock.Call
DeleteContainer indicates an expected call of DeleteContainer.
func (*MockStoreMockRecorder) DeleteImage ¶
func (mr *MockStoreMockRecorder) DeleteImage(arg0, arg1 interface{}) *gomock.Call
DeleteImage indicates an expected call of DeleteImage.
func (*MockStoreMockRecorder) DeleteLayer ¶
func (mr *MockStoreMockRecorder) DeleteLayer(arg0 interface{}) *gomock.Call
DeleteLayer indicates an expected call of DeleteLayer.
func (*MockStoreMockRecorder) Diff ¶
func (mr *MockStoreMockRecorder) Diff(arg0, arg1, arg2 interface{}) *gomock.Call
Diff indicates an expected call of Diff.
func (*MockStoreMockRecorder) DiffSize ¶
func (mr *MockStoreMockRecorder) DiffSize(arg0, arg1 interface{}) *gomock.Call
DiffSize indicates an expected call of DiffSize.
func (*MockStoreMockRecorder) DifferTarget ¶ added in v1.21.1
func (mr *MockStoreMockRecorder) DifferTarget(arg0 interface{}) *gomock.Call
DifferTarget indicates an expected call of DifferTarget.
func (*MockStoreMockRecorder) Exists ¶
func (mr *MockStoreMockRecorder) Exists(arg0 interface{}) *gomock.Call
Exists indicates an expected call of Exists.
func (*MockStoreMockRecorder) Free ¶ added in v1.20.0
func (mr *MockStoreMockRecorder) Free() *gomock.Call
Free indicates an expected call of Free.
func (*MockStoreMockRecorder) FromContainerDirectory ¶
func (mr *MockStoreMockRecorder) FromContainerDirectory(arg0, arg1 interface{}) *gomock.Call
FromContainerDirectory indicates an expected call of FromContainerDirectory.
func (*MockStoreMockRecorder) FromContainerRunDirectory ¶
func (mr *MockStoreMockRecorder) FromContainerRunDirectory(arg0, arg1 interface{}) *gomock.Call
FromContainerRunDirectory indicates an expected call of FromContainerRunDirectory.
func (*MockStoreMockRecorder) GIDMap ¶
func (mr *MockStoreMockRecorder) GIDMap() *gomock.Call
GIDMap indicates an expected call of GIDMap.
func (*MockStoreMockRecorder) GarbageCollect ¶ added in v1.25.3
func (mr *MockStoreMockRecorder) GarbageCollect() *gomock.Call
GarbageCollect indicates an expected call of GarbageCollect.
func (*MockStoreMockRecorder) GetDigestLock ¶ added in v1.14.5
func (mr *MockStoreMockRecorder) GetDigestLock(arg0 interface{}) *gomock.Call
GetDigestLock indicates an expected call of GetDigestLock.
func (*MockStoreMockRecorder) GraphDriver ¶
func (mr *MockStoreMockRecorder) GraphDriver() *gomock.Call
GraphDriver indicates an expected call of GraphDriver.
func (*MockStoreMockRecorder) GraphDriverName ¶
func (mr *MockStoreMockRecorder) GraphDriverName() *gomock.Call
GraphDriverName indicates an expected call of GraphDriverName.
func (*MockStoreMockRecorder) GraphOptions ¶
func (mr *MockStoreMockRecorder) GraphOptions() *gomock.Call
GraphOptions indicates an expected call of GraphOptions.
func (*MockStoreMockRecorder) GraphRoot ¶
func (mr *MockStoreMockRecorder) GraphRoot() *gomock.Call
GraphRoot indicates an expected call of GraphRoot.
func (*MockStoreMockRecorder) Image ¶
func (mr *MockStoreMockRecorder) Image(arg0 interface{}) *gomock.Call
Image indicates an expected call of Image.
func (*MockStoreMockRecorder) ImageBigData ¶
func (mr *MockStoreMockRecorder) ImageBigData(arg0, arg1 interface{}) *gomock.Call
ImageBigData indicates an expected call of ImageBigData.
func (*MockStoreMockRecorder) ImageBigDataDigest ¶
func (mr *MockStoreMockRecorder) ImageBigDataDigest(arg0, arg1 interface{}) *gomock.Call
ImageBigDataDigest indicates an expected call of ImageBigDataDigest.
func (*MockStoreMockRecorder) ImageBigDataSize ¶
func (mr *MockStoreMockRecorder) ImageBigDataSize(arg0, arg1 interface{}) *gomock.Call
ImageBigDataSize indicates an expected call of ImageBigDataSize.
func (*MockStoreMockRecorder) ImageSize ¶
func (mr *MockStoreMockRecorder) ImageSize(arg0 interface{}) *gomock.Call
ImageSize indicates an expected call of ImageSize.
func (*MockStoreMockRecorder) Images ¶
func (mr *MockStoreMockRecorder) Images() *gomock.Call
Images indicates an expected call of Images.
func (*MockStoreMockRecorder) ImagesByDigest ¶
func (mr *MockStoreMockRecorder) ImagesByDigest(arg0 interface{}) *gomock.Call
ImagesByDigest indicates an expected call of ImagesByDigest.
func (*MockStoreMockRecorder) ImagesByTopLayer ¶
func (mr *MockStoreMockRecorder) ImagesByTopLayer(arg0 interface{}) *gomock.Call
ImagesByTopLayer indicates an expected call of ImagesByTopLayer.
func (*MockStoreMockRecorder) Layer ¶
func (mr *MockStoreMockRecorder) Layer(arg0 interface{}) *gomock.Call
Layer indicates an expected call of Layer.
func (*MockStoreMockRecorder) LayerBigData ¶ added in v1.21.0
func (mr *MockStoreMockRecorder) LayerBigData(arg0, arg1 interface{}) *gomock.Call
LayerBigData indicates an expected call of LayerBigData.
func (*MockStoreMockRecorder) LayerParentOwners ¶
func (mr *MockStoreMockRecorder) LayerParentOwners(arg0 interface{}) *gomock.Call
LayerParentOwners indicates an expected call of LayerParentOwners.
func (*MockStoreMockRecorder) LayerSize ¶
func (mr *MockStoreMockRecorder) LayerSize(arg0 interface{}) *gomock.Call
LayerSize indicates an expected call of LayerSize.
func (*MockStoreMockRecorder) Layers ¶
func (mr *MockStoreMockRecorder) Layers() *gomock.Call
Layers indicates an expected call of Layers.
func (*MockStoreMockRecorder) LayersByCompressedDigest ¶
func (mr *MockStoreMockRecorder) LayersByCompressedDigest(arg0 interface{}) *gomock.Call
LayersByCompressedDigest indicates an expected call of LayersByCompressedDigest.
func (*MockStoreMockRecorder) LayersByUncompressedDigest ¶
func (mr *MockStoreMockRecorder) LayersByUncompressedDigest(arg0 interface{}) *gomock.Call
LayersByUncompressedDigest indicates an expected call of LayersByUncompressedDigest.
func (*MockStoreMockRecorder) ListContainerBigData ¶
func (mr *MockStoreMockRecorder) ListContainerBigData(arg0 interface{}) *gomock.Call
ListContainerBigData indicates an expected call of ListContainerBigData.
func (*MockStoreMockRecorder) ListImageBigData ¶
func (mr *MockStoreMockRecorder) ListImageBigData(arg0 interface{}) *gomock.Call
ListImageBigData indicates an expected call of ListImageBigData.
func (*MockStoreMockRecorder) ListLayerBigData ¶ added in v1.21.0
func (mr *MockStoreMockRecorder) ListLayerBigData(arg0 interface{}) *gomock.Call
ListLayerBigData indicates an expected call of ListLayerBigData.
func (*MockStoreMockRecorder) Lookup ¶
func (mr *MockStoreMockRecorder) Lookup(arg0 interface{}) *gomock.Call
Lookup indicates an expected call of Lookup.
func (*MockStoreMockRecorder) LookupAdditionalLayer ¶ added in v1.21.1
func (mr *MockStoreMockRecorder) LookupAdditionalLayer(arg0, arg1 interface{}) *gomock.Call
LookupAdditionalLayer indicates an expected call of LookupAdditionalLayer.
func (*MockStoreMockRecorder) Metadata ¶
func (mr *MockStoreMockRecorder) Metadata(arg0 interface{}) *gomock.Call
Metadata indicates an expected call of Metadata.
func (*MockStoreMockRecorder) Mount ¶
func (mr *MockStoreMockRecorder) Mount(arg0, arg1 interface{}) *gomock.Call
Mount indicates an expected call of Mount.
func (*MockStoreMockRecorder) MountImage ¶ added in v1.20.0
func (mr *MockStoreMockRecorder) MountImage(arg0, arg1, arg2 interface{}) *gomock.Call
MountImage indicates an expected call of MountImage.
func (*MockStoreMockRecorder) Mounted ¶
func (mr *MockStoreMockRecorder) Mounted(arg0 interface{}) *gomock.Call
Mounted indicates an expected call of Mounted.
func (*MockStoreMockRecorder) Names ¶
func (mr *MockStoreMockRecorder) Names(arg0 interface{}) *gomock.Call
Names indicates an expected call of Names.
func (*MockStoreMockRecorder) PullOptions ¶ added in v1.25.0
func (mr *MockStoreMockRecorder) PullOptions() *gomock.Call
PullOptions indicates an expected call of PullOptions.
func (*MockStoreMockRecorder) PutLayer ¶
func (mr *MockStoreMockRecorder) PutLayer(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
PutLayer indicates an expected call of PutLayer.
func (*MockStoreMockRecorder) RemoveNames ¶ added in v1.25.0
func (mr *MockStoreMockRecorder) RemoveNames(arg0, arg1 interface{}) *gomock.Call
RemoveNames indicates an expected call of RemoveNames.
func (*MockStoreMockRecorder) RunRoot ¶
func (mr *MockStoreMockRecorder) RunRoot() *gomock.Call
RunRoot indicates an expected call of RunRoot.
func (*MockStoreMockRecorder) SetContainerBigData ¶
func (mr *MockStoreMockRecorder) SetContainerBigData(arg0, arg1, arg2 interface{}) *gomock.Call
SetContainerBigData indicates an expected call of SetContainerBigData.
func (*MockStoreMockRecorder) SetContainerDirectoryFile ¶
func (mr *MockStoreMockRecorder) SetContainerDirectoryFile(arg0, arg1, arg2 interface{}) *gomock.Call
SetContainerDirectoryFile indicates an expected call of SetContainerDirectoryFile.
func (*MockStoreMockRecorder) SetContainerRunDirectoryFile ¶
func (mr *MockStoreMockRecorder) SetContainerRunDirectoryFile(arg0, arg1, arg2 interface{}) *gomock.Call
SetContainerRunDirectoryFile indicates an expected call of SetContainerRunDirectoryFile.
func (*MockStoreMockRecorder) SetImageBigData ¶
func (mr *MockStoreMockRecorder) SetImageBigData(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SetImageBigData indicates an expected call of SetImageBigData.
func (*MockStoreMockRecorder) SetLayerBigData ¶ added in v1.21.0
func (mr *MockStoreMockRecorder) SetLayerBigData(arg0, arg1, arg2 interface{}) *gomock.Call
SetLayerBigData indicates an expected call of SetLayerBigData.
func (*MockStoreMockRecorder) SetMetadata ¶
func (mr *MockStoreMockRecorder) SetMetadata(arg0, arg1 interface{}) *gomock.Call
SetMetadata indicates an expected call of SetMetadata.
func (*MockStoreMockRecorder) SetNames ¶
func (mr *MockStoreMockRecorder) SetNames(arg0, arg1 interface{}) *gomock.Call
SetNames indicates an expected call of SetNames.
func (*MockStoreMockRecorder) Shutdown ¶
func (mr *MockStoreMockRecorder) Shutdown(arg0 interface{}) *gomock.Call
Shutdown indicates an expected call of Shutdown.
func (*MockStoreMockRecorder) Status ¶
func (mr *MockStoreMockRecorder) Status() *gomock.Call
Status indicates an expected call of Status.
func (*MockStoreMockRecorder) TransientStore ¶ added in v1.25.3
func (mr *MockStoreMockRecorder) TransientStore() *gomock.Call
TransientStore indicates an expected call of TransientStore.
func (*MockStoreMockRecorder) UIDMap ¶
func (mr *MockStoreMockRecorder) UIDMap() *gomock.Call
UIDMap indicates an expected call of UIDMap.
func (*MockStoreMockRecorder) Unmount ¶
func (mr *MockStoreMockRecorder) Unmount(arg0, arg1 interface{}) *gomock.Call
Unmount indicates an expected call of Unmount.
func (*MockStoreMockRecorder) UnmountImage ¶ added in v1.20.0
func (mr *MockStoreMockRecorder) UnmountImage(arg0, arg1 interface{}) *gomock.Call
UnmountImage indicates an expected call of UnmountImage.
func (*MockStoreMockRecorder) Version ¶
func (mr *MockStoreMockRecorder) Version() *gomock.Call
Version indicates an expected call of Version.
func (*MockStoreMockRecorder) Wipe ¶
func (mr *MockStoreMockRecorder) Wipe() *gomock.Call
Wipe indicates an expected call of Wipe.