imagefakes

package
v4.0.5 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2024 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)

	FixMissingSignaturesStub func(*imagepromotera.Options, checkresults.Signature) error

	FixPartialSignaturesStub func(*imagepromotera.Options, checkresults.Signature) error

	GetLatestImagesStub func(*imagepromotera.Options) ([]string, error)

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

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

	GetSignatureStatusStub func(*imagepromotera.Options, []string) (checkresults.Signature, error)

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

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

	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{}) 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

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

func (fake *FakePromoterImplementation) FixMissingSignatures(arg1 *imagepromotera.Options, arg2 checkresults.Signature) error

func (*FakePromoterImplementation) FixMissingSignaturesArgsForCall

func (fake *FakePromoterImplementation) FixMissingSignaturesArgsForCall(i int) (*imagepromotera.Options, checkresults.Signature)

func (*FakePromoterImplementation) FixMissingSignaturesCallCount

func (fake *FakePromoterImplementation) FixMissingSignaturesCallCount() int

func (*FakePromoterImplementation) FixMissingSignaturesCalls

func (fake *FakePromoterImplementation) FixMissingSignaturesCalls(stub func(*imagepromotera.Options, checkresults.Signature) error)

func (*FakePromoterImplementation) FixMissingSignaturesReturns

func (fake *FakePromoterImplementation) FixMissingSignaturesReturns(result1 error)

func (*FakePromoterImplementation) FixMissingSignaturesReturnsOnCall

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

func (*FakePromoterImplementation) FixPartialSignatures

func (fake *FakePromoterImplementation) FixPartialSignatures(arg1 *imagepromotera.Options, arg2 checkresults.Signature) error

func (*FakePromoterImplementation) FixPartialSignaturesArgsForCall

func (fake *FakePromoterImplementation) FixPartialSignaturesArgsForCall(i int) (*imagepromotera.Options, checkresults.Signature)

func (*FakePromoterImplementation) FixPartialSignaturesCallCount

func (fake *FakePromoterImplementation) FixPartialSignaturesCallCount() int

func (*FakePromoterImplementation) FixPartialSignaturesCalls

func (fake *FakePromoterImplementation) FixPartialSignaturesCalls(stub func(*imagepromotera.Options, checkresults.Signature) error)

func (*FakePromoterImplementation) FixPartialSignaturesReturns

func (fake *FakePromoterImplementation) FixPartialSignaturesReturns(result1 error)

func (*FakePromoterImplementation) FixPartialSignaturesReturnsOnCall

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

func (*FakePromoterImplementation) GetLatestImages

func (fake *FakePromoterImplementation) GetLatestImages(arg1 *imagepromotera.Options) ([]string, error)

func (*FakePromoterImplementation) GetLatestImagesArgsForCall

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

func (*FakePromoterImplementation) GetLatestImagesCallCount

func (fake *FakePromoterImplementation) GetLatestImagesCallCount() int

func (*FakePromoterImplementation) GetLatestImagesCalls

func (fake *FakePromoterImplementation) GetLatestImagesCalls(stub func(*imagepromotera.Options) ([]string, error))

func (*FakePromoterImplementation) GetLatestImagesReturns

func (fake *FakePromoterImplementation) GetLatestImagesReturns(result1 []string, result2 error)

func (*FakePromoterImplementation) GetLatestImagesReturnsOnCall

func (fake *FakePromoterImplementation) GetLatestImagesReturnsOnCall(i int, result1 []string, result2 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) GetSignatureStatus

func (fake *FakePromoterImplementation) GetSignatureStatus(arg1 *imagepromotera.Options, arg2 []string) (checkresults.Signature, error)

func (*FakePromoterImplementation) GetSignatureStatusArgsForCall

func (fake *FakePromoterImplementation) GetSignatureStatusArgsForCall(i int) (*imagepromotera.Options, []string)

func (*FakePromoterImplementation) GetSignatureStatusCallCount

func (fake *FakePromoterImplementation) GetSignatureStatusCallCount() int

func (*FakePromoterImplementation) GetSignatureStatusCalls

func (fake *FakePromoterImplementation) GetSignatureStatusCalls(stub func(*imagepromotera.Options, []string) (checkresults.Signature, error))

func (*FakePromoterImplementation) GetSignatureStatusReturns

func (fake *FakePromoterImplementation) GetSignatureStatusReturns(result1 checkresults.Signature, result2 error)

func (*FakePromoterImplementation) GetSignatureStatusReturnsOnCall

func (fake *FakePromoterImplementation) GetSignatureStatusReturnsOnCall(i int, result1 checkresults.Signature, 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) 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

func (fake *FakePromoterImplementation) PrewarmTUFCache() error

func (*FakePromoterImplementation) PrewarmTUFCacheCallCount

func (fake *FakePromoterImplementation) PrewarmTUFCacheCallCount() int

func (*FakePromoterImplementation) PrewarmTUFCacheCalls

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

func (*FakePromoterImplementation) PrewarmTUFCacheReturns

func (fake *FakePromoterImplementation) PrewarmTUFCacheReturns(result1 error)

func (*FakePromoterImplementation) PrewarmTUFCacheReturnsOnCall

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{}) error

func (*FakePromoterImplementation) PromoteImagesArgsForCall

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

func (*FakePromoterImplementation) PromoteImagesCallCount

func (fake *FakePromoterImplementation) PromoteImagesCallCount() int

func (*FakePromoterImplementation) PromoteImagesCalls

func (fake *FakePromoterImplementation) PromoteImagesCalls(stub func(*inventory.SyncContext, map[inventory.PromotionEdge]interface{}) 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) 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