Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Migrator
- func (fake *Migrator) Invocations() map[string][][]interface{}
- func (fake *Migrator) MigrationNeeded(arg1 v1.Object) bool
- func (fake *Migrator) MigrationNeededArgsForCall(i int) v1.Object
- func (fake *Migrator) MigrationNeededCallCount() int
- func (fake *Migrator) MigrationNeededCalls(stub func(v1.Object) bool)
- func (fake *Migrator) MigrationNeededReturns(result1 bool)
- func (fake *Migrator) MigrationNeededReturnsOnCall(i int, result1 bool)
- func (fake *Migrator) SetChaincodeLauncherResourceOnCR(arg1 v1.Object) error
- func (fake *Migrator) SetChaincodeLauncherResourceOnCRArgsForCall(i int) v1.Object
- func (fake *Migrator) SetChaincodeLauncherResourceOnCRCallCount() int
- func (fake *Migrator) SetChaincodeLauncherResourceOnCRCalls(stub func(v1.Object) error)
- func (fake *Migrator) SetChaincodeLauncherResourceOnCRReturns(result1 error)
- func (fake *Migrator) SetChaincodeLauncherResourceOnCRReturnsOnCall(i int, result1 error)
- func (fake *Migrator) UpdateConfig(arg1 v1.Object, arg2 string) error
- func (fake *Migrator) UpdateConfigArgsForCall(i int) (v1.Object, string)
- func (fake *Migrator) UpdateConfigCallCount() int
- func (fake *Migrator) UpdateConfigCalls(stub func(v1.Object, string) error)
- func (fake *Migrator) UpdateConfigReturns(result1 error)
- func (fake *Migrator) UpdateConfigReturnsOnCall(i int, result1 error)
- func (fake *Migrator) UpgradeDBs(arg1 v1.Object, arg2 operatorconfig.DBMigrationTimeouts) error
- func (fake *Migrator) UpgradeDBsArgsForCall(i int) (v1.Object, operatorconfig.DBMigrationTimeouts)
- func (fake *Migrator) UpgradeDBsCallCount() int
- func (fake *Migrator) UpgradeDBsCalls(stub func(v1.Object, operatorconfig.DBMigrationTimeouts) error)
- func (fake *Migrator) UpgradeDBsReturns(result1 error)
- func (fake *Migrator) UpgradeDBsReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Migrator ¶
type Migrator struct { MigrationNeededStub func(v1.Object) bool SetChaincodeLauncherResourceOnCRStub func(v1.Object) error UpdateConfigStub func(v1.Object, string) error UpgradeDBsStub func(v1.Object, operatorconfig.DBMigrationTimeouts) error // contains filtered or unexported fields }
func (*Migrator) Invocations ¶
func (*Migrator) MigrationNeededArgsForCall ¶
func (*Migrator) MigrationNeededCallCount ¶
func (*Migrator) MigrationNeededCalls ¶
func (*Migrator) MigrationNeededReturns ¶
func (*Migrator) MigrationNeededReturnsOnCall ¶
func (*Migrator) SetChaincodeLauncherResourceOnCR ¶
func (*Migrator) SetChaincodeLauncherResourceOnCRArgsForCall ¶
func (*Migrator) SetChaincodeLauncherResourceOnCRCallCount ¶
func (*Migrator) SetChaincodeLauncherResourceOnCRCalls ¶
func (*Migrator) SetChaincodeLauncherResourceOnCRReturns ¶
func (*Migrator) SetChaincodeLauncherResourceOnCRReturnsOnCall ¶
func (*Migrator) UpdateConfig ¶
func (*Migrator) UpdateConfigArgsForCall ¶
func (*Migrator) UpdateConfigCallCount ¶
func (*Migrator) UpdateConfigCalls ¶
func (*Migrator) UpdateConfigReturns ¶
func (*Migrator) UpdateConfigReturnsOnCall ¶
func (*Migrator) UpgradeDBs ¶
func (fake *Migrator) UpgradeDBs(arg1 v1.Object, arg2 operatorconfig.DBMigrationTimeouts) error
func (*Migrator) UpgradeDBsArgsForCall ¶
func (fake *Migrator) UpgradeDBsArgsForCall(i int) (v1.Object, operatorconfig.DBMigrationTimeouts)
func (*Migrator) UpgradeDBsCallCount ¶
func (*Migrator) UpgradeDBsCalls ¶
func (fake *Migrator) UpgradeDBsCalls(stub func(v1.Object, operatorconfig.DBMigrationTimeouts) error)
func (*Migrator) UpgradeDBsReturns ¶
func (*Migrator) UpgradeDBsReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.