mock

package
v0.33.16 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RegistryClientMock

type RegistryClientMock struct {
	CheckImageExistsMock mRegistryClientMockCheckImageExists

	CopyImageMock mRegistryClientMockCopyImage

	DeleteByDigestMock mRegistryClientMockDeleteByDigest

	DeleteTagMock mRegistryClientMockDeleteTag

	GetDigestMock mRegistryClientMockGetDigest

	GetImageMock mRegistryClientMockGetImage

	GetImageConfigMock mRegistryClientMockGetImageConfig

	GetIndexMock mRegistryClientMockGetIndex

	GetManifestMock mRegistryClientMockGetManifest

	GetRegistryMock mRegistryClientMockGetRegistry

	ListRepositoriesMock mRegistryClientMockListRepositories

	ListTagsMock mRegistryClientMockListTags

	PushImageMock mRegistryClientMockPushImage

	PushIndexMock mRegistryClientMockPushIndex

	StreamRepositoriesMock mRegistryClientMockStreamRepositories

	StreamTagsMock mRegistryClientMockStreamTags

	TagImageMock mRegistryClientMockTagImage

	WithSegmentMock mRegistryClientMockWithSegment
	// contains filtered or unexported fields
}

RegistryClientMock implements mm_registry.Client

func NewRegistryClientMock

func NewRegistryClientMock(t minimock.Tester) *RegistryClientMock

NewRegistryClientMock returns a mock for mm_registry.Client

func (*RegistryClientMock) CheckImageExists added in v0.21.3

func (mmCheckImageExists *RegistryClientMock) CheckImageExists(ctx context.Context, tag string) (err error)

CheckImageExists implements mm_registry.Client

func (*RegistryClientMock) CheckImageExistsAfterCounter added in v0.21.3

func (mmCheckImageExists *RegistryClientMock) CheckImageExistsAfterCounter() uint64

CheckImageExistsAfterCounter returns a count of finished RegistryClientMock.CheckImageExists invocations

func (*RegistryClientMock) CheckImageExistsBeforeCounter added in v0.21.3

func (mmCheckImageExists *RegistryClientMock) CheckImageExistsBeforeCounter() uint64

CheckImageExistsBeforeCounter returns a count of RegistryClientMock.CheckImageExists invocations

func (*RegistryClientMock) CopyImage added in v0.29.26

func (mmCopyImage *RegistryClientMock) CopyImage(ctx context.Context, srcTag string, dest mm_registry.Client, destTag string) (err error)

CopyImage implements mm_registry.Client

func (*RegistryClientMock) CopyImageAfterCounter added in v0.29.26

func (mmCopyImage *RegistryClientMock) CopyImageAfterCounter() uint64

CopyImageAfterCounter returns a count of finished RegistryClientMock.CopyImage invocations

func (*RegistryClientMock) CopyImageBeforeCounter added in v0.29.26

func (mmCopyImage *RegistryClientMock) CopyImageBeforeCounter() uint64

CopyImageBeforeCounter returns a count of RegistryClientMock.CopyImage invocations

func (*RegistryClientMock) DeleteByDigest added in v0.29.26

func (mmDeleteByDigest *RegistryClientMock) DeleteByDigest(ctx context.Context, digest v1.Hash) (err error)

DeleteByDigest implements mm_registry.Client

func (*RegistryClientMock) DeleteByDigestAfterCounter added in v0.29.26

func (mmDeleteByDigest *RegistryClientMock) DeleteByDigestAfterCounter() uint64

DeleteByDigestAfterCounter returns a count of finished RegistryClientMock.DeleteByDigest invocations

func (*RegistryClientMock) DeleteByDigestBeforeCounter added in v0.29.26

func (mmDeleteByDigest *RegistryClientMock) DeleteByDigestBeforeCounter() uint64

DeleteByDigestBeforeCounter returns a count of RegistryClientMock.DeleteByDigest invocations

func (*RegistryClientMock) DeleteTag added in v0.29.19

func (mmDeleteTag *RegistryClientMock) DeleteTag(ctx context.Context, tag string) (err error)

DeleteTag implements mm_registry.Client

func (*RegistryClientMock) DeleteTagAfterCounter added in v0.29.19

func (mmDeleteTag *RegistryClientMock) DeleteTagAfterCounter() uint64

DeleteTagAfterCounter returns a count of finished RegistryClientMock.DeleteTag invocations

func (*RegistryClientMock) DeleteTagBeforeCounter added in v0.29.19

func (mmDeleteTag *RegistryClientMock) DeleteTagBeforeCounter() uint64

DeleteTagBeforeCounter returns a count of RegistryClientMock.DeleteTag invocations

func (*RegistryClientMock) GetDigest added in v0.20.13

func (mmGetDigest *RegistryClientMock) GetDigest(ctx context.Context, tag string) (hp1 *v1.Hash, err error)

GetDigest implements mm_registry.Client

func (*RegistryClientMock) GetDigestAfterCounter added in v0.20.13

func (mmGetDigest *RegistryClientMock) GetDigestAfterCounter() uint64

GetDigestAfterCounter returns a count of finished RegistryClientMock.GetDigest invocations

func (*RegistryClientMock) GetDigestBeforeCounter added in v0.20.13

func (mmGetDigest *RegistryClientMock) GetDigestBeforeCounter() uint64

GetDigestBeforeCounter returns a count of RegistryClientMock.GetDigest invocations

func (*RegistryClientMock) GetImage

func (mmGetImage *RegistryClientMock) GetImage(ctx context.Context, tag string, opts ...mm_registry.ImageGetOption) (i1 mm_registry.Image, err error)

GetImage implements mm_registry.Client

func (*RegistryClientMock) GetImageAfterCounter

func (mmGetImage *RegistryClientMock) GetImageAfterCounter() uint64

GetImageAfterCounter returns a count of finished RegistryClientMock.GetImage invocations

func (*RegistryClientMock) GetImageBeforeCounter

func (mmGetImage *RegistryClientMock) GetImageBeforeCounter() uint64

GetImageBeforeCounter returns a count of RegistryClientMock.GetImage invocations

func (*RegistryClientMock) GetImageConfig

func (mmGetImageConfig *RegistryClientMock) GetImageConfig(ctx context.Context, tag string) (cp1 *v1.ConfigFile, err error)

GetImageConfig implements mm_registry.Client

func (*RegistryClientMock) GetImageConfigAfterCounter

func (mmGetImageConfig *RegistryClientMock) GetImageConfigAfterCounter() uint64

GetImageConfigAfterCounter returns a count of finished RegistryClientMock.GetImageConfig invocations

func (*RegistryClientMock) GetImageConfigBeforeCounter

func (mmGetImageConfig *RegistryClientMock) GetImageConfigBeforeCounter() uint64

GetImageConfigBeforeCounter returns a count of RegistryClientMock.GetImageConfig invocations

func (*RegistryClientMock) GetIndex added in v0.33.16

func (mmGetIndex *RegistryClientMock) GetIndex(ctx context.Context, tag string) (i1 v1.ImageIndex, err error)

GetIndex implements mm_registry.Client

func (*RegistryClientMock) GetIndexAfterCounter added in v0.33.16

func (mmGetIndex *RegistryClientMock) GetIndexAfterCounter() uint64

GetIndexAfterCounter returns a count of finished RegistryClientMock.GetIndex invocations

func (*RegistryClientMock) GetIndexBeforeCounter added in v0.33.16

func (mmGetIndex *RegistryClientMock) GetIndexBeforeCounter() uint64

GetIndexBeforeCounter returns a count of RegistryClientMock.GetIndex invocations

func (*RegistryClientMock) GetManifest

func (mmGetManifest *RegistryClientMock) GetManifest(ctx context.Context, tag string, opts ...mm_registry.ManifestGetOption) (m1 mm_registry.ManifestResult, err error)

GetManifest implements mm_registry.Client

