imagefakes

package
v3.4.12 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakePromoterImplementation

type FakePromoterImplementation struct {
	ActivateServiceAccountsStub func(*imagepromotera.Options) error

	AppendManifestToSnapshotStub func(*imagepromotera.Options, []schema.Manifest) ([]schema.Manifest, error)

	CopySignaturesStub func(*imagepromotera.Options, *inventory.SyncContext, map[inventory.PromotionEdge]interface{}) error

	GetPromotionEdgesStub func(*inventory.SyncContext, []schema.Manifest) (map[inventory.PromotionEdge]interface{}, error)

	GetRegistryImageInventoryStub func(*imagepromotera.Options, []schema.Manifest) (registry.RegInvImage, error)

	GetSnapshotManifestsStub func(*imagepromotera.Options) ([]schema.Manifest, error)

	GetSnapshotSourceRegistryStub func(*imagepromotera.Options) (*registry.Context, error)

	MakeProducerFunctionStub func(bool) imagepromoterb.StreamProducerFunc

	MakeSyncContextStub func(*imagepromotera.Options, []schema.Manifest) (*inventory.SyncContext, error)

	ParseManifestsStub func(*imagepromotera.Options) ([]schema.Manifest, error)

	PrecheckAndExitStub func(*imagepromotera.Options, []schema.Manifest) error

	PrewarmTUFCacheStub func() error

	PrintSecDisclaimerStub func()

	PrintSectionStub func(string, bool)

	PrintVersionStub func()

	PromoteImagesStub func(*inventory.SyncContext, map[inventory.PromotionEdge]interface{}, imagepromoterb.StreamProducerFunc) error

	ScanEdgesStub func(*imagepromotera.Options, *inventory.SyncContext, map[inventory.PromotionEdge]interface{}) error

	SignImagesStub func(*imagepromotera.Options, *inventory.SyncContext, map[inventory.PromotionEdge]interface{}) error

	SnapshotStub func(*imagepromotera.Options, registry.RegInvImage) error

	ValidateManifestListsStub func(*imagepromotera.Options) error

	ValidateOptionsStub func(*imagepromotera.Options) error

	ValidateStagingSignaturesStub func(map[inventory.PromotionEdge]interface{}) (map[inventory.PromotionEdge]interface{}, error)

	WriteSBOMsStub func(*imagepromotera.Options, *inventory.SyncContext, map[inventory.PromotionEdge]interface{}) error
	// contains filtered or unexported fields
}

func (*FakePromoterImplementation) ActivateServiceAccounts

func (fake *FakePromoterImplementation) ActivateServiceAccounts(arg1 *imagepromotera.Options) error

func (*FakePromoterImplementation) ActivateServiceAccountsArgsForCall

func (fake *FakePromoterImplementation) ActivateServiceAccountsArgsForCall(i int) *imagepromotera.Options

func (*FakePromoterImplementation) ActivateServiceAccountsCallCount

func (fake *FakePromoterImplementation) ActivateServiceAccountsCallCount() int

func (*FakePromoterImplementation) ActivateServiceAccountsCalls

func (fake *FakePromoterImplementation) ActivateServiceAccountsCalls(stub func(*imagepromotera.Options) error)

func (*FakePromoterImplementation) ActivateServiceAccountsReturns

func (fake *FakePromoterImplementation) ActivateServiceAccountsReturns(result1 error)

func (*FakePromoterImplementation) ActivateServiceAccountsReturnsOnCall

func (fake *FakePromoterImplementation) ActivateServiceAccountsReturnsOnCall(i int, result1 error)

func (*FakePromoterImplementation) AppendManifestToSnapshot

func (fake *FakePromoterImplementation) AppendManifestToSnapshot(arg1 *imagepromotera.Options, arg2 []schema.Manifest) ([]schema.Manifest, error)

func (*FakePromoterImplementation) AppendManifestToSnapshotArgsForCall

