containerstoragemock

package
v1.30.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package containerstoragemock is a generated GoMock package.

Index

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) AddNames added in v1.25.0

func (m *MockStore) AddNames(arg0 string, arg1 []string) error

AddNames mocks base method.

func (*MockStore) ApplyDiff

func (m *MockStore) ApplyDiff(arg0 string, arg1 io.Reader) (int64, error)

ApplyDiff mocks base method.

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) Changes

func (m *MockStore) Changes(arg0, arg1 string) ([]archive.Change, error)

Changes mocks base method.

func (*MockStore) Check added in v1.28.0

Check mocks base method.

func (*MockStore) CleanupStagingDirectory added in v1.21.1

func (m *MockStore) CleanupStagingDirectory(arg0 string) error

CleanupStagingDirectory mocks base method.

func (*MockStore) Container

func (m *MockStore) Container(arg0 string) (*storage.Container, error)

Container mocks base method.

func (*MockStore) ContainerBigData

func (m *MockStore) ContainerBigData(arg0, arg1 string) ([]byte, error)

ContainerBigData mocks base method.

func (*MockStore) ContainerBigDataDigest

func (m *MockStore) ContainerBigDataDigest(arg0, arg1 string) (digest.Digest, error)

ContainerBigDataDigest mocks base method.

func (*MockStore) ContainerBigDataSize

func (m *MockStore) ContainerBigDataSize(arg0, arg1 string) (int64, error)

ContainerBigDataSize mocks base method.

func (*MockStore) ContainerByLayer

func (m *MockStore) ContainerByLayer(arg0 string) (*storage.Container, error)

ContainerByLayer mocks base method.

func (*MockStore) ContainerDirectory

func (m *MockStore) ContainerDirectory(arg0 string) (string, error)

ContainerDirectory mocks base method.

func (*MockStore) ContainerParentOwners

func (m *MockStore) ContainerParentOwners(arg0 string) ([]int, []int, error)

ContainerParentOwners mocks base method.

func (*MockStore) ContainerRunDirectory

func (m *MockStore) ContainerRunDirectory(arg0 string) (string, error)

ContainerRunDirectory mocks base method.

func (*MockStore) ContainerSize

func (m *MockStore) ContainerSize(arg0 string) (int64, error)

ContainerSize mocks base method.

func (*MockStore) Containers

func (m *MockStore) Containers() ([]storage.Container, error)

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) Delete

func (m *MockStore) Delete(arg0 string) error

Delete mocks base method.

func (*MockStore) DeleteContainer

func (m *MockStore) DeleteContainer(arg0 string) error

DeleteContainer mocks base method.

func (*MockStore) DeleteImage

func (m *MockStore) DeleteImage(arg0 string, arg1 bool) ([]string, error)

DeleteImage mocks base method.

func (*MockStore) DeleteLayer

func (m *MockStore) DeleteLayer(arg0 string) error

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) DiffSize

func (m *MockStore) DiffSize(arg0, arg1 string) (int64, error)

DiffSize mocks base method.

func (*MockStore) DifferTarget added in v1.21.1

func (m *MockStore) DifferTarget(arg0 string) (string, error)

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) Exists

func (m *MockStore) Exists(arg0 string) bool

Exists mocks base method.

func (*MockStore) Free added in v1.20.0

func (m *MockStore) Free()

Free mocks base method.

func (*MockStore) FromContainerDirectory

func (m *MockStore) FromContainerDirectory(arg0, arg1 string) ([]byte, error)

FromContainerDirectory mocks base method.

func (*MockStore) FromContainerRunDirectory

func (m *MockStore) FromContainerRunDirectory(arg0, arg1 string) ([]byte, error)

FromContainerRunDirectory mocks base method.

func (*MockStore) GIDMap

func (m *MockStore) GIDMap() []idtools.IDMap

GIDMap mocks base method.

func (*MockStore) GarbageCollect added in v1.25.3

func (m *MockStore) GarbageCollect() error

GarbageCollect mocks base method.

func (*MockStore) GetDigestLock added in v1.14.5

func (m *MockStore) GetDigestLock(arg0 digest.Digest) (lockfile.Locker, error)

GetDigestLock mocks base method.

func (*MockStore) GraphDriver

func (m *MockStore) GraphDriver() (graphdriver.Driver, error)

GraphDriver mocks base method.

func (*MockStore) GraphDriverName

func (m *MockStore) GraphDriverName() string

GraphDriverName mocks base method.

func (*MockStore) GraphOptions

func (m *MockStore) GraphOptions() []string

GraphOptions mocks base method.

func (*MockStore) GraphRoot

func (m *MockStore) GraphRoot() string

GraphRoot mocks base method.

func (*MockStore) Image

func (m *MockStore) Image(arg0 string) (*storage.Image, error)

Image mocks base method.

func (*MockStore) ImageBigData

func (m *MockStore) ImageBigData(arg0, arg1 string) ([]byte, error)

ImageBigData mocks base method.

func (*MockStore) ImageBigDataDigest

func (m *MockStore) ImageBigDataDigest(arg0, arg1 string) (digest.Digest, error)

ImageBigDataDigest mocks base method.

func (*MockStore) ImageBigDataSize

func (m *MockStore) ImageBigDataSize(arg0, arg1 string) (int64, error)

ImageBigDataSize mocks base method.

func (*MockStore) ImageSize

func (m *MockStore) ImageSize(arg0 string) (int64, error)

ImageSize mocks base method.

func (*MockStore) ImageStore added in v1.29.0

func (m *MockStore) ImageStore() string

ImageStore mocks base method.

func (*MockStore) Images

func (m *MockStore) Images() ([]storage.Image, error)