func (*RegistryClientMock) GetManifestAfterCounter

func (mmGetManifest *RegistryClientMock) GetManifestAfterCounter() uint64

GetManifestAfterCounter returns a count of finished RegistryClientMock.GetManifest invocations

func (*RegistryClientMock) GetManifestBeforeCounter

func (mmGetManifest *RegistryClientMock) GetManifestBeforeCounter() uint64

GetManifestBeforeCounter returns a count of RegistryClientMock.GetManifest invocations

func (*RegistryClientMock) GetRegistry

func (mmGetRegistry *RegistryClientMock) GetRegistry() (s1 string)

GetRegistry implements mm_registry.Client

func (*RegistryClientMock) GetRegistryAfterCounter

func (mmGetRegistry *RegistryClientMock) GetRegistryAfterCounter() uint64

GetRegistryAfterCounter returns a count of finished RegistryClientMock.GetRegistry invocations

func (*RegistryClientMock) GetRegistryBeforeCounter

func (mmGetRegistry *RegistryClientMock) GetRegistryBeforeCounter() uint64

GetRegistryBeforeCounter returns a count of RegistryClientMock.GetRegistry invocations

func (*RegistryClientMock) ListRepositories

func (mmListRepositories *RegistryClientMock) ListRepositories(ctx context.Context, opts ...mm_registry.ListRepositoriesOption) (sa1 []string, err error)

ListRepositories implements mm_registry.Client

func (*RegistryClientMock) ListRepositoriesAfterCounter

func (mmListRepositories *RegistryClientMock) ListRepositoriesAfterCounter() uint64

ListRepositoriesAfterCounter returns a count of finished RegistryClientMock.ListRepositories invocations

func (*RegistryClientMock) ListRepositoriesBeforeCounter

func (mmListRepositories *RegistryClientMock) ListRepositoriesBeforeCounter() uint64

ListRepositoriesBeforeCounter returns a count of RegistryClientMock.ListRepositories invocations

func (*RegistryClientMock) ListTags

func (mmListTags *RegistryClientMock) ListTags(ctx context.Context, opts ...mm_registry.ListTagsOption) (sa1 []string, err error)

ListTags implements mm_registry.Client

func (*RegistryClientMock) ListTagsAfterCounter

func (mmListTags *RegistryClientMock) ListTagsAfterCounter() uint64

ListTagsAfterCounter returns a count of finished RegistryClientMock.ListTags invocations

func (*RegistryClientMock) ListTagsBeforeCounter

func (mmListTags *RegistryClientMock) ListTagsBeforeCounter() uint64

ListTagsBeforeCounter returns a count of RegistryClientMock.ListTags invocations

func (*RegistryClientMock) MinimockCheckImageExistsDone added in v0.21.3

func (m *RegistryClientMock) MinimockCheckImageExistsDone() bool

MinimockCheckImageExistsDone returns true if the count of the CheckImageExists invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockCheckImageExistsInspect added in v0.21.3

func (m *RegistryClientMock) MinimockCheckImageExistsInspect()

MinimockCheckImageExistsInspect logs each unmet expectation

func (*RegistryClientMock) MinimockCopyImageDone added in v0.29.26

func (m *RegistryClientMock) MinimockCopyImageDone() bool

MinimockCopyImageDone returns true if the count of the CopyImage invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockCopyImageInspect added in v0.29.26

func (m *RegistryClientMock) MinimockCopyImageInspect()

MinimockCopyImageInspect logs each unmet expectation

func (*RegistryClientMock) MinimockDeleteByDigestDone added in v0.29.26

func (m *RegistryClientMock) MinimockDeleteByDigestDone() bool

MinimockDeleteByDigestDone returns true if the count of the DeleteByDigest invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockDeleteByDigestInspect added in v0.29.26

func (m *RegistryClientMock) MinimockDeleteByDigestInspect()

MinimockDeleteByDigestInspect logs each unmet expectation

func (*RegistryClientMock) MinimockDeleteTagDone added in v0.29.19

func (m *RegistryClientMock) MinimockDeleteTagDone() bool

MinimockDeleteTagDone returns true if the count of the DeleteTag invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockDeleteTagInspect added in v0.29.19

func (m *RegistryClientMock) MinimockDeleteTagInspect()

MinimockDeleteTagInspect logs each unmet expectation

func (*RegistryClientMock) MinimockFinish

func (m *RegistryClientMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*RegistryClientMock) MinimockGetDigestDone added in v0.20.13

func (m *RegistryClientMock) MinimockGetDigestDone() bool

MinimockGetDigestDone returns true if the count of the GetDigest invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockGetDigestInspect added in v0.20.13

func (m *RegistryClientMock) MinimockGetDigestInspect()

MinimockGetDigestInspect logs each unmet expectation

func (*RegistryClientMock) MinimockGetImageConfigDone

func (m *RegistryClientMock) MinimockGetImageConfigDone() bool

MinimockGetImageConfigDone returns true if the count of the GetImageConfig invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockGetImageConfigInspect

func (m *RegistryClientMock) MinimockGetImageConfigInspect()

MinimockGetImageConfigInspect logs each unmet expectation

func (*RegistryClientMock) MinimockGetImageDone

func (m *RegistryClientMock) MinimockGetImageDone() bool

MinimockGetImageDone returns true if the count of the GetImage invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockGetImageInspect

func (m *RegistryClientMock) MinimockGetImageInspect()

MinimockGetImageInspect logs each unmet expectation

func (*RegistryClientMock) MinimockGetIndexDone added in v0.33.16

func (m *RegistryClientMock) MinimockGetIndexDone() bool

MinimockGetIndexDone returns true if the count of the GetIndex invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockGetIndexInspect added in v0.33.16

func (m *RegistryClientMock) MinimockGetIndexInspect()

MinimockGetIndexInspect logs each unmet expectation

func (*RegistryClientMock) MinimockGetManifestDone

func (m *RegistryClientMock) MinimockGetManifestDone() bool

MinimockGetManifestDone returns true if the count of the GetManifest invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockGetManifestInspect

func (m *RegistryClientMock) MinimockGetManifestInspect()

MinimockGetManifestInspect logs each unmet expectation

func (*RegistryClientMock) MinimockGetRegistryDone

func (m *RegistryClientMock) MinimockGetRegistryDone() bool

MinimockGetRegistryDone returns true if the count of the GetRegistry invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockGetRegistryInspect

func (m *RegistryClientMock) MinimockGetRegistryInspect()

MinimockGetRegistryInspect logs each unmet expectation

func (*RegistryClientMock) MinimockListRepositoriesDone

func (m *RegistryClientMock) MinimockListRepositoriesDone() bool

MinimockListRepositoriesDone returns true if the count of the ListRepositories invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockListRepositoriesInspect

func (m *RegistryClientMock) MinimockListRepositoriesInspect()

MinimockListRepositoriesInspect logs each unmet expectation

func (*RegistryClientMock) MinimockListTagsDone

func (m *RegistryClientMock) MinimockListTagsDone() bool

MinimockListTagsDone returns true if the count of the ListTags invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockListTagsInspect

func (m *RegistryClientMock) MinimockListTagsInspect()

MinimockListTagsInspect logs each unmet expectation

func (*RegistryClientMock) MinimockPushImageDone added in v0.20.12

func (m *RegistryClientMock) MinimockPushImageDone() bool

MinimockPushImageDone returns true if the count of the PushImage invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockPushImageInspect added in v0.20.12

func (m *RegistryClientMock) MinimockPushImageInspect()

MinimockPushImageInspect logs each unmet expectation

func (*RegistryClientMock) MinimockPushIndexDone added in v0.29.26

func (m *RegistryClientMock) MinimockPushIndexDone() bool

MinimockPushIndexDone returns true if the count of the PushIndex invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockPushIndexInspect added in v0.29.26