func (fake *FakePromoterImplementation) AppendManifestToSnapshotArgsForCall(i int) (*imagepromotera.Options, []schema.Manifest)

func (*FakePromoterImplementation) AppendManifestToSnapshotCallCount

func (fake *FakePromoterImplementation) AppendManifestToSnapshotCallCount() int

func (*FakePromoterImplementation) AppendManifestToSnapshotCalls

func (fake *FakePromoterImplementation) AppendManifestToSnapshotCalls(stub func(*imagepromotera.Options, []schema.Manifest) ([]schema.Manifest, error))

func (*FakePromoterImplementation) AppendManifestToSnapshotReturns

func (fake *FakePromoterImplementation) AppendManifestToSnapshotReturns(result1 []schema.Manifest, result2 error)

func (*FakePromoterImplementation) AppendManifestToSnapshotReturnsOnCall

func (fake *FakePromoterImplementation) AppendManifestToSnapshotReturnsOnCall(i int, result1 []schema.Manifest, result2 error)

func (*FakePromoterImplementation) CopySignatures

func (fake *FakePromoterImplementation) CopySignatures(arg1 *imagepromotera.Options, arg2 *inventory.SyncContext, arg3 map[inventory.PromotionEdge]interface{}) error

func (*FakePromoterImplementation) CopySignaturesArgsForCall

func (fake *FakePromoterImplementation) CopySignaturesArgsForCall(i int) (*imagepromotera.Options, *inventory.SyncContext, map[inventory.PromotionEdge]interface{})

func (*FakePromoterImplementation) CopySignaturesCallCount

func (fake *FakePromoterImplementation) CopySignaturesCallCount() int

func (*FakePromoterImplementation) CopySignaturesCalls

func (fake *FakePromoterImplementation) CopySignaturesCalls(stub func(*imagepromotera.Options, *inventory.SyncContext, map[inventory.PromotionEdge]interface{}) error)

func (*FakePromoterImplementation) CopySignaturesReturns

func (fake *FakePromoterImplementation) CopySignaturesReturns(result1 error)

func (*FakePromoterImplementation) CopySignaturesReturnsOnCall

func (fake *FakePromoterImplementation) CopySignaturesReturnsOnCall(i int, result1 error)

func (*FakePromoterImplementation) GetPromotionEdges

func (fake *FakePromoterImplementation) GetPromotionEdges(arg1 *inventory.SyncContext, arg2 []schema.Manifest) (map[inventory.PromotionEdge]interface{}, error)

func (*FakePromoterImplementation) GetPromotionEdgesArgsForCall

func (fake *FakePromoterImplementation) GetPromotionEdgesArgsForCall(i int) (*inventory.SyncContext, []schema.Manifest)

func (*FakePromoterImplementation) GetPromotionEdgesCallCount

func (fake *FakePromoterImplementation) GetPromotionEdgesCallCount() int

func (*FakePromoterImplementation) GetPromotionEdgesCalls

func (fake *FakePromoterImplementation) GetPromotionEdgesCalls(stub func(*inventory.SyncContext, []schema.Manifest) (map[inventory.PromotionEdge]interface{}, error))

func (*FakePromoterImplementation) GetPromotionEdgesReturns

func (fake *FakePromoterImplementation) GetPromotionEdgesReturns(result1 map[inventory.PromotionEdge]interface{}, result2 error)

func (*FakePromoterImplementation) GetPromotionEdgesReturnsOnCall

func (fake *FakePromoterImplementation) GetPromotionEdgesReturnsOnCall(i int, result1 map[inventory.PromotionEdge]interface{}, result2 error)

func (*FakePromoterImplementation) GetRegistryImageInventory

func (fake *FakePromoterImplementation) GetRegistryImageInventory(arg1 *imagepromotera.Options, arg2 []schema.Manifest) (registry.RegInvImage, error)

func (*FakePromoterImplementation) GetRegistryImageInventoryArgsForCall

