Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakePromoterImplementation
- func (fake *FakePromoterImplementation) ActivateServiceAccounts(arg1 *imagepromotera.Options) error
- func (fake *FakePromoterImplementation) ActivateServiceAccountsArgsForCall(i int) *imagepromotera.Options
- func (fake *FakePromoterImplementation) ActivateServiceAccountsCallCount() int
- func (fake *FakePromoterImplementation) ActivateServiceAccountsCalls(stub func(*imagepromotera.Options) error)
- func (fake *FakePromoterImplementation) ActivateServiceAccountsReturns(result1 error)
- func (fake *FakePromoterImplementation) ActivateServiceAccountsReturnsOnCall(i int, result1 error)
- func (fake *FakePromoterImplementation) AppendManifestToSnapshot(arg1 *imagepromotera.Options, arg2 []schema.Manifest) ([]schema.Manifest, error)
- func (fake *FakePromoterImplementation) AppendManifestToSnapshotArgsForCall(i int) (*imagepromotera.Options, []schema.Manifest)
- func (fake *FakePromoterImplementation) AppendManifestToSnapshotCallCount() int
- func (fake *FakePromoterImplementation) AppendManifestToSnapshotCalls(...)
- func (fake *FakePromoterImplementation) AppendManifestToSnapshotReturns(result1 []schema.Manifest, result2 error)
- func (fake *FakePromoterImplementation) AppendManifestToSnapshotReturnsOnCall(i int, result1 []schema.Manifest, result2 error)
- func (fake *FakePromoterImplementation) FixMissingSignatures(arg1 *imagepromotera.Options, arg2 checkresults.Signature) error
- func (fake *FakePromoterImplementation) FixMissingSignaturesArgsForCall(i int) (*imagepromotera.Options, checkresults.Signature)
- func (fake *FakePromoterImplementation) FixMissingSignaturesCallCount() int
- func (fake *FakePromoterImplementation) FixMissingSignaturesCalls(stub func(*imagepromotera.Options, checkresults.Signature) error)
- func (fake *FakePromoterImplementation) FixMissingSignaturesReturns(result1 error)
- func (fake *FakePromoterImplementation) FixMissingSignaturesReturnsOnCall(i int, result1 error)
- func (fake *FakePromoterImplementation) FixPartialSignatures(arg1 *imagepromotera.Options, arg2 checkresults.Signature) error
- func (fake *FakePromoterImplementation) FixPartialSignaturesArgsForCall(i int) (*imagepromotera.Options, checkresults.Signature)
- func (fake *FakePromoterImplementation) FixPartialSignaturesCallCount() int
- func (fake *FakePromoterImplementation) FixPartialSignaturesCalls(stub func(*imagepromotera.Options, checkresults.Signature) error)
- func (fake *FakePromoterImplementation) FixPartialSignaturesReturns(result1 error)
- func (fake *FakePromoterImplementation) FixPartialSignaturesReturnsOnCall(i int, result1 error)
- func (fake *FakePromoterImplementation) GetLatestImages(arg1 *imagepromotera.Options) ([]string, error)
- func (fake *FakePromoterImplementation) GetLatestImagesArgsForCall(i int) *imagepromotera.Options
- func (fake *FakePromoterImplementation) GetLatestImagesCallCount() int
- func (fake *FakePromoterImplementation) GetLatestImagesCalls(stub func(*imagepromotera.Options) ([]string, error))
- func (fake *FakePromoterImplementation) GetLatestImagesReturns(result1 []string, result2 error)
- func (fake *FakePromoterImplementation) GetLatestImagesReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakePromoterImplementation) GetPromotionEdges(arg1 *inventory.SyncContext, arg2 []schema.Manifest) (map[inventory.PromotionEdge]interface{}, error)
- func (fake *FakePromoterImplementation) GetPromotionEdgesArgsForCall(i int) (*inventory.SyncContext, []schema.Manifest)
- func (fake *FakePromoterImplementation) GetPromotionEdgesCallCount() int
- func (fake *FakePromoterImplementation) GetPromotionEdgesCalls(...)
- func (fake *FakePromoterImplementation) GetPromotionEdgesReturns(result1 map[inventory.PromotionEdge]interface{}, result2 error)
- func (fake *FakePromoterImplementation) GetPromotionEdgesReturnsOnCall(i int, result1 map[inventory.PromotionEdge]interface{}, result2 error)
- func (fake *FakePromoterImplementation) GetRegistryImageInventory(arg1 *imagepromotera.Options, arg2 []schema.Manifest) (registry.RegInvImage, error)
- func (fake *FakePromoterImplementation) GetRegistryImageInventoryArgsForCall(i int) (*imagepromotera.Options, []schema.Manifest)
- func (fake *FakePromoterImplementation) GetRegistryImageInventoryCallCount() int
- func (fake *FakePromoterImplementation) GetRegistryImageInventoryCalls(...)
- func (fake *FakePromoterImplementation) GetRegistryImageInventoryReturns(result1 registry.RegInvImage, result2 error)
- func (fake *FakePromoterImplementation) GetRegistryImageInventoryReturnsOnCall(i int, result1 registry.RegInvImage, result2 error)
- func (fake *FakePromoterImplementation) GetSignatureStatus(arg1 *imagepromotera.Options, arg2 []string) (checkresults.Signature, error)
- func (fake *FakePromoterImplementation) GetSignatureStatusArgsForCall(i int) (*imagepromotera.Options, []string)
- func (fake *FakePromoterImplementation) GetSignatureStatusCallCount() int
- func (fake *FakePromoterImplementation) GetSignatureStatusCalls(stub func(*imagepromotera.Options, []string) (checkresults.Signature, error))
- func (fake *FakePromoterImplementation) GetSignatureStatusReturns(result1 checkresults.Signature, result2 error)
- func (fake *FakePromoterImplementation) GetSignatureStatusReturnsOnCall(i int, result1 checkresults.Signature, result2 error)
- func (fake *FakePromoterImplementation) GetSnapshotManifests(arg1 *imagepromotera.Options) ([]schema.Manifest, error)
- func (fake *FakePromoterImplementation) GetSnapshotManifestsArgsForCall(i int) *imagepromotera.Options
- func (fake *FakePromoterImplementation) GetSnapshotManifestsCallCount() int
- func (fake *FakePromoterImplementation) GetSnapshotManifestsCalls(stub func(*imagepromotera.Options) ([]schema.Manifest, error))
- func (fake *FakePromoterImplementation) GetSnapshotManifestsReturns(result1 []schema.Manifest, result2 error)
- func (fake *FakePromoterImplementation) GetSnapshotManifestsReturnsOnCall(i int, result1 []schema.Manifest, result2 error)
- func (fake *FakePromoterImplementation) GetSnapshotSourceRegistry(arg1 *imagepromotera.Options) (*registry.Context, error)
- func (fake *FakePromoterImplementation) GetSnapshotSourceRegistryArgsForCall(i int) *imagepromotera.Options
- func (fake *FakePromoterImplementation) GetSnapshotSourceRegistryCallCount() int
- func (fake *FakePromoterImplementation) GetSnapshotSourceRegistryCalls(stub func(*imagepromotera.Options) (*registry.Context, error))
- func (fake *FakePromoterImplementation) GetSnapshotSourceRegistryReturns(result1 *registry.Context, result2 error)
- func (fake *FakePromoterImplementation) GetSnapshotSourceRegistryReturnsOnCall(i int, result1 *registry.Context, result2 error)
- func (fake *FakePromoterImplementation) Invocations() map[string][][]interface{}
- func (fake *FakePromoterImplementation) MakeSyncContext(arg1 *imagepromotera.Options, arg2 []schema.Manifest) (*inventory.SyncContext, error)
- func (fake *FakePromoterImplementation) MakeSyncContextArgsForCall(i int) (*imagepromotera.Options, []schema.Manifest)
- func (fake *FakePromoterImplementation) MakeSyncContextCallCount() int
- func (fake *FakePromoterImplementation) MakeSyncContextCalls(...)
- func (fake *FakePromoterImplementation) MakeSyncContextReturns(result1 *inventory.SyncContext, result2 error)
- func (fake *FakePromoterImplementation) MakeSyncContextReturnsOnCall(i int, result1 *inventory.SyncContext, result2 error)
- func (fake *FakePromoterImplementation) ParseManifests(arg1 *imagepromotera.Options) ([]schema.Manifest, error)
- func (fake *FakePromoterImplementation) ParseManifestsArgsForCall(i int) *imagepromotera.Options
- func (fake *FakePromoterImplementation) ParseManifestsCallCount() int
- func (fake *FakePromoterImplementation) ParseManifestsCalls(stub func(*imagepromotera.Options) ([]schema.Manifest, error))
- func (fake *FakePromoterImplementation) ParseManifestsReturns(result1 []schema.Manifest, result2 error)
- func (fake *FakePromoterImplementation) ParseManifestsReturnsOnCall(i int, result1 []schema.Manifest, result2 error)
- func (fake *FakePromoterImplementation) PrecheckAndExit(arg1 *imagepromotera.Options, arg2 []schema.Manifest) error
- func (fake *FakePromoterImplementation) PrecheckAndExitArgsForCall(i int) (*imagepromotera.Options, []schema.Manifest)
- func (fake *FakePromoterImplementation) PrecheckAndExitCallCount() int
- func (fake *FakePromoterImplementation) PrecheckAndExitCalls(stub func(*imagepromotera.Options, []schema.Manifest) error)
- func (fake *FakePromoterImplementation) PrecheckAndExitReturns(result1 error)
- func (fake *FakePromoterImplementation) PrecheckAndExitReturnsOnCall(i int, result1 error)
- func (fake *FakePromoterImplementation) PrewarmTUFCache() error
- func (fake *FakePromoterImplementation) PrewarmTUFCacheCallCount() int
- func (fake *FakePromoterImplementation) PrewarmTUFCacheCalls(stub func() error)
- func (fake *FakePromoterImplementation) PrewarmTUFCacheReturns(result1 error)
- func (fake *FakePromoterImplementation) PrewarmTUFCacheReturnsOnCall(i int, result1 error)
- func (fake *FakePromoterImplementation) PrintSecDisclaimer()
- func (fake *FakePromoterImplementation) PrintSecDisclaimerCallCount() int
- func (fake *FakePromoterImplementation) PrintSecDisclaimerCalls(stub func())
- func (fake *FakePromoterImplementation) PrintSection(arg1 string, arg2 bool)
- func (fake *FakePromoterImplementation) PrintSectionArgsForCall(i int) (string, bool)
- func (fake *FakePromoterImplementation) PrintSectionCallCount() int
- func (fake *FakePromoterImplementation) PrintSectionCalls(stub func(string, bool))
- func (fake *FakePromoterImplementation) PrintVersion()
- func (fake *FakePromoterImplementation) PrintVersionCallCount() int
- func (fake *FakePromoterImplementation) PrintVersionCalls(stub func())
- func (fake *FakePromoterImplementation) PromoteImages(arg1 *inventory.SyncContext, arg2 map[inventory.PromotionEdge]interface{}) error
- func (fake *FakePromoterImplementation) PromoteImagesArgsForCall(i int) (*inventory.SyncContext, map[inventory.PromotionEdge]interface{})
- func (fake *FakePromoterImplementation) PromoteImagesCallCount() int
- func (fake *FakePromoterImplementation) PromoteImagesCalls(...)
- func (fake *FakePromoterImplementation) PromoteImagesReturns(result1 error)
- func (fake *FakePromoterImplementation) PromoteImagesReturnsOnCall(i int, result1 error)
- func (fake *FakePromoterImplementation) ScanEdges(arg1 *imagepromotera.Options, arg2 *inventory.SyncContext, ...) error
- func (fake *FakePromoterImplementation) ScanEdgesArgsForCall(i int) (*imagepromotera.Options, *inventory.SyncContext, ...)
- func (fake *FakePromoterImplementation) ScanEdgesCallCount() int
- func (fake *FakePromoterImplementation) ScanEdgesCalls(stub func(*imagepromotera.Options, *inventory.SyncContext, ...) error)
- func (fake *FakePromoterImplementation) ScanEdgesReturns(result1 error)
- func (fake *FakePromoterImplementation) ScanEdgesReturnsOnCall(i int, result1 error)
- func (fake *FakePromoterImplementation) SignImages(arg1 *imagepromotera.Options, arg2 *inventory.SyncContext, ...) error
- func (fake *FakePromoterImplementation) SignImagesArgsForCall(i int) (*imagepromotera.Options, *inventory.SyncContext, ...)
- func (fake *FakePromoterImplementation) SignImagesCallCount() int
- func (fake *FakePromoterImplementation) SignImagesCalls(stub func(*imagepromotera.Options, *inventory.SyncContext, ...) error)
- func (fake *FakePromoterImplementation) SignImagesReturns(result1 error)
- func (fake *FakePromoterImplementation) SignImagesReturnsOnCall(i int, result1 error)
- func (fake *FakePromoterImplementation) Snapshot(arg1 *imagepromotera.Options, arg2 registry.RegInvImage) error
- func (fake *FakePromoterImplementation) SnapshotArgsForCall(i int) (*imagepromotera.Options, registry.RegInvImage)
- func (fake *FakePromoterImplementation) SnapshotCallCount() int
- func (fake *FakePromoterImplementation) SnapshotCalls(stub func(*imagepromotera.Options, registry.RegInvImage) error)
- func (fake *FakePromoterImplementation) SnapshotReturns(result1 error)
- func (fake *FakePromoterImplementation) SnapshotReturnsOnCall(i int, result1 error)
- func (fake *FakePromoterImplementation) ValidateOptions(arg1 *imagepromotera.Options) error
- func (fake *FakePromoterImplementation) ValidateOptionsArgsForCall(i int) *imagepromotera.Options
- func (fake *FakePromoterImplementation) ValidateOptionsCallCount() int
- func (fake *FakePromoterImplementation) ValidateOptionsCalls(stub func(*imagepromotera.Options) error)
- func (fake *FakePromoterImplementation) ValidateOptionsReturns(result1 error)
- func (fake *FakePromoterImplementation) ValidateOptionsReturnsOnCall(i int, result1 error)
- func (fake *FakePromoterImplementation) ValidateStagingSignatures(arg1 map[inventory.PromotionEdge]interface{}) (map[inventory.PromotionEdge]interface{}, error)
- func (fake *FakePromoterImplementation) ValidateStagingSignaturesArgsForCall(i int) map[inventory.PromotionEdge]interface{}
- func (fake *FakePromoterImplementation) ValidateStagingSignaturesCallCount() int
- func (fake *FakePromoterImplementation) ValidateStagingSignaturesCalls(...)
- func (fake *FakePromoterImplementation) ValidateStagingSignaturesReturns(result1 map[inventory.PromotionEdge]interface{}, result2 error)
- func (fake *FakePromoterImplementation) ValidateStagingSignaturesReturnsOnCall(i int, result1 map[inventory.PromotionEdge]interface{}, result2 error)
- func (fake *FakePromoterImplementation) WriteSBOMs(arg1 *imagepromotera.Options, arg2 *inventory.SyncContext, ...) error
- func (fake *FakePromoterImplementation) WriteSBOMsArgsForCall(i int) (*imagepromotera.Options, *inventory.SyncContext, ...)
- func (fake *FakePromoterImplementation) WriteSBOMsCallCount() int
- func (fake *FakePromoterImplementation) WriteSBOMsCalls(stub func(*imagepromotera.Options, *inventory.SyncContext, ...) error)
- func (fake *FakePromoterImplementation) WriteSBOMsReturns(result1 error)
- func (fake *FakePromoterImplementation) WriteSBOMsReturnsOnCall(i int, result1 error)
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 ¶ added in v3.5.0
func (fake *FakePromoterImplementation) FixMissingSignatures(arg1 *imagepromotera.Options, arg2 checkresults.Signature) error
func (*FakePromoterImplementation) FixMissingSignaturesArgsForCall ¶ added in v3.5.0
func (fake *FakePromoterImplementation) FixMissingSignaturesArgsForCall(i int) (*imagepromotera.Options, checkresults.Signature)
func (*FakePromoterImplementation) FixMissingSignaturesCallCount ¶ added in v3.5.0
func (fake *FakePromoterImplementation) FixMissingSignaturesCallCount() int
func (*FakePromoterImplementation) FixMissingSignaturesCalls ¶ added in v3.5.0
func (fake *FakePromoterImplementation) FixMissingSignaturesCalls(stub func(*imagepromotera.Options, checkresults.Signature) error)
func (*FakePromoterImplementation) FixMissingSignaturesReturns ¶ added in v3.5.0
func (fake *FakePromoterImplementation) FixMissingSignaturesReturns(result1 error)
func (*FakePromoterImplementation) FixMissingSignaturesReturnsOnCall ¶ added in v3.5.0
func (fake *FakePromoterImplementation) FixMissingSignaturesReturnsOnCall(i int, result1 error)
func (*FakePromoterImplementation) FixPartialSignatures ¶ added in v3.5.0
func (fake *FakePromoterImplementation) FixPartialSignatures(arg1 *imagepromotera.Options, arg2 checkresults.Signature) error
func (*FakePromoterImplementation) FixPartialSignaturesArgsForCall ¶ added in v3.5.0
func (fake *FakePromoterImplementation) FixPartialSignaturesArgsForCall(i int) (*imagepromotera.Options, checkresults.Signature)
func (*FakePromoterImplementation) FixPartialSignaturesCallCount ¶ added in v3.5.0
func (fake *FakePromoterImplementation) FixPartialSignaturesCallCount() int
func (*FakePromoterImplementation) FixPartialSignaturesCalls ¶ added in v3.5.0
func (fake *FakePromoterImplementation) FixPartialSignaturesCalls(stub func(*imagepromotera.Options, checkresults.Signature) error)
func (*FakePromoterImplementation) FixPartialSignaturesReturns ¶ added in v3.5.0
func (fake *FakePromoterImplementation) FixPartialSignaturesReturns(result1 error)
func (*FakePromoterImplementation) FixPartialSignaturesReturnsOnCall ¶ added in v3.5.0
func (fake *FakePromoterImplementation) FixPartialSignaturesReturnsOnCall(i int, result1 error)
func (*FakePromoterImplementation) GetLatestImages ¶ added in v3.5.0
func (fake *FakePromoterImplementation) GetLatestImages(arg1 *imagepromotera.Options) ([]string, error)
func (*FakePromoterImplementation) GetLatestImagesArgsForCall ¶ added in v3.5.0
func (fake *FakePromoterImplementation) GetLatestImagesArgsForCall(i int) *imagepromotera.Options
func (*FakePromoterImplementation) GetLatestImagesCallCount ¶ added in v3.5.0
func (fake *FakePromoterImplementation) GetLatestImagesCallCount() int
func (*FakePromoterImplementation) GetLatestImagesCalls ¶ added in v3.5.0
func (fake *FakePromoterImplementation) GetLatestImagesCalls(stub func(*imagepromotera.Options) ([]string, error))
func (*FakePromoterImplementation) GetLatestImagesReturns ¶ added in v3.5.0
func (fake *FakePromoterImplementation) GetLatestImagesReturns(result1 []string, result2 error)
func (*FakePromoterImplementation) GetLatestImagesReturnsOnCall ¶ added in v3.5.0
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 ¶ added in v3.5.0
func (fake *FakePromoterImplementation) GetSignatureStatus(arg1 *imagepromotera.Options, arg2 []string) (checkresults.Signature, error)
func (*FakePromoterImplementation) GetSignatureStatusArgsForCall ¶ added in v3.5.0
func (fake *FakePromoterImplementation) GetSignatureStatusArgsForCall(i int) (*imagepromotera.Options, []string)
func (*FakePromoterImplementation) GetSignatureStatusCallCount ¶ added in v3.5.0
func (fake *FakePromoterImplementation) GetSignatureStatusCallCount() int
func (*FakePromoterImplementation) GetSignatureStatusCalls ¶ added in v3.5.0
func (fake *FakePromoterImplementation) GetSignatureStatusCalls(stub func(*imagepromotera.Options, []string) (checkresults.Signature, error))
func (*FakePromoterImplementation) GetSignatureStatusReturns ¶ added in v3.5.0
func (fake *FakePromoterImplementation) GetSignatureStatusReturns(result1 checkresults.Signature, result2 error)
func (*FakePromoterImplementation) GetSignatureStatusReturnsOnCall ¶ added in v3.5.0
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 (fake *FakePromoterImplementation) MakeSyncContext(arg1 *imagepromotera.Options, arg2 []schema.Manifest) (*inventory.SyncContext, error)
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{}) 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 (fake *FakePromoterImplementation) Snapshot(arg1 *imagepromotera.Options, arg2 registry.RegInvImage) error
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)
Click to show internal directories.
Click to hide internal directories.