Images mocks base method.

func (*MockStore) ImagesByDigest

func (m *MockStore) ImagesByDigest(arg0 digest.Digest) ([]*storage.Image, error)

ImagesByDigest mocks base method.

func (*MockStore) ImagesByTopLayer

func (m *MockStore) ImagesByTopLayer(arg0 string) ([]*storage.Image, error)

ImagesByTopLayer mocks base method.

func (*MockStore) Layer

func (m *MockStore) Layer(arg0 string) (*storage.Layer, error)

Layer 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

func (m *MockStore) LayerParentOwners(arg0 string) ([]int, []int, error)

LayerParentOwners mocks base method.

func (*MockStore) LayerSize

func (m *MockStore) LayerSize(arg0 string) (int64, error)

LayerSize mocks base method.

func (*MockStore) Layers

func (m *MockStore) Layers() ([]storage.Layer, error)

Layers mocks base method.

func (*MockStore) LayersByCompressedDigest

func (m *MockStore) LayersByCompressedDigest(arg0 digest.Digest) ([]storage.Layer, error)

LayersByCompressedDigest mocks base method.

func (*MockStore) LayersByUncompressedDigest

func (m *MockStore) LayersByUncompressedDigest(arg0 digest.Digest) ([]storage.Layer, error)

LayersByUncompressedDigest mocks base method.

func (*MockStore) ListContainerBigData

func (m *MockStore) ListContainerBigData(arg0 string) ([]string, error)

ListContainerBigData mocks base method.

func (*MockStore) ListImageBigData

func (m *MockStore) ListImageBigData(arg0 string) ([]string, error)

ListImageBigData mocks base method.

func (*MockStore) ListLayerBigData added in v1.21.0

func (m *MockStore) ListLayerBigData(arg0 string) ([]string, error)

ListLayerBigData mocks base method.

func (*MockStore) Lookup

func (m *MockStore) Lookup(arg0 string) (string, error)

Lookup 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) Metadata

func (m *MockStore) Metadata(arg0 string) (string, error)

Metadata mocks base method.

func (*MockStore) Mount

func (m *MockStore) Mount(arg0, arg1 string) (string, error)

Mount mocks base method.

func (*MockStore) MountImage added in v1.20.0

func (m *MockStore) MountImage(arg0 string, arg1 []string, arg2 string) (string, error)

MountImage mocks base method.

func (*MockStore) Mounted

func (m *MockStore) Mounted(arg0 string) (int, error)

Mounted mocks base method.

func (*MockStore) Names

func (m *MockStore) Names(arg0 string) ([]string, error)

Names mocks base method.

func (*MockStore) PullOptions added in v1.25.0

func (m *MockStore) PullOptions() map[string]string

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

func (m *MockStore) RemoveNames(arg0 string, arg1 []string) error

RemoveNames mocks base method.

func (*MockStore) Repair added in v1.28.0

func (m *MockStore) Repair(arg0 storage.CheckReport, arg1 *storage.RepairOptions) []error

Repair mocks base method.

func (*MockStore) RunRoot

func (m *MockStore) RunRoot() string

RunRoot mocks base method.

func (*MockStore) SetContainerBigData

func (m *MockStore) SetContainerBigData(arg0, arg1 string, arg2 []byte) error

SetContainerBigData mocks base method.

func (*MockStore) SetContainerDirectoryFile

func (m *MockStore) SetContainerDirectoryFile(arg0, arg1 string, arg2 []byte) error

SetContainerDirectoryFile mocks base method.

func (*MockStore) SetContainerRunDirectoryFile

func (m *MockStore) SetContainerRunDirectoryFile(arg0, arg1 string, arg2 []byte) error

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

func (m *MockStore) SetLayerBigData(arg0, arg1 string, arg2 io.Reader) error

SetLayerBigData mocks base method.

func (*MockStore) SetMetadata

func (m *MockStore) SetMetadata(arg0, arg1 string) error

SetMetadata mocks base method.

func (*MockStore) SetNames

func (m *MockStore) SetNames(arg0 string, arg1 []string) error

SetNames mocks base method.

func (*MockStore) Shutdown

func (m *MockStore) Shutdown(arg0 bool) ([]string, error)

Shutdown mocks base method.

func (*MockStore) Status

func (m *MockStore) Status() ([][2]string, error)

Status mocks base method.

func (*MockStore) TransientStore added in v1.25.3

func (m *MockStore) TransientStore() bool

TransientStore mocks base method.

func (*MockStore) UIDMap

func (m *MockStore) UIDMap() []idtools.IDMap

UIDMap mocks base method.

func (*MockStore) Unmount

func (m *MockStore) Unmount(arg0 string, arg1 bool) (bool, error)

Unmount mocks base method.

func (*MockStore) UnmountImage added in v1.20.0

func (m *MockStore) UnmountImage(arg0 string, arg1 bool) (bool, error)

UnmountImage mocks base method.

func (*MockStore) Version

func (m *MockStore) Version() ([][2]string, error)

Version mocks base method.

func (*MockStore) Wipe

func (m *MockStore) Wipe() error

Wipe 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) Check added in v1.28.0

func (mr *MockStoreMockRecorder) Check(arg0 interface{}) *gomock.Call

Check indicates an expected call of Check.

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) ImageStore added in v1.29.0

func (mr *MockStoreMockRecorder) ImageStore() *gomock.Call

ImageStore indicates an expected call of ImageStore.

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) Repair added in v1.28.0

func (mr *MockStoreMockRecorder) Repair(arg0, arg1 interface{}) *gomock.Call

Repair indicates an expected call of Repair.

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.

Jump to

Keyboard shortcuts

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