func (fake *FakePromoterImplementation) GetRegistryImageInventoryArgsForCall(i int) (*imagepromotera.Options, []schema.Manifest)

func (*FakePromoterImplementation) GetRegistryImageInventoryCallCount

func (fake *FakePromoterImplementation) GetRegistryImageInventoryCallCount() int

func (*FakePromoterImplementation) GetRegistryImageInventoryCalls

func (fake *FakePromoterImplementation) GetRegistryImageInventoryCalls(stub func(*imagepromotera.Options, []schema.Manifest) (registry.RegInvImage, error))

func (*FakePromoterImplementation) GetRegistryImageInventoryReturns

func (fake *FakePromoterImplementation) GetRegistryImageInventoryReturns(result1 registry.RegInvImage, result2 error)

func (*FakePromoterImplementation) GetRegistryImageInventoryReturnsOnCall

func (fake *FakePromoterImplementation) GetRegistryImageInventoryReturnsOnCall(i int, result1 registry.RegInvImage, result2 error)

func (*FakePromoterImplementation) GetSnapshotManifests

func (fake *FakePromoterImplementation) GetSnapshotManifests(arg1 *imagepromotera.Options) ([]schema.Manifest, error)

func (*FakePromoterImplementation) GetSnapshotManifestsArgsForCall

func (fake *FakePromoterImplementation) GetSnapshotManifestsArgsForCall(i int) *imagepromotera.Options

func (*FakePromoterImplementation) GetSnapshotManifestsCallCount

func (fake *FakePromoterImplementation) GetSnapshotManifestsCallCount() int

func (*FakePromoterImplementation) GetSnapshotManifestsCalls

func (fake *FakePromoterImplementation) GetSnapshotManifestsCalls(stub func(*imagepromotera.Options) ([]schema.Manifest, error))

func (*FakePromoterImplementation) GetSnapshotManifestsReturns

func (fake *FakePromoterImplementation) GetSnapshotManifestsReturns(result1 []schema.Manifest, result2 error)

func (*FakePromoterImplementation) GetSnapshotManifestsReturnsOnCall

func (fake *FakePromoterImplementation) GetSnapshotManifestsReturnsOnCall(i int, result1 []schema.Manifest, result2 error)

func (*FakePromoterImplementation) GetSnapshotSourceRegistry

func (fake *FakePromoterImplementation) GetSnapshotSourceRegistry(arg1 *imagepromotera.Options) (*registry.Context, error)

func (*FakePromoterImplementation) GetSnapshotSourceRegistryArgsForCall

func (fake *FakePromoterImplementation) GetSnapshotSourceRegistryArgsForCall(i int) *imagepromotera.Options

func (*FakePromoterImplementation) GetSnapshotSourceRegistryCallCount

func (fake *FakePromoterImplementation) GetSnapshotSourceRegistryCallCount() int

func (*FakePromoterImplementation) GetSnapshotSourceRegistryCalls

func (fake *FakePromoterImplementation) GetSnapshotSourceRegistryCalls(stub func(*imagepromotera.Options) (*registry.Context, error))

func (*FakePromoterImplementation) GetSnapshotSourceRegistryReturns

func (fake *FakePromoterImplementation) GetSnapshotSourceRegistryReturns(result1 *registry.Context, result2 error)

func (*FakePromoterImplementation) GetSnapshotSourceRegistryReturnsOnCall

func (fake *FakePromoterImplementation) GetSnapshotSourceRegistryReturnsOnCall(i int, result1 *registry.Context, result2 error)

func (*FakePromoterImplementation) Invocations

func (fake *FakePromoterImplementation) Invocations() map[string][][]interface{}

func (*FakePromoterImplementation) MakeProducerFunction

func (fake *FakePromoterImplementation) MakeProducerFunction(arg1 bool) imagepromoterb.StreamProducerFunc

func (*FakePromoterImplementation) MakeProducerFunctionArgsForCall

func (fake *FakePromoterImplementation) MakeProducerFunctionArgsForCall(i int) bool

