Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAPIIntersectionReconciler
- func (fake *FakeAPIIntersectionReconciler) Invocations() map[string][][]interface{}
- func (fake *FakeAPIIntersectionReconciler) Reconcile(arg1 resolver.APISet, arg2 resolver.OperatorGroupSurface, ...) resolver.APIReconciliationResult
- func (fake *FakeAPIIntersectionReconciler) ReconcileArgsForCall(i int) (resolver.APISet, resolver.OperatorGroupSurface, ...)
- func (fake *FakeAPIIntersectionReconciler) ReconcileCallCount() int
- func (fake *FakeAPIIntersectionReconciler) ReconcileCalls(...)
- func (fake *FakeAPIIntersectionReconciler) ReconcileReturns(result1 resolver.APIReconciliationResult)
- func (fake *FakeAPIIntersectionReconciler) ReconcileReturnsOnCall(i int, result1 resolver.APIReconciliationResult)
- type FakeRegistryReconciler
- func (fake *FakeRegistryReconciler) CheckRegistryServer(arg1 *v1alpha1.CatalogSource) (bool, error)
- func (fake *FakeRegistryReconciler) CheckRegistryServerArgsForCall(i int) *v1alpha1.CatalogSource
- func (fake *FakeRegistryReconciler) CheckRegistryServerCallCount() int
- func (fake *FakeRegistryReconciler) CheckRegistryServerCalls(stub func(*v1alpha1.CatalogSource) (bool, error))
- func (fake *FakeRegistryReconciler) CheckRegistryServerReturns(result1 bool, result2 error)
- func (fake *FakeRegistryReconciler) CheckRegistryServerReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeRegistryReconciler) EnsureRegistryServer(arg1 *v1alpha1.CatalogSource) error
- func (fake *FakeRegistryReconciler) EnsureRegistryServerArgsForCall(i int) *v1alpha1.CatalogSource
- func (fake *FakeRegistryReconciler) EnsureRegistryServerCallCount() int
- func (fake *FakeRegistryReconciler) EnsureRegistryServerCalls(stub func(*v1alpha1.CatalogSource) error)
- func (fake *FakeRegistryReconciler) EnsureRegistryServerReturns(result1 error)
- func (fake *FakeRegistryReconciler) EnsureRegistryServerReturnsOnCall(i int, result1 error)
- func (fake *FakeRegistryReconciler) Invocations() map[string][][]interface{}
- type FakeRegistryReconcilerFactory
- func (fake *FakeRegistryReconcilerFactory) Invocations() map[string][][]interface{}
- func (fake *FakeRegistryReconcilerFactory) ReconcilerForSource(arg1 *v1alpha1.CatalogSource) reconciler.RegistryReconciler
- func (fake *FakeRegistryReconcilerFactory) ReconcilerForSourceArgsForCall(i int) *v1alpha1.CatalogSource
- func (fake *FakeRegistryReconcilerFactory) ReconcilerForSourceCallCount() int
- func (fake *FakeRegistryReconcilerFactory) ReconcilerForSourceCalls(stub func(*v1alpha1.CatalogSource) reconciler.RegistryReconciler)
- func (fake *FakeRegistryReconcilerFactory) ReconcilerForSourceReturns(result1 reconciler.RegistryReconciler)
- func (fake *FakeRegistryReconcilerFactory) ReconcilerForSourceReturnsOnCall(i int, result1 reconciler.RegistryReconciler)
- type FakeResolver
- func (fake *FakeResolver) Invocations() map[string][][]interface{}
- func (fake *FakeResolver) ResolveSteps(arg1 string, arg2 resolver.SourceQuerier) ([]*v1alpha1.Step, []*v1alpha1.Subscription, error)
- func (fake *FakeResolver) ResolveStepsArgsForCall(i int) (string, resolver.SourceQuerier)
- func (fake *FakeResolver) ResolveStepsCallCount() int
- func (fake *FakeResolver) ResolveStepsCalls(...)
- func (fake *FakeResolver) ResolveStepsReturns(result1 []*v1alpha1.Step, result2 []*v1alpha1.Subscription, result3 error)
- func (fake *FakeResolver) ResolveStepsReturnsOnCall(i int, result1 []*v1alpha1.Step, result2 []*v1alpha1.Subscription, ...)
- type FakeStrategy
- func (fake *FakeStrategy) GetStrategyName() string
- func (fake *FakeStrategy) GetStrategyNameCallCount() int
- func (fake *FakeStrategy) GetStrategyNameCalls(stub func() string)
- func (fake *FakeStrategy) GetStrategyNameReturns(result1 string)
- func (fake *FakeStrategy) GetStrategyNameReturnsOnCall(i int, result1 string)
- func (fake *FakeStrategy) Invocations() map[string][][]interface{}
- type FakeStrategyInstaller
- func (fake *FakeStrategyInstaller) CheckInstalled(arg1 install.Strategy) (bool, error)
- func (fake *FakeStrategyInstaller) CheckInstalledArgsForCall(i int) install.Strategy
- func (fake *FakeStrategyInstaller) CheckInstalledCallCount() int
- func (fake *FakeStrategyInstaller) CheckInstalledCalls(stub func(install.Strategy) (bool, error))
- func (fake *FakeStrategyInstaller) CheckInstalledReturns(result1 bool, result2 error)
- func (fake *FakeStrategyInstaller) CheckInstalledReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeStrategyInstaller) Install(arg1 install.Strategy) error
- func (fake *FakeStrategyInstaller) InstallArgsForCall(i int) install.Strategy
- func (fake *FakeStrategyInstaller) InstallCallCount() int
- func (fake *FakeStrategyInstaller) InstallCalls(stub func(install.Strategy) error)
- func (fake *FakeStrategyInstaller) InstallReturns(result1 error)
- func (fake *FakeStrategyInstaller) InstallReturnsOnCall(i int, result1 error)
- func (fake *FakeStrategyInstaller) Invocations() map[string][][]interface{}
- type FakeStrategyResolverInterface
- func (fake *FakeStrategyResolverInterface) InstallerForStrategy(arg1 string, arg2 operatorclient.ClientInterface, ...) install.StrategyInstaller
- func (fake *FakeStrategyResolverInterface) InstallerForStrategyArgsForCall(i int) (string, operatorclient.ClientInterface, operatorlister.OperatorLister, ...)
- func (fake *FakeStrategyResolverInterface) InstallerForStrategyCallCount() int
- func (fake *FakeStrategyResolverInterface) InstallerForStrategyCalls(...)
- func (fake *FakeStrategyResolverInterface) InstallerForStrategyReturns(result1 install.StrategyInstaller)
- func (fake *FakeStrategyResolverInterface) InstallerForStrategyReturnsOnCall(i int, result1 install.StrategyInstaller)
- func (fake *FakeStrategyResolverInterface) Invocations() map[string][][]interface{}
- func (fake *FakeStrategyResolverInterface) UnmarshalStrategy(arg1 v1alpha1.NamedInstallStrategy) (install.Strategy, error)
- func (fake *FakeStrategyResolverInterface) UnmarshalStrategyArgsForCall(i int) v1alpha1.NamedInstallStrategy
- func (fake *FakeStrategyResolverInterface) UnmarshalStrategyCallCount() int
- func (fake *FakeStrategyResolverInterface) UnmarshalStrategyCalls(stub func(v1alpha1.NamedInstallStrategy) (install.Strategy, error))
- func (fake *FakeStrategyResolverInterface) UnmarshalStrategyReturns(result1 install.Strategy, result2 error)
- func (fake *FakeStrategyResolverInterface) UnmarshalStrategyReturnsOnCall(i int, result1 install.Strategy, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAPIIntersectionReconciler ¶
type FakeAPIIntersectionReconciler struct {
ReconcileStub func(resolver.APISet, resolver.OperatorGroupSurface, ...resolver.OperatorGroupSurface) resolver.APIReconciliationResult
// contains filtered or unexported fields
}
func (*FakeAPIIntersectionReconciler) Invocations ¶
func (fake *FakeAPIIntersectionReconciler) Invocations() map[string][][]interface{}
func (*FakeAPIIntersectionReconciler) Reconcile ¶
func (fake *FakeAPIIntersectionReconciler) Reconcile(arg1 resolver.APISet, arg2 resolver.OperatorGroupSurface, arg3 ...resolver.OperatorGroupSurface) resolver.APIReconciliationResult
func (*FakeAPIIntersectionReconciler) ReconcileArgsForCall ¶
func (fake *FakeAPIIntersectionReconciler) ReconcileArgsForCall(i int) (resolver.APISet, resolver.OperatorGroupSurface, []resolver.OperatorGroupSurface)
func (*FakeAPIIntersectionReconciler) ReconcileCallCount ¶
func (fake *FakeAPIIntersectionReconciler) ReconcileCallCount() int
func (*FakeAPIIntersectionReconciler) ReconcileCalls ¶
func (fake *FakeAPIIntersectionReconciler) ReconcileCalls(stub func(resolver.APISet, resolver.OperatorGroupSurface, ...resolver.OperatorGroupSurface) resolver.APIReconciliationResult)
func (*FakeAPIIntersectionReconciler) ReconcileReturns ¶
func (fake *FakeAPIIntersectionReconciler) ReconcileReturns(result1 resolver.APIReconciliationResult)
func (*FakeAPIIntersectionReconciler) ReconcileReturnsOnCall ¶
func (fake *FakeAPIIntersectionReconciler) ReconcileReturnsOnCall(i int, result1 resolver.APIReconciliationResult)
type FakeRegistryReconciler ¶
type FakeRegistryReconciler struct {
CheckRegistryServerStub func(*v1alpha1.CatalogSource) (bool, error)
EnsureRegistryServerStub func(*v1alpha1.CatalogSource) error
// contains filtered or unexported fields
}
func (*FakeRegistryReconciler) CheckRegistryServer ¶
func (fake *FakeRegistryReconciler) CheckRegistryServer(arg1 *v1alpha1.CatalogSource) (bool, error)
func (*FakeRegistryReconciler) CheckRegistryServerArgsForCall ¶
func (fake *FakeRegistryReconciler) CheckRegistryServerArgsForCall(i int) *v1alpha1.CatalogSource
func (*FakeRegistryReconciler) CheckRegistryServerCallCount ¶
func (fake *FakeRegistryReconciler) CheckRegistryServerCallCount() int
func (*FakeRegistryReconciler) CheckRegistryServerCalls ¶
func (fake *FakeRegistryReconciler) CheckRegistryServerCalls(stub func(*v1alpha1.CatalogSource) (bool, error))
func (*FakeRegistryReconciler) CheckRegistryServerReturns ¶
func (fake *FakeRegistryReconciler) CheckRegistryServerReturns(result1 bool, result2 error)
func (*FakeRegistryReconciler) CheckRegistryServerReturnsOnCall ¶
func (fake *FakeRegistryReconciler) CheckRegistryServerReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeRegistryReconciler) EnsureRegistryServer ¶
func (fake *FakeRegistryReconciler) EnsureRegistryServer(arg1 *v1alpha1.CatalogSource) error
func (*FakeRegistryReconciler) EnsureRegistryServerArgsForCall ¶
func (fake *FakeRegistryReconciler) EnsureRegistryServerArgsForCall(i int) *v1alpha1.CatalogSource
func (*FakeRegistryReconciler) EnsureRegistryServerCallCount ¶
func (fake *FakeRegistryReconciler) EnsureRegistryServerCallCount() int
func (*FakeRegistryReconciler) EnsureRegistryServerCalls ¶
func (fake *FakeRegistryReconciler) EnsureRegistryServerCalls(stub func(*v1alpha1.CatalogSource) error)
func (*FakeRegistryReconciler) EnsureRegistryServerReturns ¶
func (fake *FakeRegistryReconciler) EnsureRegistryServerReturns(result1 error)
func (*FakeRegistryReconciler) EnsureRegistryServerReturnsOnCall ¶
func (fake *FakeRegistryReconciler) EnsureRegistryServerReturnsOnCall(i int, result1 error)
func (*FakeRegistryReconciler) Invocations ¶
func (fake *FakeRegistryReconciler) Invocations() map[string][][]interface{}
type FakeRegistryReconcilerFactory ¶
type FakeRegistryReconcilerFactory struct {
ReconcilerForSourceStub func(*v1alpha1.CatalogSource) reconciler.RegistryReconciler
// contains filtered or unexported fields
}
func (*FakeRegistryReconcilerFactory) Invocations ¶
func (fake *FakeRegistryReconcilerFactory) Invocations() map[string][][]interface{}
func (*FakeRegistryReconcilerFactory) ReconcilerForSource ¶
func (fake *FakeRegistryReconcilerFactory) ReconcilerForSource(arg1 *v1alpha1.CatalogSource) reconciler.RegistryReconciler
func (*FakeRegistryReconcilerFactory) ReconcilerForSourceArgsForCall ¶
func (fake *FakeRegistryReconcilerFactory) ReconcilerForSourceArgsForCall(i int) *v1alpha1.CatalogSource
func (*FakeRegistryReconcilerFactory) ReconcilerForSourceCallCount ¶
func (fake *FakeRegistryReconcilerFactory) ReconcilerForSourceCallCount() int
func (*FakeRegistryReconcilerFactory) ReconcilerForSourceCalls ¶
func (fake *FakeRegistryReconcilerFactory) ReconcilerForSourceCalls(stub func(*v1alpha1.CatalogSource) reconciler.RegistryReconciler)
func (*FakeRegistryReconcilerFactory) ReconcilerForSourceReturns ¶
func (fake *FakeRegistryReconcilerFactory) ReconcilerForSourceReturns(result1 reconciler.RegistryReconciler)
func (*FakeRegistryReconcilerFactory) ReconcilerForSourceReturnsOnCall ¶
func (fake *FakeRegistryReconcilerFactory) ReconcilerForSourceReturnsOnCall(i int, result1 reconciler.RegistryReconciler)
type FakeResolver ¶
type FakeResolver struct {
ResolveStepsStub func(string, resolver.SourceQuerier) ([]*v1alpha1.Step, []*v1alpha1.Subscription, error)
// contains filtered or unexported fields
}
func (*FakeResolver) Invocations ¶
func (fake *FakeResolver) Invocations() map[string][][]interface{}
func (*FakeResolver) ResolveSteps ¶
func (fake *FakeResolver) ResolveSteps(arg1 string, arg2 resolver.SourceQuerier) ([]*v1alpha1.Step, []*v1alpha1.Subscription, error)
func (*FakeResolver) ResolveStepsArgsForCall ¶
func (fake *FakeResolver) ResolveStepsArgsForCall(i int) (string, resolver.SourceQuerier)
func (*FakeResolver) ResolveStepsCallCount ¶
func (fake *FakeResolver) ResolveStepsCallCount() int
func (*FakeResolver) ResolveStepsCalls ¶
func (fake *FakeResolver) ResolveStepsCalls(stub func(string, resolver.SourceQuerier) ([]*v1alpha1.Step, []*v1alpha1.Subscription, error))
func (*FakeResolver) ResolveStepsReturns ¶
func (fake *FakeResolver) ResolveStepsReturns(result1 []*v1alpha1.Step, result2 []*v1alpha1.Subscription, result3 error)
func (*FakeResolver) ResolveStepsReturnsOnCall ¶
func (fake *FakeResolver) ResolveStepsReturnsOnCall(i int, result1 []*v1alpha1.Step, result2 []*v1alpha1.Subscription, result3 error)
type FakeStrategy ¶
type FakeStrategy struct {
GetStrategyNameStub func() string
// contains filtered or unexported fields
}
func (*FakeStrategy) GetStrategyName ¶
func (fake *FakeStrategy) GetStrategyName() string
func (*FakeStrategy) GetStrategyNameCallCount ¶
func (fake *FakeStrategy) GetStrategyNameCallCount() int
func (*FakeStrategy) GetStrategyNameCalls ¶
func (fake *FakeStrategy) GetStrategyNameCalls(stub func() string)
func (*FakeStrategy) GetStrategyNameReturns ¶
func (fake *FakeStrategy) GetStrategyNameReturns(result1 string)
func (*FakeStrategy) GetStrategyNameReturnsOnCall ¶
func (fake *FakeStrategy) GetStrategyNameReturnsOnCall(i int, result1 string)
func (*FakeStrategy) Invocations ¶
func (fake *FakeStrategy) Invocations() map[string][][]interface{}
type FakeStrategyInstaller ¶
type FakeStrategyInstaller struct {
CheckInstalledStub func(install.Strategy) (bool, error)
InstallStub func(install.Strategy) error
// contains filtered or unexported fields
}
func (*FakeStrategyInstaller) CheckInstalled ¶
func (fake *FakeStrategyInstaller) CheckInstalled(arg1 install.Strategy) (bool, error)
func (*FakeStrategyInstaller) CheckInstalledArgsForCall ¶
func (fake *FakeStrategyInstaller) CheckInstalledArgsForCall(i int) install.Strategy
func (*FakeStrategyInstaller) CheckInstalledCallCount ¶
func (fake *FakeStrategyInstaller) CheckInstalledCallCount() int
func (*FakeStrategyInstaller) CheckInstalledCalls ¶
func (fake *FakeStrategyInstaller) CheckInstalledCalls(stub func(install.Strategy) (bool, error))
func (*FakeStrategyInstaller) CheckInstalledReturns ¶
func (fake *FakeStrategyInstaller) CheckInstalledReturns(result1 bool, result2 error)
func (*FakeStrategyInstaller) CheckInstalledReturnsOnCall ¶
func (fake *FakeStrategyInstaller) CheckInstalledReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeStrategyInstaller) Install ¶
func (fake *FakeStrategyInstaller) Install(arg1 install.Strategy) error
func (*FakeStrategyInstaller) InstallArgsForCall ¶
func (fake *FakeStrategyInstaller) InstallArgsForCall(i int) install.Strategy
func (*FakeStrategyInstaller) InstallCallCount ¶
func (fake *FakeStrategyInstaller) InstallCallCount() int
func (*FakeStrategyInstaller) InstallCalls ¶
func (fake *FakeStrategyInstaller) InstallCalls(stub func(install.Strategy) error)
func (*FakeStrategyInstaller) InstallReturns ¶
func (fake *FakeStrategyInstaller) InstallReturns(result1 error)
func (*FakeStrategyInstaller) InstallReturnsOnCall ¶
func (fake *FakeStrategyInstaller) InstallReturnsOnCall(i int, result1 error)
func (*FakeStrategyInstaller) Invocations ¶
func (fake *FakeStrategyInstaller) Invocations() map[string][][]interface{}
type FakeStrategyResolverInterface ¶
type FakeStrategyResolverInterface struct {
InstallerForStrategyStub func(string, operatorclient.ClientInterface, operatorlister.OperatorLister, ownerutil.Owner, map[string]string, install.Strategy) install.StrategyInstaller
UnmarshalStrategyStub func(v1alpha1.NamedInstallStrategy) (install.Strategy, error)
// contains filtered or unexported fields
}
func (*FakeStrategyResolverInterface) InstallerForStrategy ¶
func (fake *FakeStrategyResolverInterface) InstallerForStrategy(arg1 string, arg2 operatorclient.ClientInterface, arg3 operatorlister.OperatorLister, arg4 ownerutil.Owner, arg5 map[string]string, arg6 install.Strategy) install.StrategyInstaller
func (*FakeStrategyResolverInterface) InstallerForStrategyArgsForCall ¶
func (fake *FakeStrategyResolverInterface) InstallerForStrategyArgsForCall(i int) (string, operatorclient.ClientInterface, operatorlister.OperatorLister, ownerutil.Owner, map[string]string, install.Strategy)
func (*FakeStrategyResolverInterface) InstallerForStrategyCallCount ¶
func (fake *FakeStrategyResolverInterface) InstallerForStrategyCallCount() int
func (*FakeStrategyResolverInterface) InstallerForStrategyCalls ¶
func (fake *FakeStrategyResolverInterface) InstallerForStrategyCalls(stub func(string, operatorclient.ClientInterface, operatorlister.OperatorLister, ownerutil.Owner, map[string]string, install.Strategy) install.StrategyInstaller)
func (*FakeStrategyResolverInterface) InstallerForStrategyReturns ¶
func (fake *FakeStrategyResolverInterface) InstallerForStrategyReturns(result1 install.StrategyInstaller)
func (*FakeStrategyResolverInterface) InstallerForStrategyReturnsOnCall ¶
func (fake *FakeStrategyResolverInterface) InstallerForStrategyReturnsOnCall(i int, result1 install.StrategyInstaller)
func (*FakeStrategyResolverInterface) Invocations ¶
func (fake *FakeStrategyResolverInterface) Invocations() map[string][][]interface{}
func (*FakeStrategyResolverInterface) UnmarshalStrategy ¶
func (fake *FakeStrategyResolverInterface) UnmarshalStrategy(arg1 v1alpha1.NamedInstallStrategy) (install.Strategy, error)
func (*FakeStrategyResolverInterface) UnmarshalStrategyArgsForCall ¶
func (fake *FakeStrategyResolverInterface) UnmarshalStrategyArgsForCall(i int) v1alpha1.NamedInstallStrategy
func (*FakeStrategyResolverInterface) UnmarshalStrategyCallCount ¶
func (fake *FakeStrategyResolverInterface) UnmarshalStrategyCallCount() int
func (*FakeStrategyResolverInterface) UnmarshalStrategyCalls ¶
func (fake *FakeStrategyResolverInterface) UnmarshalStrategyCalls(stub func(v1alpha1.NamedInstallStrategy) (install.Strategy, error))
func (*FakeStrategyResolverInterface) UnmarshalStrategyReturns ¶
func (fake *FakeStrategyResolverInterface) UnmarshalStrategyReturns(result1 install.Strategy, result2 error)
func (*FakeStrategyResolverInterface) UnmarshalStrategyReturnsOnCall ¶
func (fake *FakeStrategyResolverInterface) UnmarshalStrategyReturnsOnCall(i int, result1 install.Strategy, result2 error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.