Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeSecrets
- func (fake *FakeSecrets) Get(arg1 string) (interface{}, *time.Time, bool, error)
- func (fake *FakeSecrets) GetArgsForCall(i int) string
- func (fake *FakeSecrets) GetCallCount() int
- func (fake *FakeSecrets) GetCalls(stub func(string) (interface{}, *time.Time, bool, error))
- func (fake *FakeSecrets) GetReturns(result1 interface{}, result2 *time.Time, result3 bool, result4 error)
- func (fake *FakeSecrets) GetReturnsOnCall(i int, result1 interface{}, result2 *time.Time, result3 bool, result4 error)
- func (fake *FakeSecrets) Invocations() map[string][][]interface{}
- func (fake *FakeSecrets) NewSecretLookupPaths(arg1 string, arg2 string, arg3 bool) []creds.SecretLookupPath
- func (fake *FakeSecrets) NewSecretLookupPathsArgsForCall(i int) (string, string, bool)
- func (fake *FakeSecrets) NewSecretLookupPathsCallCount() int
- func (fake *FakeSecrets) NewSecretLookupPathsCalls(stub func(string, string, bool) []creds.SecretLookupPath)
- func (fake *FakeSecrets) NewSecretLookupPathsReturns(result1 []creds.SecretLookupPath)
- func (fake *FakeSecrets) NewSecretLookupPathsReturnsOnCall(i int, result1 []creds.SecretLookupPath)
- type FakeSecretsFactory
- func (fake *FakeSecretsFactory) Invocations() map[string][][]interface{}
- func (fake *FakeSecretsFactory) NewSecrets() creds.Secrets
- func (fake *FakeSecretsFactory) NewSecretsCallCount() int
- func (fake *FakeSecretsFactory) NewSecretsCalls(stub func() creds.Secrets)
- func (fake *FakeSecretsFactory) NewSecretsReturns(result1 creds.Secrets)
- func (fake *FakeSecretsFactory) NewSecretsReturnsOnCall(i int, result1 creds.Secrets)
- type FakeVarSourcePool
- func (fake *FakeVarSourcePool) Close()
- func (fake *FakeVarSourcePool) CloseCallCount() int
- func (fake *FakeVarSourcePool) CloseCalls(stub func())
- func (fake *FakeVarSourcePool) FindOrCreate(arg1 lager.Logger, arg2 map[string]interface{}, arg3 creds.ManagerFactory) (creds.Secrets, error)
- func (fake *FakeVarSourcePool) FindOrCreateArgsForCall(i int) (lager.Logger, map[string]interface{}, creds.ManagerFactory)
- func (fake *FakeVarSourcePool) FindOrCreateCallCount() int
- func (fake *FakeVarSourcePool) FindOrCreateCalls(...)
- func (fake *FakeVarSourcePool) FindOrCreateReturns(result1 creds.Secrets, result2 error)
- func (fake *FakeVarSourcePool) FindOrCreateReturnsOnCall(i int, result1 creds.Secrets, result2 error)
- func (fake *FakeVarSourcePool) Invocations() map[string][][]interface{}
- func (fake *FakeVarSourcePool) Size() int
- func (fake *FakeVarSourcePool) SizeCallCount() int
- func (fake *FakeVarSourcePool) SizeCalls(stub func() int)
- func (fake *FakeVarSourcePool) SizeReturns(result1 int)
- func (fake *FakeVarSourcePool) SizeReturnsOnCall(i int, result1 int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSecrets ¶
type FakeSecrets struct { GetStub func(string) (interface{}, *time.Time, bool, error) NewSecretLookupPathsStub func(string, string, bool) []creds.SecretLookupPath // contains filtered or unexported fields }
func (*FakeSecrets) GetArgsForCall ¶
func (fake *FakeSecrets) GetArgsForCall(i int) string
func (*FakeSecrets) GetCallCount ¶
func (fake *FakeSecrets) GetCallCount() int
func (*FakeSecrets) GetReturns ¶
func (fake *FakeSecrets) GetReturns(result1 interface{}, result2 *time.Time, result3 bool, result4 error)
func (*FakeSecrets) GetReturnsOnCall ¶
func (*FakeSecrets) Invocations ¶
func (fake *FakeSecrets) Invocations() map[string][][]interface{}
func (*FakeSecrets) NewSecretLookupPaths ¶
func (fake *FakeSecrets) NewSecretLookupPaths(arg1 string, arg2 string, arg3 bool) []creds.SecretLookupPath
func (*FakeSecrets) NewSecretLookupPathsArgsForCall ¶
func (fake *FakeSecrets) NewSecretLookupPathsArgsForCall(i int) (string, string, bool)
func (*FakeSecrets) NewSecretLookupPathsCallCount ¶
func (fake *FakeSecrets) NewSecretLookupPathsCallCount() int
func (*FakeSecrets) NewSecretLookupPathsCalls ¶
func (fake *FakeSecrets) NewSecretLookupPathsCalls(stub func(string, string, bool) []creds.SecretLookupPath)
func (*FakeSecrets) NewSecretLookupPathsReturns ¶
func (fake *FakeSecrets) NewSecretLookupPathsReturns(result1 []creds.SecretLookupPath)
func (*FakeSecrets) NewSecretLookupPathsReturnsOnCall ¶
func (fake *FakeSecrets) NewSecretLookupPathsReturnsOnCall(i int, result1 []creds.SecretLookupPath)
type FakeSecretsFactory ¶
type FakeSecretsFactory struct { NewSecretsStub func() creds.Secrets // contains filtered or unexported fields }
func (*FakeSecretsFactory) Invocations ¶
func (fake *FakeSecretsFactory) Invocations() map[string][][]interface{}
func (*FakeSecretsFactory) NewSecrets ¶
func (fake *FakeSecretsFactory) NewSecrets() creds.Secrets
func (*FakeSecretsFactory) NewSecretsCallCount ¶
func (fake *FakeSecretsFactory) NewSecretsCallCount() int
func (*FakeSecretsFactory) NewSecretsCalls ¶
func (fake *FakeSecretsFactory) NewSecretsCalls(stub func() creds.Secrets)
func (*FakeSecretsFactory) NewSecretsReturns ¶
func (fake *FakeSecretsFactory) NewSecretsReturns(result1 creds.Secrets)
func (*FakeSecretsFactory) NewSecretsReturnsOnCall ¶
func (fake *FakeSecretsFactory) NewSecretsReturnsOnCall(i int, result1 creds.Secrets)
type FakeVarSourcePool ¶
type FakeVarSourcePool struct { CloseStub func() FindOrCreateStub func(lager.Logger, map[string]interface{}, creds.ManagerFactory) (creds.Secrets, error) SizeStub func() int // contains filtered or unexported fields }
func (*FakeVarSourcePool) Close ¶
func (fake *FakeVarSourcePool) Close()
func (*FakeVarSourcePool) CloseCallCount ¶
func (fake *FakeVarSourcePool) CloseCallCount() int
func (*FakeVarSourcePool) CloseCalls ¶
func (fake *FakeVarSourcePool) CloseCalls(stub func())
func (*FakeVarSourcePool) FindOrCreate ¶
func (fake *FakeVarSourcePool) FindOrCreate(arg1 lager.Logger, arg2 map[string]interface{}, arg3 creds.ManagerFactory) (creds.Secrets, error)
func (*FakeVarSourcePool) FindOrCreateArgsForCall ¶
func (fake *FakeVarSourcePool) FindOrCreateArgsForCall(i int) (lager.Logger, map[string]interface{}, creds.ManagerFactory)
func (*FakeVarSourcePool) FindOrCreateCallCount ¶
func (fake *FakeVarSourcePool) FindOrCreateCallCount() int
func (*FakeVarSourcePool) FindOrCreateCalls ¶
func (fake *FakeVarSourcePool) FindOrCreateCalls(stub func(lager.Logger, map[string]interface{}, creds.ManagerFactory) (creds.Secrets, error))
func (*FakeVarSourcePool) FindOrCreateReturns ¶
func (fake *FakeVarSourcePool) FindOrCreateReturns(result1 creds.Secrets, result2 error)
func (*FakeVarSourcePool) FindOrCreateReturnsOnCall ¶
func (fake *FakeVarSourcePool) FindOrCreateReturnsOnCall(i int, result1 creds.Secrets, result2 error)
func (*FakeVarSourcePool) Invocations ¶
func (fake *FakeVarSourcePool) Invocations() map[string][][]interface{}
func (*FakeVarSourcePool) Size ¶
func (fake *FakeVarSourcePool) Size() int
func (*FakeVarSourcePool) SizeCallCount ¶
func (fake *FakeVarSourcePool) SizeCallCount() int
func (*FakeVarSourcePool) SizeCalls ¶
func (fake *FakeVarSourcePool) SizeCalls(stub func() int)
func (*FakeVarSourcePool) SizeReturns ¶
func (fake *FakeVarSourcePool) SizeReturns(result1 int)
func (*FakeVarSourcePool) SizeReturnsOnCall ¶
func (fake *FakeVarSourcePool) SizeReturnsOnCall(i int, result1 int)
Click to show internal directories.
Click to hide internal directories.