func (*FakePromoterImplementation) MakeProducerFunctionCallCount

func (fake *FakePromoterImplementation) MakeProducerFunctionCallCount() int

func (*FakePromoterImplementation) MakeProducerFunctionCalls

func (fake *FakePromoterImplementation) MakeProducerFunctionCalls(stub func(bool) imagepromoterb.StreamProducerFunc)

func (*FakePromoterImplementation) MakeProducerFunctionReturns

func (fake *FakePromoterImplementation) MakeProducerFunctionReturns(result1 imagepromoterb.StreamProducerFunc)

func (*FakePromoterImplementation) MakeProducerFunctionReturnsOnCall

func (fake *FakePromoterImplementation) MakeProducerFunctionReturnsOnCall(i int, result1 imagepromoterb.StreamProducerFunc)

func (*FakePromoterImplementation) MakeSyncContext

func (*FakePromoterImplementation) MakeSyncContextArgsForCall

func (fake *FakePromoterImplementation) MakeSyncContextArgsForCall(i int) (*imagepromotera.Options, []schema.Manifest)

func (*FakePromoterImplementation) MakeSyncContextCallCount

func (fake *FakePromoterImplementation) MakeSyncContextCallCount() int

func (*FakePromoterImplementation) MakeSyncContextCalls

func (fake *FakePromoterImplementation) MakeSyncContextCalls(stub func(*imagepromotera.Options, []schema.Manifest) (*inventory.SyncContext, error))

func (*FakePromoterImplementation) MakeSyncContextReturns

func (fake *FakePromoterImplementation) MakeSyncContextReturns(result1 *inventory.SyncContext, result2 error)

func (*FakePromoterImplementation) MakeSyncContextReturnsOnCall

func (fake *FakePromoterImplementation) MakeSyncContextReturnsOnCall(i int, result1 *inventory.SyncContext, result2 error)

func (*FakePromoterImplementation) ParseManifests

func (fake *FakePromoterImplementation) ParseManifests(arg1 *imagepromotera.Options) ([]schema.Manifest, error)

func (*FakePromoterImplementation) ParseManifestsArgsForCall

func (fake *FakePromoterImplementation) ParseManifestsArgsForCall(i int) *imagepromotera.Options

func (*FakePromoterImplementation) ParseManifestsCallCount

func (fake *FakePromoterImplementation) ParseManifestsCallCount() int

func (*FakePromoterImplementation) ParseManifestsCalls

func (fake *FakePromoterImplementation) ParseManifestsCalls(stub func(*imagepromotera.Options) ([]schema.Manifest, error))

func (*FakePromoterImplementation) ParseManifestsReturns

func (fake *FakePromoterImplementation) ParseManifestsReturns(result1 []schema.Manifest, result2 error)

func (*FakePromoterImplementation) ParseManifestsReturnsOnCall

func (fake *FakePromoterImplementation) ParseManifestsReturnsOnCall(i int, result1 []schema.Manifest, result2 error)

func (*FakePromoterImplementation) PrecheckAndExit

func (fake *FakePromoterImplementation) PrecheckAndExit(arg1 *imagepromotera.Options, arg2 []schema.Manifest) error

func (*FakePromoterImplementation) PrecheckAndExitArgsForCall

func (fake *FakePromoterImplementation) PrecheckAndExitArgsForCall(i int) (*imagepromotera.Options, []schema.Manifest)

func (*FakePromoterImplementation) PrecheckAndExitCallCount

func (fake *FakePromoterImplementation) PrecheckAndExitCallCount() int

func (*FakePromoterImplementation) PrecheckAndExitCalls

func (fake *FakePromoterImplementation) PrecheckAndExitCalls(stub func(*imagepromotera.Options, []schema.Manifest) error)

func (*FakePromoterImplementation) PrecheckAndExitReturns

func (fake *FakePromoterImplementation) PrecheckAndExitReturns(result1 error)