func (m *RegistryClientMock) MinimockPushIndexInspect()

MinimockPushIndexInspect logs each unmet expectation

func (*RegistryClientMock) MinimockStreamRepositoriesDone added in v0.33.16

func (m *RegistryClientMock) MinimockStreamRepositoriesDone() bool

MinimockStreamRepositoriesDone returns true if the count of the StreamRepositories invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockStreamRepositoriesInspect added in v0.33.16

func (m *RegistryClientMock) MinimockStreamRepositoriesInspect()

MinimockStreamRepositoriesInspect logs each unmet expectation

func (*RegistryClientMock) MinimockStreamTagsDone added in v0.33.16

func (m *RegistryClientMock) MinimockStreamTagsDone() bool

MinimockStreamTagsDone returns true if the count of the StreamTags invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockStreamTagsInspect added in v0.33.16

func (m *RegistryClientMock) MinimockStreamTagsInspect()

MinimockStreamTagsInspect logs each unmet expectation

func (*RegistryClientMock) MinimockTagImageDone added in v0.29.19

func (m *RegistryClientMock) MinimockTagImageDone() bool

MinimockTagImageDone returns true if the count of the TagImage invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockTagImageInspect added in v0.29.19

func (m *RegistryClientMock) MinimockTagImageInspect()

MinimockTagImageInspect logs each unmet expectation

func (*RegistryClientMock) MinimockWait