func (*FakePromoterImplementation) PrecheckAndExitReturnsOnCall

func (fake *FakePromoterImplementation) PrecheckAndExitReturnsOnCall(i int, result1 error)

func (*FakePromoterImplementation) PrewarmTUFCache added in v3.4.3

func (fake *FakePromoterImplementation) PrewarmTUFCache() error

func (*FakePromoterImplementation) PrewarmTUFCacheCallCount added in v3.4.3

func (fake *FakePromoterImplementation) PrewarmTUFCacheCallCount() int

func (*FakePromoterImplementation) PrewarmTUFCacheCalls added in v3.4.3

func (fake *FakePromoterImplementation) PrewarmTUFCacheCalls(stub func() error)

func (*FakePromoterImplementation) PrewarmTUFCacheReturns added in v3.4.3

func (fake *FakePromoterImplementation) PrewarmTUFCacheReturns(result1 error)

func (*FakePromoterImplementation) PrewarmTUFCacheReturnsOnCall added in v3.4.3

func (fake *FakePromoterImplementation) PrewarmTUFCacheReturnsOnCall(i int, result1 error)

func (*FakePromoterImplementation) PrintSecDisclaimer

func (fake *FakePromoterImplementation) PrintSecDisclaimer()

func (*FakePromoterImplementation) PrintSecDisclaimerCallCount

func (fake *FakePromoterImplementation) PrintSecDisclaimerCallCount() int

func (*FakePromoterImplementation) PrintSecDisclaimerCalls

func (fake *FakePromoterImplementation) PrintSecDisclaimerCalls(stub func())

func (*FakePromoterImplementation) PrintSection

func (fake *FakePromoterImplementation) PrintSection(arg1 string, arg2 bool)

func (*FakePromoterImplementation) PrintSectionArgsForCall

func (fake *FakePromoterImplementation) PrintSectionArgsForCall(i int) (string, bool)

func (*FakePromoterImplementation) PrintSectionCallCount

func (fake *FakePromoterImplementation) PrintSectionCallCount() int

func (*FakePromoterImplementation) PrintSectionCalls

func (fake *FakePromoterImplementation) PrintSectionCalls(stub func(string, bool))

func (*FakePromoterImplementation) PrintVersion

func (fake *FakePromoterImplementation) PrintVersion()

func (*FakePromoterImplementation) PrintVersionCallCount

func (fake *FakePromoterImplementation) PrintVersionCallCount() int

func (*FakePromoterImplementation) PrintVersionCalls

func (fake *FakePromoterImplementation) PrintVersionCalls(stub func())

func (*FakePromoterImplementation) PromoteImages

func (fake *FakePromoterImplementation) PromoteImages(arg1 *inventory.SyncContext, arg2 map[inventory.PromotionEdge]interface{}, arg3 imagepromoterb.StreamProducerFunc) error

func (*FakePromoterImplementation) PromoteImagesArgsForCall

func (fake *FakePromoterImplementation) PromoteImagesArgsForCall(i int) (*inventory.SyncContext, map[inventory.PromotionEdge]interface{}, imagepromoterb.StreamProducerFunc)

func (*FakePromoterImplementation) PromoteImagesCallCount

func (fake *FakePromoterImplementation) PromoteImagesCallCount() int

func (*FakePromoterImplementation) PromoteImagesCalls

func (fake *FakePromoterImplementation) PromoteImagesCalls(stub func(*inventory.SyncContext, map[inventory.PromotionEdge]interface{}, imagepromoterb.StreamProducerFunc) error)

func (*FakePromoterImplementation) PromoteImagesReturns

func (fake *FakePromoterImplementation) PromoteImagesReturns(result1 error)

func (*FakePromoterImplementation) PromoteImagesReturnsOnCall

func (fake *FakePromoterImplementation) PromoteImagesReturnsOnCall(i int, result1 error)

func (*FakePromoterImplementation) ScanEdges

func (fake *FakePromoterImplementation) ScanEdges(arg1 *imagepromotera.Options, arg2 *inventory.SyncContext, arg3 map[inventory.PromotionEdge]interface{}) error

func (*FakePromoterImplementation) ScanEdgesArgsForCall

func (fake *FakePromoterImplementation) ScanEdgesArgsForCall(i int) (*imagepromotera.Options, *inventory.SyncContext, map[inventory.PromotionEdge]interface{})

func (*FakePromoterImplementation) ScanEdgesCallCount

func (fake *FakePromoterImplementation) ScanEdgesCallCount() int

func (*FakePromoterImplementation) ScanEdgesCalls

func (fake *FakePromoterImplementation) ScanEdgesCalls(stub func(*imagepromotera.Options, *inventory.SyncContext, map[inventory.PromotionEdge]interface{}) error)

func (*FakePromoterImplementation) ScanEdgesReturns

func (fake *FakePromoterImplementation) ScanEdgesReturns(result1 error)

func (*FakePromoterImplementation) ScanEdgesReturnsOnCall

func (fake *FakePromoterImplementation) ScanEdgesReturnsOnCall(i int, result1 error)

func (*FakePromoterImplementation) SignImages

func (fake *FakePromoterImplementation) SignImages(arg1 *imagepromotera.Options, arg2 *inventory.SyncContext, arg3 map[inventory.PromotionEdge]interface{}) error

func (*FakePromoterImplementation) SignImagesArgsForCall

func (fake *FakePromoterImplementation) SignImagesArgsForCall(i int) (*imagepromotera.Options, *inventory.SyncContext, map[inventory.PromotionEdge]interface{})

func (*FakePromoterImplementation) SignImagesCallCount

func (fake *FakePromoterImplementation) SignImagesCallCount() int

func (*FakePromoterImplementation) SignImagesCalls

func (fake *FakePromoterImplementation) SignImagesCalls(stub func(*imagepromotera.Options, *inventory.SyncContext, map[inventory.PromotionEdge]interface{}) error)

func (*FakePromoterImplementation) SignImagesReturns

func (fake *FakePromoterImplementation) SignImagesReturns(result1 error)

func (*FakePromoterImplementation) SignImagesReturnsOnCall

func (fake *FakePromoterImplementation) SignImagesReturnsOnCall(i int, result1 error)

func (*FakePromoterImplementation) Snapshot

func (*FakePromoterImplementation) SnapshotArgsForCall

func (fake *FakePromoterImplementation) SnapshotArgsForCall(i int) (*imagepromotera.Options, registry.RegInvImage)

func (*FakePromoterImplementation) SnapshotCallCount

func (fake *FakePromoterImplementation) SnapshotCallCount() int

func (*FakePromoterImplementation) SnapshotCalls

func (fake *FakePromoterImplementation) SnapshotCalls(stub func(*imagepromotera.Options, registry.RegInvImage) error)

func (*FakePromoterImplementation) SnapshotReturns

func (fake *FakePromoterImplementation) SnapshotReturns(result1 error)

func (*FakePromoterImplementation) SnapshotReturnsOnCall

func (fake *FakePromoterImplementation) SnapshotReturnsOnCall(i int, result1 error)

func (*FakePromoterImplementation) ValidateManifestLists

func (fake *FakePromoterImplementation) ValidateManifestLists(arg1 *imagepromotera.Options) error

func (*FakePromoterImplementation) ValidateManifestListsArgsForCall

func (fake *FakePromoterImplementation) ValidateManifestListsArgsForCall(i int) *imagepromotera.Options

func (*FakePromoterImplementation) ValidateManifestListsCallCount

func (fake *FakePromoterImplementation) ValidateManifestListsCallCount() int

func (*FakePromoterImplementation) ValidateManifestListsCalls

func (fake *FakePromoterImplementation) ValidateManifestListsCalls(stub func(*imagepromotera.Options) error)

func (*FakePromoterImplementation) ValidateManifestListsReturns