func (m *RegistryClientMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

func (*RegistryClientMock) MinimockWithSegmentDone added in v0.21.1

func (m *RegistryClientMock) MinimockWithSegmentDone() bool

MinimockWithSegmentDone returns true if the count of the WithSegment invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockWithSegmentInspect added in v0.21.1

func (m *RegistryClientMock) MinimockWithSegmentInspect()

MinimockWithSegmentInspect logs each unmet expectation

func (*RegistryClientMock) PushImage added in v0.20.12

func (mmPushImage *RegistryClientMock) PushImage(ctx context.Context, tag string, img v1.Image, opts ...mm_registry.ImagePushOption) (err error)

PushImage implements mm_registry.Client

func (*RegistryClientMock) PushImageAfterCounter added in v0.20.12

func (mmPushImage *RegistryClientMock) PushImageAfterCounter() uint64

PushImageAfterCounter returns a count of finished RegistryClientMock.PushImage invocations

func (*RegistryClientMock) PushImageBeforeCounter added in v0.20.12

func (mmPushImage *RegistryClientMock) PushImageBeforeCounter() uint64

PushImageBeforeCounter returns a count of RegistryClientMock.PushImage invocations

func (*RegistryClientMock) PushIndex added in v0.29.26

func (mmPushIndex *RegistryClientMock) PushIndex(ctx context.Context, tag string, idx v1.ImageIndex, opts ...mm_registry.ImagePushOption) (err error)

PushIndex implements mm_registry.Client

func (*RegistryClientMock) PushIndexAfterCounter added in v0.29.26

func (mmPushIndex *RegistryClientMock) PushIndexAfterCounter() uint64

PushIndexAfterCounter returns a count of finished RegistryClientMock.PushIndex invocations

func (*RegistryClientMock) PushIndexBeforeCounter added in v0.29.26

func (mmPushIndex *RegistryClientMock) PushIndexBeforeCounter() uint64

PushIndexBeforeCounter returns a count of RegistryClientMock.PushIndex invocations

func (*RegistryClientMock) StreamRepositories added in v0.33.16

func (mmStreamRepositories *RegistryClientMock) StreamRepositories(ctx context.Context, visit func(repos []string) error, opts ...mm_registry.ListRepositoriesOption) (err error)

StreamRepositories implements mm_registry.Client

func (*RegistryClientMock) StreamRepositoriesAfterCounter added in v0.33.16

func (mmStreamRepositories *RegistryClientMock) StreamRepositoriesAfterCounter() uint64

StreamRepositoriesAfterCounter returns a count of finished RegistryClientMock.StreamRepositories invocations

func (*RegistryClientMock) StreamRepositoriesBeforeCounter added in v0.33.16

func (mmStreamRepositories *RegistryClientMock) StreamRepositoriesBeforeCounter() uint64

StreamRepositoriesBeforeCounter returns a count of RegistryClientMock.StreamRepositories invocations

func (*RegistryClientMock) StreamTags added in v0.33.16

func (mmStreamTags *RegistryClientMock) StreamTags(ctx context.Context, visit func(tags []string) error, opts ...mm_registry.ListTagsOption) (err error)

StreamTags implements mm_registry.Client

func (*RegistryClientMock) StreamTagsAfterCounter added in v0.33.16

func (mmStreamTags *RegistryClientMock) StreamTagsAfterCounter() uint64

StreamTagsAfterCounter returns a count of finished RegistryClientMock.StreamTags invocations

func (*RegistryClientMock) StreamTagsBeforeCounter added in v0.33.16

func (mmStreamTags *RegistryClientMock) StreamTagsBeforeCounter() uint64

StreamTagsBeforeCounter returns a count of RegistryClientMock.StreamTags invocations

func (*RegistryClientMock) TagImage added in v0.29.19

func (mmTagImage *RegistryClientMock) TagImage(ctx context.Context, sourceTag string, destTag string) (err error)

TagImage implements mm_registry.Client

func (*RegistryClientMock) TagImageAfterCounter added in v0.29.19

func (mmTagImage *RegistryClientMock) TagImageAfterCounter() uint64

TagImageAfterCounter returns a count of finished RegistryClientMock.TagImage invocations

func (*RegistryClientMock) TagImageBeforeCounter added in v0.29.19

func (mmTagImage *RegistryClientMock) TagImageBeforeCounter() uint64

TagImageBeforeCounter returns a count of RegistryClientMock.TagImage invocations

func (*RegistryClientMock) WithSegment added in v0.21.1

func (mmWithSegment *RegistryClientMock) WithSegment(segments ...string) (c1 mm_registry.Client)

WithSegment implements mm_registry.Client

func (*RegistryClientMock) WithSegmentAfterCounter added in v0.21.1

func (mmWithSegment *RegistryClientMock) WithSegmentAfterCounter() uint64

WithSegmentAfterCounter returns a count of finished RegistryClientMock.WithSegment invocations

func (*RegistryClientMock) WithSegmentBeforeCounter added in v0.21.1

func (mmWithSegment *RegistryClientMock) WithSegmentBeforeCounter() uint64

WithSegmentBeforeCounter returns a count of RegistryClientMock.WithSegment invocations

type RegistryClientMockCheckImageExistsExpectation added in v0.21.3

type RegistryClientMockCheckImageExistsExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockCheckImageExistsExpectation specifies expectation struct of the Client.CheckImageExists

func (*RegistryClientMockCheckImageExistsExpectation) Then added in v0.21.3

Then sets up Client.CheckImageExists return parameters for the expectation previously defined by the When method

type RegistryClientMockCheckImageExistsExpectationOrigins added in v0.21.3

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

RegistryClientMockCheckImageExistsOrigins contains origins of expectations of the Client.CheckImageExists

type RegistryClientMockCheckImageExistsParamPtrs added in v0.21.3

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

RegistryClientMockCheckImageExistsParamPtrs contains pointers to parameters of the Client.CheckImageExists

type RegistryClientMockCheckImageExistsParams added in v0.21.3

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

RegistryClientMockCheckImageExistsParams contains parameters of the Client.CheckImageExists

type RegistryClientMockCheckImageExistsResults added in v0.21.3

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

RegistryClientMockCheckImageExistsResults contains results of the Client.CheckImageExists

type RegistryClientMockCopyImageExpectation added in v0.29.26

type RegistryClientMockCopyImageExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockCopyImageExpectation specifies expectation struct of the Client.CopyImage

func (*RegistryClientMockCopyImageExpectation) Then added in v0.29.26

Then sets up Client.CopyImage return parameters for the expectation previously defined by the When method

type RegistryClientMockCopyImageExpectationOrigins added in v0.29.26

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

RegistryClientMockCopyImageOrigins contains origins of expectations of the Client.CopyImage

type RegistryClientMockCopyImageParamPtrs added in v0.29.26

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

RegistryClientMockCopyImageParamPtrs contains pointers to parameters of the Client.CopyImage

type RegistryClientMockCopyImageParams added in v0.29.26

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

RegistryClientMockCopyImageParams contains parameters of the Client.CopyImage

type RegistryClientMockCopyImageResults added in v0.29.26

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

RegistryClientMockCopyImageResults contains results of the Client.CopyImage

type RegistryClientMockDeleteByDigestExpectation added in v0.29.26

type RegistryClientMockDeleteByDigestExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockDeleteByDigestExpectation specifies expectation struct of the Client.DeleteByDigest

func (*RegistryClientMockDeleteByDigestExpectation) Then added in v0.29.26

Then sets up Client.DeleteByDigest return parameters for the expectation previously defined by the When method

type RegistryClientMockDeleteByDigestExpectationOrigins added in v0.29.26

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

RegistryClientMockDeleteByDigestOrigins contains origins of expectations of the Client.DeleteByDigest

type RegistryClientMockDeleteByDigestParamPtrs added in v0.29.26

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

RegistryClientMockDeleteByDigestParamPtrs contains pointers to parameters of the Client.DeleteByDigest

type RegistryClientMockDeleteByDigestParams added in v0.29.26

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

RegistryClientMockDeleteByDigestParams contains parameters of the Client.DeleteByDigest

type RegistryClientMockDeleteByDigestResults added in v0.29.26

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

RegistryClientMockDeleteByDigestResults contains results of the Client.DeleteByDigest

type RegistryClientMockDeleteTagExpectation added in v0.29.19

type RegistryClientMockDeleteTagExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockDeleteTagExpectation specifies expectation struct of the Client.DeleteTag

func (*RegistryClientMockDeleteTagExpectation) Then added in v0.29.19

Then sets up Client.DeleteTag return parameters for the expectation previously defined by the When method

type RegistryClientMockDeleteTagExpectationOrigins added in v0.29.19

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

RegistryClientMockDeleteTagOrigins contains origins of expectations of the Client.DeleteTag

type RegistryClientMockDeleteTagParamPtrs added in v0.29.19

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

RegistryClientMockDeleteTagParamPtrs contains pointers to parameters of the Client.DeleteTag

type RegistryClientMockDeleteTagParams added in v0.29.19

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

RegistryClientMockDeleteTagParams contains parameters of the Client.DeleteTag

type RegistryClientMockDeleteTagResults added in v0.29.19

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

RegistryClientMockDeleteTagResults contains results of the Client.DeleteTag

type RegistryClientMockGetDigestExpectation added in v0.20.13

type RegistryClientMockGetDigestExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockGetDigestExpectation specifies expectation struct of the Client.GetDigest

func (*RegistryClientMockGetDigestExpectation) Then added in v0.20.13

Then sets up Client.GetDigest return parameters for the expectation previously defined by the When method

type RegistryClientMockGetDigestExpectationOrigins added in v0.20.13

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

RegistryClientMockGetDigestOrigins contains origins of expectations of the Client.GetDigest

type RegistryClientMockGetDigestParamPtrs added in v0.20.13

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

RegistryClientMockGetDigestParamPtrs contains pointers to parameters of the Client.GetDigest

type RegistryClientMockGetDigestParams added in v0.20.13

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

RegistryClientMockGetDigestParams contains parameters of the Client.GetDigest

type RegistryClientMockGetDigestResults added in v0.20.13

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

RegistryClientMockGetDigestResults contains results of the Client.GetDigest

type RegistryClientMockGetImageConfigExpectation

type RegistryClientMockGetImageConfigExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockGetImageConfigExpectation specifies expectation struct of the Client.GetImageConfig

func (*RegistryClientMockGetImageConfigExpectation) Then

Then sets up Client.GetImageConfig return parameters for the expectation previously defined by the When method

type RegistryClientMockGetImageConfigExpectationOrigins

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

RegistryClientMockGetImageConfigOrigins contains origins of expectations of the Client.GetImageConfig

type RegistryClientMockGetImageConfigParamPtrs

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

RegistryClientMockGetImageConfigParamPtrs contains pointers to parameters of the Client.GetImageConfig

type RegistryClientMockGetImageConfigParams

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

RegistryClientMockGetImageConfigParams contains parameters of the Client.GetImageConfig

type RegistryClientMockGetImageConfigResults

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

RegistryClientMockGetImageConfigResults contains results of the Client.GetImageConfig

type RegistryClientMockGetImageExpectation

type RegistryClientMockGetImageExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockGetImageExpectation specifies expectation struct of the Client.GetImage

func (*RegistryClientMockGetImageExpectation) Then

Then sets up Client.GetImage return parameters for the expectation previously defined by the When method

type RegistryClientMockGetImageExpectationOrigins

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

RegistryClientMockGetImageOrigins contains origins of expectations of the Client.GetImage

type RegistryClientMockGetImageParamPtrs

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

RegistryClientMockGetImageParamPtrs contains pointers to parameters of the Client.GetImage

type RegistryClientMockGetImageParams

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

RegistryClientMockGetImageParams contains parameters of the Client.GetImage

type RegistryClientMockGetImageResults

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

RegistryClientMockGetImageResults contains results of the Client.GetImage

type RegistryClientMockGetIndexExpectation added in v0.33.16

type RegistryClientMockGetIndexExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockGetIndexExpectation specifies expectation struct of the Client.GetIndex

func (*RegistryClientMockGetIndexExpectation) Then added in v0.33.16

Then sets up Client.GetIndex return parameters for the expectation previously defined by the When method

type RegistryClientMockGetIndexExpectationOrigins added in v0.33.16

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

RegistryClientMockGetIndexOrigins contains origins of expectations of the Client.GetIndex

type RegistryClientMockGetIndexParamPtrs added in v0.33.16

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

RegistryClientMockGetIndexParamPtrs contains pointers to parameters of the Client.GetIndex

type RegistryClientMockGetIndexParams added in v0.33.16

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

RegistryClientMockGetIndexParams contains parameters of the Client.GetIndex

type RegistryClientMockGetIndexResults added in v0.33.16

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

RegistryClientMockGetIndexResults contains results of the Client.GetIndex

type RegistryClientMockGetManifestExpectation

type RegistryClientMockGetManifestExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockGetManifestExpectation specifies expectation struct of the Client.GetManifest

func (*RegistryClientMockGetManifestExpectation) Then

Then sets up Client.GetManifest return parameters for the expectation previously defined by the When method

type RegistryClientMockGetManifestExpectationOrigins

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

RegistryClientMockGetManifestOrigins contains origins of expectations of the Client.GetManifest

type RegistryClientMockGetManifestParamPtrs

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

RegistryClientMockGetManifestParamPtrs contains pointers to parameters of the Client.GetManifest

type RegistryClientMockGetManifestParams

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

RegistryClientMockGetManifestParams contains parameters of the Client.GetManifest

type RegistryClientMockGetManifestResults

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

RegistryClientMockGetManifestResults contains results of the Client.GetManifest

type RegistryClientMockGetRegistryExpectation

type RegistryClientMockGetRegistryExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockGetRegistryExpectation specifies expectation struct of the Client.GetRegistry

type RegistryClientMockGetRegistryResults

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

RegistryClientMockGetRegistryResults contains results of the Client.GetRegistry

type RegistryClientMockListRepositoriesExpectation

type RegistryClientMockListRepositoriesExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockListRepositoriesExpectation specifies expectation struct of the Client.ListRepositories

func (*RegistryClientMockListRepositoriesExpectation) Then

Then sets up Client.ListRepositories return parameters for the expectation previously defined by the When method

type RegistryClientMockListRepositoriesExpectationOrigins

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

RegistryClientMockListRepositoriesOrigins contains origins of expectations of the Client.ListRepositories

type RegistryClientMockListRepositoriesParamPtrs

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

RegistryClientMockListRepositoriesParamPtrs contains pointers to parameters of the Client.ListRepositories

type RegistryClientMockListRepositoriesParams

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

RegistryClientMockListRepositoriesParams contains parameters of the Client.ListRepositories

type RegistryClientMockListRepositoriesResults

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

RegistryClientMockListRepositoriesResults contains results of the Client.ListRepositories

type RegistryClientMockListTagsExpectation

type RegistryClientMockListTagsExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockListTagsExpectation specifies expectation struct of the Client.ListTags

func (*RegistryClientMockListTagsExpectation) Then

Then sets up Client.ListTags return parameters for the expectation previously defined by the When method

type RegistryClientMockListTagsExpectationOrigins

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

RegistryClientMockListTagsOrigins contains origins of expectations of the Client.ListTags

type RegistryClientMockListTagsParamPtrs

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

RegistryClientMockListTagsParamPtrs contains pointers to parameters of the Client.ListTags

type RegistryClientMockListTagsParams

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

RegistryClientMockListTagsParams contains parameters of the Client.ListTags

type RegistryClientMockListTagsResults

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

RegistryClientMockListTagsResults contains results of the Client.ListTags

type RegistryClientMockPushImageExpectation added in v0.20.12

type RegistryClientMockPushImageExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockPushImageExpectation specifies expectation struct of the Client.PushImage

func (*RegistryClientMockPushImageExpectation) Then added in v0.20.12

Then sets up Client.PushImage return parameters for the expectation previously defined by the When method

type RegistryClientMockPushImageExpectationOrigins added in v0.20.12

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

RegistryClientMockPushImageOrigins contains origins of expectations of the Client.PushImage

type RegistryClientMockPushImageParamPtrs added in v0.20.12

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

RegistryClientMockPushImageParamPtrs contains pointers to parameters of the Client.PushImage

type RegistryClientMockPushImageParams added in v0.20.12

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

RegistryClientMockPushImageParams contains parameters of the Client.PushImage

type RegistryClientMockPushImageResults added in v0.20.12

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

RegistryClientMockPushImageResults contains results of the Client.PushImage

type RegistryClientMockPushIndexExpectation added in v0.29.26

type RegistryClientMockPushIndexExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockPushIndexExpectation specifies expectation struct of the Client.PushIndex

func (*RegistryClientMockPushIndexExpectation) Then added in v0.29.26

Then sets up Client.PushIndex return parameters for the expectation previously defined by the When method

type RegistryClientMockPushIndexExpectationOrigins added in v0.29.26

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

RegistryClientMockPushIndexOrigins contains origins of expectations of the Client.PushIndex

type RegistryClientMockPushIndexParamPtrs added in v0.29.26

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

RegistryClientMockPushIndexParamPtrs contains pointers to parameters of the Client.PushIndex

type RegistryClientMockPushIndexParams added in v0.29.26

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

RegistryClientMockPushIndexParams contains parameters of the Client.PushIndex

type RegistryClientMockPushIndexResults added in v0.29.26

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

RegistryClientMockPushIndexResults contains results of the Client.PushIndex

type RegistryClientMockStreamRepositoriesExpectation added in v0.33.16

type RegistryClientMockStreamRepositoriesExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockStreamRepositoriesExpectation specifies expectation struct of the Client.StreamRepositories

func (*RegistryClientMockStreamRepositoriesExpectation) Then added in v0.33.16

Then sets up Client.StreamRepositories return parameters for the expectation previously defined by the When method

type RegistryClientMockStreamRepositoriesExpectationOrigins added in v0.33.16

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

RegistryClientMockStreamRepositoriesOrigins contains origins of expectations of the Client.StreamRepositories

type RegistryClientMockStreamRepositoriesParamPtrs added in v0.33.16

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

RegistryClientMockStreamRepositoriesParamPtrs contains pointers to parameters of the Client.StreamRepositories

type RegistryClientMockStreamRepositoriesParams added in v0.33.16

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

RegistryClientMockStreamRepositoriesParams contains parameters of the Client.StreamRepositories

type RegistryClientMockStreamRepositoriesResults added in v0.33.16

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

RegistryClientMockStreamRepositoriesResults contains results of the Client.StreamRepositories

type RegistryClientMockStreamTagsExpectation added in v0.33.16

type RegistryClientMockStreamTagsExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockStreamTagsExpectation specifies expectation struct of the Client.StreamTags

func (*RegistryClientMockStreamTagsExpectation) Then added in v0.33.16

Then sets up Client.StreamTags return parameters for the expectation previously defined by the When method

type RegistryClientMockStreamTagsExpectationOrigins added in v0.33.16

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

RegistryClientMockStreamTagsOrigins contains origins of expectations of the Client.StreamTags

type RegistryClientMockStreamTagsParamPtrs added in v0.33.16

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

RegistryClientMockStreamTagsParamPtrs contains pointers to parameters of the Client.StreamTags

type RegistryClientMockStreamTagsParams added in v0.33.16

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

RegistryClientMockStreamTagsParams contains parameters of the Client.StreamTags

type RegistryClientMockStreamTagsResults added in v0.33.16

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

RegistryClientMockStreamTagsResults contains results of the Client.StreamTags

type RegistryClientMockTagImageExpectation added in v0.29.19

type RegistryClientMockTagImageExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockTagImageExpectation specifies expectation struct of the Client.TagImage

func (*RegistryClientMockTagImageExpectation) Then added in v0.29.19

Then sets up Client.TagImage return parameters for the expectation previously defined by the When method

type RegistryClientMockTagImageExpectationOrigins added in v0.29.19

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

RegistryClientMockTagImageOrigins contains origins of expectations of the Client.TagImage

type RegistryClientMockTagImageParamPtrs added in v0.29.19

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

RegistryClientMockTagImageParamPtrs contains pointers to parameters of the Client.TagImage

type RegistryClientMockTagImageParams added in v0.29.19

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

RegistryClientMockTagImageParams contains parameters of the Client.TagImage

type RegistryClientMockTagImageResults added in v0.29.19

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

RegistryClientMockTagImageResults contains results of the Client.TagImage

type RegistryClientMockWithSegmentExpectation added in v0.21.1

type RegistryClientMockWithSegmentExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockWithSegmentExpectation specifies expectation struct of the Client.WithSegment

func (*RegistryClientMockWithSegmentExpectation) Then added in v0.21.1

Then sets up Client.WithSegment return parameters for the expectation previously defined by the When method

type RegistryClientMockWithSegmentExpectationOrigins added in v0.21.1

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

RegistryClientMockWithSegmentOrigins contains origins of expectations of the Client.WithSegment

type RegistryClientMockWithSegmentParamPtrs added in v0.21.1

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

RegistryClientMockWithSegmentParamPtrs contains pointers to parameters of the Client.WithSegment

type RegistryClientMockWithSegmentParams added in v0.21.1

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

RegistryClientMockWithSegmentParams contains parameters of the Client.WithSegment

type RegistryClientMockWithSegmentResults added in v0.21.1

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

RegistryClientMockWithSegmentResults contains results of the Client.WithSegment

type RegistryImageMock added in v0.21.1

type RegistryImageMock struct {
	ConfigFileMock mRegistryImageMockConfigFile

	ConfigNameMock mRegistryImageMockConfigName

	DigestMock mRegistryImageMockDigest

	ExtractMock mRegistryImageMockExtract

	GetMetadataMock mRegistryImageMockGetMetadata

	LayerByDiffIDMock mRegistryImageMockLayerByDiffID

	LayerByDigestMock mRegistryImageMockLayerByDigest

	LayersMock mRegistryImageMockLayers

	ManifestMock mRegistryImageMockManifest

	MediaTypeMock mRegistryImageMockMediaType

	RawConfigFileMock mRegistryImageMockRawConfigFile

	RawManifestMock mRegistryImageMockRawManifest

	SetMetadataMock mRegistryImageMockSetMetadata

	SizeMock mRegistryImageMockSize
	// contains filtered or unexported fields
}

RegistryImageMock implements mm_pkg.RegistryImage

func NewRegistryImageMock added in v0.21.1

func NewRegistryImageMock(t minimock.Tester) *RegistryImageMock

NewRegistryImageMock returns a mock for mm_pkg.RegistryImage

func (*RegistryImageMock) ConfigFile added in v0.21.1

func (mmConfigFile *RegistryImageMock) ConfigFile() (cp1 *v1.ConfigFile, err error)

ConfigFile implements mm_pkg.RegistryImage

func (*RegistryImageMock) ConfigFileAfterCounter added in v0.21.1

func (mmConfigFile *RegistryImageMock) ConfigFileAfterCounter() uint64

ConfigFileAfterCounter returns a count of finished RegistryImageMock.ConfigFile invocations

func (*RegistryImageMock) ConfigFileBeforeCounter added in v0.21.1

func (mmConfigFile *RegistryImageMock) ConfigFileBeforeCounter() uint64

ConfigFileBeforeCounter returns a count of RegistryImageMock.ConfigFile invocations

func (*RegistryImageMock) ConfigName added in v0.21.1

func (mmConfigName *RegistryImageMock) ConfigName() (h1 v1.Hash, err error)

ConfigName implements mm_pkg.RegistryImage

func (*RegistryImageMock) ConfigNameAfterCounter added in v0.21.1

func (mmConfigName *RegistryImageMock) ConfigNameAfterCounter() uint64

ConfigNameAfterCounter returns a count of finished RegistryImageMock.ConfigName invocations

func (*RegistryImageMock) ConfigNameBeforeCounter added in v0.21.1

func (mmConfigName *RegistryImageMock) ConfigNameBeforeCounter() uint64

ConfigNameBeforeCounter returns a count of RegistryImageMock.ConfigName invocations

func (*RegistryImageMock) Digest added in v0.21.1

func (mmDigest *RegistryImageMock) Digest() (h1 v1.Hash, err error)

Digest implements mm_pkg.RegistryImage

func (*RegistryImageMock) DigestAfterCounter added in v0.21.1

func (mmDigest *RegistryImageMock) DigestAfterCounter() uint64

DigestAfterCounter returns a count of finished RegistryImageMock.Digest invocations

func (*RegistryImageMock) DigestBeforeCounter added in v0.21.1

func (mmDigest *RegistryImageMock) DigestBeforeCounter() uint64

DigestBeforeCounter returns a count of RegistryImageMock.Digest invocations

func (*RegistryImageMock) Extract added in v0.21.1

func (mmExtract *RegistryImageMock) Extract() (r1 io.ReadCloser)

Extract implements mm_pkg.RegistryImage

func (*RegistryImageMock) ExtractAfterCounter added in v0.21.1

func (mmExtract *RegistryImageMock) ExtractAfterCounter() uint64

ExtractAfterCounter returns a count of finished RegistryImageMock.Extract invocations

func (*RegistryImageMock) ExtractBeforeCounter added in v0.21.1

func (mmExtract *RegistryImageMock) ExtractBeforeCounter() uint64

ExtractBeforeCounter returns a count of RegistryImageMock.Extract invocations

func (*RegistryImageMock) GetMetadata added in v0.22.1

func (mmGetMetadata *RegistryImageMock) GetMetadata() (i1 mm_pkg.ImageMeta, err error)

GetMetadata implements mm_pkg.RegistryImage

func (*RegistryImageMock) GetMetadataAfterCounter added in v0.22.1

func (mmGetMetadata *RegistryImageMock) GetMetadataAfterCounter() uint64

GetMetadataAfterCounter returns a count of finished RegistryImageMock.GetMetadata invocations

func (*RegistryImageMock) GetMetadataBeforeCounter added in v0.22.1

func (mmGetMetadata *RegistryImageMock) GetMetadataBeforeCounter() uint64

GetMetadataBeforeCounter returns a count of RegistryImageMock.GetMetadata invocations

func (*RegistryImageMock) LayerByDiffID added in v0.21.1

func (mmLayerByDiffID *RegistryImageMock) LayerByDiffID(h1 v1.Hash) (l1 v1.Layer, err error)

LayerByDiffID implements mm_pkg.RegistryImage

func (*RegistryImageMock) LayerByDiffIDAfterCounter added in v0.21.1

func (mmLayerByDiffID *RegistryImageMock) LayerByDiffIDAfterCounter() uint64

LayerByDiffIDAfterCounter returns a count of finished RegistryImageMock.LayerByDiffID invocations

func (*RegistryImageMock) LayerByDiffIDBeforeCounter added in v0.21.1

func (mmLayerByDiffID *RegistryImageMock) LayerByDiffIDBeforeCounter() uint64

LayerByDiffIDBeforeCounter returns a count of RegistryImageMock.LayerByDiffID invocations

func (*RegistryImageMock) LayerByDigest added in v0.21.1

func (mmLayerByDigest *RegistryImageMock) LayerByDigest(h1 v1.Hash) (l1 v1.Layer, err error)

LayerByDigest implements mm_pkg.RegistryImage

func (*RegistryImageMock) LayerByDigestAfterCounter added in v0.21.1

func (mmLayerByDigest *RegistryImageMock) LayerByDigestAfterCounter() uint64

LayerByDigestAfterCounter returns a count of finished RegistryImageMock.LayerByDigest invocations

func (*RegistryImageMock) LayerByDigestBeforeCounter added in v0.21.1

func (mmLayerByDigest *RegistryImageMock) LayerByDigestBeforeCounter() uint64

LayerByDigestBeforeCounter returns a count of RegistryImageMock.LayerByDigest invocations

func (*RegistryImageMock) Layers added in v0.21.1

func (mmLayers *RegistryImageMock) Layers() (la1 []v1.Layer, err error)

Layers implements mm_pkg.RegistryImage

func (*RegistryImageMock) LayersAfterCounter added in v0.21.1

func (mmLayers *RegistryImageMock) LayersAfterCounter() uint64

LayersAfterCounter returns a count of finished RegistryImageMock.Layers invocations

func (*RegistryImageMock) LayersBeforeCounter added in v0.21.1

func (mmLayers *RegistryImageMock) LayersBeforeCounter() uint64

LayersBeforeCounter returns a count of RegistryImageMock.Layers invocations

func (*RegistryImageMock) Manifest added in v0.21.1

func (mmManifest *RegistryImageMock) Manifest() (mp1 *v1.Manifest, err error)

Manifest implements mm_pkg.RegistryImage

func (*RegistryImageMock) ManifestAfterCounter added in v0.21.1

func (mmManifest *RegistryImageMock) ManifestAfterCounter() uint64

ManifestAfterCounter returns a count of finished RegistryImageMock.Manifest invocations

func (*RegistryImageMock) ManifestBeforeCounter added in v0.21.1

func (mmManifest *RegistryImageMock) ManifestBeforeCounter() uint64

ManifestBeforeCounter returns a count of RegistryImageMock.Manifest invocations

func (*RegistryImageMock) MediaType added in v0.21.1

func (mmMediaType *RegistryImageMock) MediaType() (m1 types.MediaType, err error)

MediaType implements mm_pkg.RegistryImage

func (*RegistryImageMock) MediaTypeAfterCounter added in v0.21.1

func (mmMediaType *RegistryImageMock) MediaTypeAfterCounter() uint64

MediaTypeAfterCounter returns a count of finished RegistryImageMock.MediaType invocations

func (*RegistryImageMock) MediaTypeBeforeCounter added in v0.21.1

func (mmMediaType *RegistryImageMock) MediaTypeBeforeCounter() uint64

MediaTypeBeforeCounter returns a count of RegistryImageMock.MediaType invocations

func (*RegistryImageMock) MinimockConfigFileDone added in v0.21.1

func (m *RegistryImageMock) MinimockConfigFileDone() bool

MinimockConfigFileDone returns true if the count of the ConfigFile invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockConfigFileInspect added in v0.21.1

func (m *RegistryImageMock) MinimockConfigFileInspect()

MinimockConfigFileInspect logs each unmet expectation

func (*RegistryImageMock) MinimockConfigNameDone added in v0.21.1

func (m *RegistryImageMock) MinimockConfigNameDone() bool

MinimockConfigNameDone returns true if the count of the ConfigName invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockConfigNameInspect added in v0.21.1

func (m *RegistryImageMock) MinimockConfigNameInspect()

MinimockConfigNameInspect logs each unmet expectation

func (*RegistryImageMock) MinimockDigestDone added in v0.21.1

func (m *RegistryImageMock) MinimockDigestDone() bool

MinimockDigestDone returns true if the count of the Digest invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockDigestInspect added in v0.21.1

func (m *RegistryImageMock) MinimockDigestInspect()

MinimockDigestInspect logs each unmet expectation

func (*RegistryImageMock) MinimockExtractDone added in v0.21.1

func (m *RegistryImageMock) MinimockExtractDone() bool

MinimockExtractDone returns true if the count of the Extract invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockExtractInspect added in v0.21.1

func (m *RegistryImageMock) MinimockExtractInspect()

MinimockExtractInspect logs each unmet expectation

func (*RegistryImageMock) MinimockFinish added in v0.21.1

func (m *RegistryImageMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*RegistryImageMock) MinimockGetMetadataDone added in v0.22.1

func (m *RegistryImageMock) MinimockGetMetadataDone() bool

MinimockGetMetadataDone returns true if the count of the GetMetadata invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockGetMetadataInspect added in v0.22.1

func (m *RegistryImageMock) MinimockGetMetadataInspect()

MinimockGetMetadataInspect logs each unmet expectation

func (*RegistryImageMock) MinimockLayerByDiffIDDone added in v0.21.1

func (m *RegistryImageMock) MinimockLayerByDiffIDDone() bool

MinimockLayerByDiffIDDone returns true if the count of the LayerByDiffID invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockLayerByDiffIDInspect added in v0.21.1

func (m *RegistryImageMock) MinimockLayerByDiffIDInspect()

MinimockLayerByDiffIDInspect logs each unmet expectation

func (*RegistryImageMock) MinimockLayerByDigestDone added in v0.21.1

func (m *RegistryImageMock) MinimockLayerByDigestDone() bool

MinimockLayerByDigestDone returns true if the count of the LayerByDigest invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockLayerByDigestInspect added in v0.21.1

func (m *RegistryImageMock) MinimockLayerByDigestInspect()

MinimockLayerByDigestInspect logs each unmet expectation

func (*RegistryImageMock) MinimockLayersDone added in v0.21.1

func (m *RegistryImageMock) MinimockLayersDone() bool

MinimockLayersDone returns true if the count of the Layers invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockLayersInspect added in v0.21.1

func (m *RegistryImageMock) MinimockLayersInspect()

MinimockLayersInspect logs each unmet expectation

func (*RegistryImageMock) MinimockManifestDone added in v0.21.1

func (m *RegistryImageMock) MinimockManifestDone() bool

MinimockManifestDone returns true if the count of the Manifest invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockManifestInspect added in v0.21.1

func (m *RegistryImageMock) MinimockManifestInspect()

MinimockManifestInspect logs each unmet expectation

func (*RegistryImageMock) MinimockMediaTypeDone added in v0.21.1

func (m *RegistryImageMock) MinimockMediaTypeDone() bool

MinimockMediaTypeDone returns true if the count of the MediaType invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockMediaTypeInspect added in v0.21.1

func (m *RegistryImageMock) MinimockMediaTypeInspect()

MinimockMediaTypeInspect logs each unmet expectation

func (*RegistryImageMock) MinimockRawConfigFileDone added in v0.21.1

func (m *RegistryImageMock) MinimockRawConfigFileDone() bool

MinimockRawConfigFileDone returns true if the count of the RawConfigFile invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockRawConfigFileInspect added in v0.21.1

func (m *RegistryImageMock) MinimockRawConfigFileInspect()

MinimockRawConfigFileInspect logs each unmet expectation

func (*RegistryImageMock) MinimockRawManifestDone added in v0.21.1

func (m *RegistryImageMock) MinimockRawManifestDone() bool

MinimockRawManifestDone returns true if the count of the RawManifest invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockRawManifestInspect added in v0.21.1

func (m *RegistryImageMock) MinimockRawManifestInspect()

MinimockRawManifestInspect logs each unmet expectation

func (*RegistryImageMock) MinimockSetMetadataDone added in v0.22.1

func (m *RegistryImageMock) MinimockSetMetadataDone() bool

MinimockSetMetadataDone returns true if the count of the SetMetadata invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockSetMetadataInspect added in v0.22.1

func (m *RegistryImageMock) MinimockSetMetadataInspect()

MinimockSetMetadataInspect logs each unmet expectation

func (*RegistryImageMock) MinimockSizeDone added in v0.21.1

func (m *RegistryImageMock) MinimockSizeDone() bool

MinimockSizeDone returns true if the count of the Size invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockSizeInspect added in v0.21.1

func (m *RegistryImageMock) MinimockSizeInspect()

MinimockSizeInspect logs each unmet expectation

func (*RegistryImageMock) MinimockWait added in v0.21.1

func (m *RegistryImageMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

func (*RegistryImageMock) RawConfigFile added in v0.21.1

func (mmRawConfigFile *RegistryImageMock) RawConfigFile() (ba1 []byte, err error)

RawConfigFile implements mm_pkg.RegistryImage

func (*RegistryImageMock) RawConfigFileAfterCounter added in v0.21.1

func (mmRawConfigFile *RegistryImageMock) RawConfigFileAfterCounter() uint64

RawConfigFileAfterCounter returns a count of finished RegistryImageMock.RawConfigFile invocations

func (*RegistryImageMock) RawConfigFileBeforeCounter added in v0.21.1

func (mmRawConfigFile *RegistryImageMock) RawConfigFileBeforeCounter() uint64

RawConfigFileBeforeCounter returns a count of RegistryImageMock.RawConfigFile invocations

func (*RegistryImageMock) RawManifest added in v0.21.1

func (mmRawManifest *RegistryImageMock) RawManifest() (ba1 []byte, err error)

RawManifest implements mm_pkg.RegistryImage

func (*RegistryImageMock) RawManifestAfterCounter added in v0.21.1

func (mmRawManifest *RegistryImageMock) RawManifestAfterCounter() uint64

RawManifestAfterCounter returns a count of finished RegistryImageMock.RawManifest invocations

func (*RegistryImageMock) RawManifestBeforeCounter added in v0.21.1

func (mmRawManifest *RegistryImageMock) RawManifestBeforeCounter() uint64

RawManifestBeforeCounter returns a count of RegistryImageMock.RawManifest invocations

func (*RegistryImageMock) SetMetadata added in v0.22.1

func (mmSetMetadata *RegistryImageMock) SetMetadata(metadata mm_pkg.ImageMeta)

SetMetadata implements mm_pkg.RegistryImage

func (*RegistryImageMock) SetMetadataAfterCounter added in v0.22.1

func (mmSetMetadata *RegistryImageMock) SetMetadataAfterCounter() uint64

SetMetadataAfterCounter returns a count of finished RegistryImageMock.SetMetadata invocations

func (*RegistryImageMock) SetMetadataBeforeCounter added in v0.22.1

func (mmSetMetadata *RegistryImageMock) SetMetadataBeforeCounter() uint64

SetMetadataBeforeCounter returns a count of RegistryImageMock.SetMetadata invocations

func (*RegistryImageMock) Size added in v0.21.1

func (mmSize *RegistryImageMock) Size() (i1 int64, err error)

Size implements mm_pkg.RegistryImage

func (*RegistryImageMock) SizeAfterCounter added in v0.21.1

func (mmSize *RegistryImageMock) SizeAfterCounter() uint64

SizeAfterCounter returns a count of finished RegistryImageMock.Size invocations

func (*RegistryImageMock) SizeBeforeCounter added in v0.21.1

func (mmSize *RegistryImageMock) SizeBeforeCounter() uint64

SizeBeforeCounter returns a count of RegistryImageMock.Size invocations

type RegistryImageMockConfigFileExpectation added in v0.21.1

type RegistryImageMockConfigFileExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockConfigFileExpectation specifies expectation struct of the RegistryImage.ConfigFile

type RegistryImageMockConfigFileResults added in v0.21.1

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

RegistryImageMockConfigFileResults contains results of the RegistryImage.ConfigFile

type RegistryImageMockConfigNameExpectation added in v0.21.1

type RegistryImageMockConfigNameExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockConfigNameExpectation specifies expectation struct of the RegistryImage.ConfigName

type RegistryImageMockConfigNameResults added in v0.21.1

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

RegistryImageMockConfigNameResults contains results of the RegistryImage.ConfigName

type RegistryImageMockDigestExpectation added in v0.21.1

type RegistryImageMockDigestExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockDigestExpectation specifies expectation struct of the RegistryImage.Digest

type RegistryImageMockDigestResults added in v0.21.1

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

RegistryImageMockDigestResults contains results of the RegistryImage.Digest

type RegistryImageMockExtractExpectation added in v0.21.1

type RegistryImageMockExtractExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockExtractExpectation specifies expectation struct of the RegistryImage.Extract

type RegistryImageMockExtractResults added in v0.21.1

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

RegistryImageMockExtractResults contains results of the RegistryImage.Extract

type RegistryImageMockGetMetadataExpectation added in v0.22.1

type RegistryImageMockGetMetadataExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockGetMetadataExpectation specifies expectation struct of the RegistryImage.GetMetadata

type RegistryImageMockGetMetadataResults added in v0.22.1

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

RegistryImageMockGetMetadataResults contains results of the RegistryImage.GetMetadata

type RegistryImageMockLayerByDiffIDExpectation added in v0.21.1

type RegistryImageMockLayerByDiffIDExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockLayerByDiffIDExpectation specifies expectation struct of the RegistryImage.LayerByDiffID

func (*RegistryImageMockLayerByDiffIDExpectation) Then added in v0.21.1

Then sets up RegistryImage.LayerByDiffID return parameters for the expectation previously defined by the When method

type RegistryImageMockLayerByDiffIDExpectationOrigins added in v0.21.1

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

RegistryImageMockLayerByDiffIDOrigins contains origins of expectations of the RegistryImage.LayerByDiffID

type RegistryImageMockLayerByDiffIDParamPtrs added in v0.21.1

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

RegistryImageMockLayerByDiffIDParamPtrs contains pointers to parameters of the RegistryImage.LayerByDiffID

type RegistryImageMockLayerByDiffIDParams added in v0.21.1

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

RegistryImageMockLayerByDiffIDParams contains parameters of the RegistryImage.LayerByDiffID

type RegistryImageMockLayerByDiffIDResults added in v0.21.1

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

RegistryImageMockLayerByDiffIDResults contains results of the RegistryImage.LayerByDiffID

type RegistryImageMockLayerByDigestExpectation added in v0.21.1

type RegistryImageMockLayerByDigestExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockLayerByDigestExpectation specifies expectation struct of the RegistryImage.LayerByDigest

func (*RegistryImageMockLayerByDigestExpectation) Then added in v0.21.1

Then sets up RegistryImage.LayerByDigest return parameters for the expectation previously defined by the When method

type RegistryImageMockLayerByDigestExpectationOrigins added in v0.21.1

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

RegistryImageMockLayerByDigestOrigins contains origins of expectations of the RegistryImage.LayerByDigest

type RegistryImageMockLayerByDigestParamPtrs added in v0.21.1

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

RegistryImageMockLayerByDigestParamPtrs contains pointers to parameters of the RegistryImage.LayerByDigest

type RegistryImageMockLayerByDigestParams added in v0.21.1

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

RegistryImageMockLayerByDigestParams contains parameters of the RegistryImage.LayerByDigest

type RegistryImageMockLayerByDigestResults added in v0.21.1

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

RegistryImageMockLayerByDigestResults contains results of the RegistryImage.LayerByDigest

type RegistryImageMockLayersExpectation added in v0.21.1

type RegistryImageMockLayersExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockLayersExpectation specifies expectation struct of the RegistryImage.Layers

type RegistryImageMockLayersResults added in v0.21.1

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

RegistryImageMockLayersResults contains results of the RegistryImage.Layers

type RegistryImageMockManifestExpectation added in v0.21.1

type RegistryImageMockManifestExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockManifestExpectation specifies expectation struct of the RegistryImage.Manifest

type RegistryImageMockManifestResults added in v0.21.1

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

RegistryImageMockManifestResults contains results of the RegistryImage.Manifest

type RegistryImageMockMediaTypeExpectation added in v0.21.1

type RegistryImageMockMediaTypeExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockMediaTypeExpectation specifies expectation struct of the RegistryImage.MediaType

type RegistryImageMockMediaTypeResults added in v0.21.1

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

RegistryImageMockMediaTypeResults contains results of the RegistryImage.MediaType

type RegistryImageMockRawConfigFileExpectation added in v0.21.1

type RegistryImageMockRawConfigFileExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockRawConfigFileExpectation specifies expectation struct of the RegistryImage.RawConfigFile

type RegistryImageMockRawConfigFileResults added in v0.21.1

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

RegistryImageMockRawConfigFileResults contains results of the RegistryImage.RawConfigFile

type RegistryImageMockRawManifestExpectation added in v0.21.1

type RegistryImageMockRawManifestExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockRawManifestExpectation specifies expectation struct of the RegistryImage.RawManifest

type RegistryImageMockRawManifestResults added in v0.21.1

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

RegistryImageMockRawManifestResults contains results of the RegistryImage.RawManifest

type RegistryImageMockSetMetadataExpectation added in v0.22.1

type RegistryImageMockSetMetadataExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockSetMetadataExpectation specifies expectation struct of the RegistryImage.SetMetadata

func (*RegistryImageMockSetMetadataExpectation) Then added in v0.22.1

type RegistryImageMockSetMetadataExpectationOrigins added in v0.22.1

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

RegistryImageMockSetMetadataOrigins contains origins of expectations of the RegistryImage.SetMetadata

type RegistryImageMockSetMetadataParamPtrs added in v0.22.1

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

RegistryImageMockSetMetadataParamPtrs contains pointers to parameters of the RegistryImage.SetMetadata

type RegistryImageMockSetMetadataParams added in v0.22.1

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

RegistryImageMockSetMetadataParams contains parameters of the RegistryImage.SetMetadata

type RegistryImageMockSizeExpectation added in v0.21.1

type RegistryImageMockSizeExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockSizeExpectation specifies expectation struct of the RegistryImage.Size

type RegistryImageMockSizeResults added in v0.21.1

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

RegistryImageMockSizeResults contains results of the RegistryImage.Size

Jump to

Keyboard shortcuts

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