func (fake *FakePromoterImplementation) ValidateManifestListsReturns(result1 error)

func (*FakePromoterImplementation) ValidateManifestListsReturnsOnCall

func (fake *FakePromoterImplementation) ValidateManifestListsReturnsOnCall(i int, result1 error)

func (*FakePromoterImplementation) ValidateOptions

func (fake *FakePromoterImplementation) ValidateOptions(arg1 *imagepromotera.Options) error

func (*FakePromoterImplementation) ValidateOptionsArgsForCall

func (fake *FakePromoterImplementation) ValidateOptionsArgsForCall(i int) *imagepromotera.Options

func (*FakePromoterImplementation) ValidateOptionsCallCount

func (fake *FakePromoterImplementation) ValidateOptionsCallCount() int

func (*FakePromoterImplementation) ValidateOptionsCalls

func (fake *FakePromoterImplementation) ValidateOptionsCalls(stub func(*imagepromotera.Options) error)

func (*FakePromoterImplementation) ValidateOptionsReturns

func (fake *FakePromoterImplementation) ValidateOptionsReturns(result1 error)

func (*FakePromoterImplementation) ValidateOptionsReturnsOnCall

func (fake *FakePromoterImplementation) ValidateOptionsReturnsOnCall(i int, result1 error)

func (*FakePromoterImplementation) ValidateStagingSignatures

func (fake *FakePromoterImplementation) ValidateStagingSignatures(arg1 map[inventory.PromotionEdge]interface{}) (map[inventory.PromotionEdge]interface{}, error)

func (*FakePromoterImplementation) ValidateStagingSignaturesArgsForCall

func (fake *FakePromoterImplementation) ValidateStagingSignaturesArgsForCall(i int) map[inventory.PromotionEdge]interface{}

func (*FakePromoterImplementation) ValidateStagingSignaturesCallCount

func (fake *FakePromoterImplementation) ValidateStagingSignaturesCallCount() int

func (*FakePromoterImplementation) ValidateStagingSignaturesCalls

func (fake *FakePromoterImplementation) ValidateStagingSignaturesCalls(stub func(map[inventory.PromotionEdge]interface{}) (map[inventory.PromotionEdge]interface{}, error))

func (*FakePromoterImplementation) ValidateStagingSignaturesReturns

func (fake *FakePromoterImplementation) ValidateStagingSignaturesReturns(result1 map[inventory.PromotionEdge]interface{}, result2 error)

func (*FakePromoterImplementation) ValidateStagingSignaturesReturnsOnCall

func (fake *FakePromoterImplementation) ValidateStagingSignaturesReturnsOnCall(i int, result1 map[inventory.PromotionEdge]interface{}, result2 error)

func (*FakePromoterImplementation) WriteSBOMs

func (fake *FakePromoterImplementation) WriteSBOMs(arg1 *imagepromotera.Options, arg2 *inventory.SyncContext, arg3 map[inventory.PromotionEdge]interface{}) error

func (*FakePromoterImplementation) WriteSBOMsArgsForCall

func (fake *FakePromoterImplementation) WriteSBOMsArgsForCall(i int) (*imagepromotera.Options, *inventory.SyncContext, map[inventory.PromotionEdge]interface{})

func (*FakePromoterImplementation) WriteSBOMsCallCount

func (fake *FakePromoterImplementation) WriteSBOMsCallCount() int

func (*FakePromoterImplementation) WriteSBOMsCalls

func (fake *FakePromoterImplementation) WriteSBOMsCalls(stub func(*imagepromotera.Options, *inventory.SyncContext, map[inventory.PromotionEdge]interface{}) error)

func (*FakePromoterImplementation) WriteSBOMsReturns

func (fake *FakePromoterImplementation) WriteSBOMsReturns(result1 error)

func (*FakePromoterImplementation) WriteSBOMsReturnsOnCall

func (fake *FakePromoterImplementation) WriteSBOMsReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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