Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeServiceBroker
- func (fake *FakeServiceBroker) Bind(arg1 context.Context, arg2 string, arg3 string, arg4 brokerapi.BindDetails, ...) (brokerapi.Binding, error)
- func (fake *FakeServiceBroker) BindArgsForCall(i int) (context.Context, string, string, brokerapi.BindDetails, bool)
- func (fake *FakeServiceBroker) BindCallCount() int
- func (fake *FakeServiceBroker) BindCalls(...)
- func (fake *FakeServiceBroker) BindReturns(result1 brokerapi.Binding, result2 error)
- func (fake *FakeServiceBroker) BindReturnsOnCall(i int, result1 brokerapi.Binding, result2 error)
- func (fake *FakeServiceBroker) Deprovision(arg1 context.Context, arg2 string, arg3 brokerapi.DeprovisionDetails, ...) (brokerapi.DeprovisionServiceSpec, error)
- func (fake *FakeServiceBroker) DeprovisionArgsForCall(i int) (context.Context, string, brokerapi.DeprovisionDetails, bool)
- func (fake *FakeServiceBroker) DeprovisionCallCount() int
- func (fake *FakeServiceBroker) DeprovisionCalls(...)
- func (fake *FakeServiceBroker) DeprovisionReturns(result1 brokerapi.DeprovisionServiceSpec, result2 error)
- func (fake *FakeServiceBroker) DeprovisionReturnsOnCall(i int, result1 brokerapi.DeprovisionServiceSpec, result2 error)
- func (fake *FakeServiceBroker) GetBinding(arg1 context.Context, arg2 string, arg3 string) (brokerapi.GetBindingSpec, error)
- func (fake *FakeServiceBroker) GetBindingArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeServiceBroker) GetBindingCallCount() int
- func (fake *FakeServiceBroker) GetBindingCalls(stub func(context.Context, string, string) (brokerapi.GetBindingSpec, error))
- func (fake *FakeServiceBroker) GetBindingReturns(result1 brokerapi.GetBindingSpec, result2 error)
- func (fake *FakeServiceBroker) GetBindingReturnsOnCall(i int, result1 brokerapi.GetBindingSpec, result2 error)
- func (fake *FakeServiceBroker) GetInstance(arg1 context.Context, arg2 string) (brokerapi.GetInstanceDetailsSpec, error)
- func (fake *FakeServiceBroker) GetInstanceArgsForCall(i int) (context.Context, string)
- func (fake *FakeServiceBroker) GetInstanceCallCount() int
- func (fake *FakeServiceBroker) GetInstanceCalls(stub func(context.Context, string) (brokerapi.GetInstanceDetailsSpec, error))
- func (fake *FakeServiceBroker) GetInstanceReturns(result1 brokerapi.GetInstanceDetailsSpec, result2 error)
- func (fake *FakeServiceBroker) GetInstanceReturnsOnCall(i int, result1 brokerapi.GetInstanceDetailsSpec, result2 error)
- func (fake *FakeServiceBroker) Invocations() map[string][][]interface{}
- func (fake *FakeServiceBroker) LastBindingOperation(arg1 context.Context, arg2 string, arg3 string, arg4 brokerapi.PollDetails) (brokerapi.LastOperation, error)
- func (fake *FakeServiceBroker) LastBindingOperationArgsForCall(i int) (context.Context, string, string, brokerapi.PollDetails)
- func (fake *FakeServiceBroker) LastBindingOperationCallCount() int
- func (fake *FakeServiceBroker) LastBindingOperationCalls(...)
- func (fake *FakeServiceBroker) LastBindingOperationReturns(result1 brokerapi.LastOperation, result2 error)
- func (fake *FakeServiceBroker) LastBindingOperationReturnsOnCall(i int, result1 brokerapi.LastOperation, result2 error)
- func (fake *FakeServiceBroker) LastOperation(arg1 context.Context, arg2 string, arg3 brokerapi.PollDetails) (brokerapi.LastOperation, error)
- func (fake *FakeServiceBroker) LastOperationArgsForCall(i int) (context.Context, string, brokerapi.PollDetails)
- func (fake *FakeServiceBroker) LastOperationCallCount() int
- func (fake *FakeServiceBroker) LastOperationCalls(...)
- func (fake *FakeServiceBroker) LastOperationReturns(result1 brokerapi.LastOperation, result2 error)
- func (fake *FakeServiceBroker) LastOperationReturnsOnCall(i int, result1 brokerapi.LastOperation, result2 error)
- func (fake *FakeServiceBroker) Provision(arg1 context.Context, arg2 string, arg3 brokerapi.ProvisionDetails, arg4 bool) (brokerapi.ProvisionedServiceSpec, error)
- func (fake *FakeServiceBroker) ProvisionArgsForCall(i int) (context.Context, string, brokerapi.ProvisionDetails, bool)
- func (fake *FakeServiceBroker) ProvisionCallCount() int
- func (fake *FakeServiceBroker) ProvisionCalls(...)
- func (fake *FakeServiceBroker) ProvisionReturns(result1 brokerapi.ProvisionedServiceSpec, result2 error)
- func (fake *FakeServiceBroker) ProvisionReturnsOnCall(i int, result1 brokerapi.ProvisionedServiceSpec, result2 error)
- func (fake *FakeServiceBroker) Services(arg1 context.Context) ([]brokerapi.Service, error)
- func (fake *FakeServiceBroker) ServicesArgsForCall(i int) context.Context
- func (fake *FakeServiceBroker) ServicesCallCount() int
- func (fake *FakeServiceBroker) ServicesCalls(stub func(context.Context) ([]brokerapi.Service, error))
- func (fake *FakeServiceBroker) ServicesReturns(result1 []brokerapi.Service, result2 error)
- func (fake *FakeServiceBroker) ServicesReturnsOnCall(i int, result1 []brokerapi.Service, result2 error)
- func (fake *FakeServiceBroker) Unbind(arg1 context.Context, arg2 string, arg3 string, arg4 brokerapi.UnbindDetails, ...) (brokerapi.UnbindSpec, error)
- func (fake *FakeServiceBroker) UnbindArgsForCall(i int) (context.Context, string, string, brokerapi.UnbindDetails, bool)
- func (fake *FakeServiceBroker) UnbindCallCount() int
- func (fake *FakeServiceBroker) UnbindCalls(...)
- func (fake *FakeServiceBroker) UnbindReturns(result1 brokerapi.UnbindSpec, result2 error)
- func (fake *FakeServiceBroker) UnbindReturnsOnCall(i int, result1 brokerapi.UnbindSpec, result2 error)
- func (fake *FakeServiceBroker) Update(arg1 context.Context, arg2 string, arg3 brokerapi.UpdateDetails, arg4 bool) (brokerapi.UpdateServiceSpec, error)
- func (fake *FakeServiceBroker) UpdateArgsForCall(i int) (context.Context, string, brokerapi.UpdateDetails, bool)
- func (fake *FakeServiceBroker) UpdateCallCount() int
- func (fake *FakeServiceBroker) UpdateCalls(...)
- func (fake *FakeServiceBroker) UpdateReturns(result1 brokerapi.UpdateServiceSpec, result2 error)
- func (fake *FakeServiceBroker) UpdateReturnsOnCall(i int, result1 brokerapi.UpdateServiceSpec, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeServiceBroker ¶
type FakeServiceBroker struct { BindStub func(context.Context, string, string, brokerapi.BindDetails, bool) (brokerapi.Binding, error) DeprovisionStub func(context.Context, string, brokerapi.DeprovisionDetails, bool) (brokerapi.DeprovisionServiceSpec, error) GetBindingStub func(context.Context, string, string) (brokerapi.GetBindingSpec, error) GetInstanceStub func(context.Context, string) (brokerapi.GetInstanceDetailsSpec, error) LastBindingOperationStub func(context.Context, string, string, brokerapi.PollDetails) (brokerapi.LastOperation, error) LastOperationStub func(context.Context, string, brokerapi.PollDetails) (brokerapi.LastOperation, error) ProvisionStub func(context.Context, string, brokerapi.ProvisionDetails, bool) (brokerapi.ProvisionedServiceSpec, error) ServicesStub func(context.Context) ([]brokerapi.Service, error) UnbindStub func(context.Context, string, string, brokerapi.UnbindDetails, bool) (brokerapi.UnbindSpec, error) UpdateStub func(context.Context, string, brokerapi.UpdateDetails, bool) (brokerapi.UpdateServiceSpec, error) // contains filtered or unexported fields }
func (*FakeServiceBroker) BindArgsForCall ¶
func (fake *FakeServiceBroker) BindArgsForCall(i int) (context.Context, string, string, brokerapi.BindDetails, bool)
func (*FakeServiceBroker) BindCallCount ¶
func (fake *FakeServiceBroker) BindCallCount() int
func (*FakeServiceBroker) BindReturns ¶
func (fake *FakeServiceBroker) BindReturns(result1 brokerapi.Binding, result2 error)
func (*FakeServiceBroker) BindReturnsOnCall ¶
func (fake *FakeServiceBroker) BindReturnsOnCall(i int, result1 brokerapi.Binding, result2 error)
func (*FakeServiceBroker) Deprovision ¶
func (fake *FakeServiceBroker) Deprovision(arg1 context.Context, arg2 string, arg3 brokerapi.DeprovisionDetails, arg4 bool) (brokerapi.DeprovisionServiceSpec, error)
func (*FakeServiceBroker) DeprovisionArgsForCall ¶
func (fake *FakeServiceBroker) DeprovisionArgsForCall(i int) (context.Context, string, brokerapi.DeprovisionDetails, bool)
func (*FakeServiceBroker) DeprovisionCallCount ¶
func (fake *FakeServiceBroker) DeprovisionCallCount() int
func (*FakeServiceBroker) DeprovisionCalls ¶
func (fake *FakeServiceBroker) DeprovisionCalls(stub func(context.Context, string, brokerapi.DeprovisionDetails, bool) (brokerapi.DeprovisionServiceSpec, error))
func (*FakeServiceBroker) DeprovisionReturns ¶
func (fake *FakeServiceBroker) DeprovisionReturns(result1 brokerapi.DeprovisionServiceSpec, result2 error)
func (*FakeServiceBroker) DeprovisionReturnsOnCall ¶
func (fake *FakeServiceBroker) DeprovisionReturnsOnCall(i int, result1 brokerapi.DeprovisionServiceSpec, result2 error)
func (*FakeServiceBroker) GetBinding ¶
func (fake *FakeServiceBroker) GetBinding(arg1 context.Context, arg2 string, arg3 string) (brokerapi.GetBindingSpec, error)
func (*FakeServiceBroker) GetBindingArgsForCall ¶
func (*FakeServiceBroker) GetBindingCallCount ¶
func (fake *FakeServiceBroker) GetBindingCallCount() int
func (*FakeServiceBroker) GetBindingCalls ¶
func (fake *FakeServiceBroker) GetBindingCalls(stub func(context.Context, string, string) (brokerapi.GetBindingSpec, error))
func (*FakeServiceBroker) GetBindingReturns ¶
func (fake *FakeServiceBroker) GetBindingReturns(result1 brokerapi.GetBindingSpec, result2 error)
func (*FakeServiceBroker) GetBindingReturnsOnCall ¶
func (fake *FakeServiceBroker) GetBindingReturnsOnCall(i int, result1 brokerapi.GetBindingSpec, result2 error)
func (*FakeServiceBroker) GetInstance ¶
func (fake *FakeServiceBroker) GetInstance(arg1 context.Context, arg2 string) (brokerapi.GetInstanceDetailsSpec, error)
func (*FakeServiceBroker) GetInstanceArgsForCall ¶
func (fake *FakeServiceBroker) GetInstanceArgsForCall(i int) (context.Context, string)
func (*FakeServiceBroker) GetInstanceCallCount ¶
func (fake *FakeServiceBroker) GetInstanceCallCount() int
func (*FakeServiceBroker) GetInstanceCalls ¶
func (fake *FakeServiceBroker) GetInstanceCalls(stub func(context.Context, string) (brokerapi.GetInstanceDetailsSpec, error))
func (*FakeServiceBroker) GetInstanceReturns ¶
func (fake *FakeServiceBroker) GetInstanceReturns(result1 brokerapi.GetInstanceDetailsSpec, result2 error)
func (*FakeServiceBroker) GetInstanceReturnsOnCall ¶
func (fake *FakeServiceBroker) GetInstanceReturnsOnCall(i int, result1 brokerapi.GetInstanceDetailsSpec, result2 error)
func (*FakeServiceBroker) Invocations ¶
func (fake *FakeServiceBroker) Invocations() map[string][][]interface{}
func (*FakeServiceBroker) LastBindingOperation ¶
func (fake *FakeServiceBroker) LastBindingOperation(arg1 context.Context, arg2 string, arg3 string, arg4 brokerapi.PollDetails) (brokerapi.LastOperation, error)
func (*FakeServiceBroker) LastBindingOperationArgsForCall ¶
func (fake *FakeServiceBroker) LastBindingOperationArgsForCall(i int) (context.Context, string, string, brokerapi.PollDetails)
func (*FakeServiceBroker) LastBindingOperationCallCount ¶
func (fake *FakeServiceBroker) LastBindingOperationCallCount() int
func (*FakeServiceBroker) LastBindingOperationCalls ¶
func (fake *FakeServiceBroker) LastBindingOperationCalls(stub func(context.Context, string, string, brokerapi.PollDetails) (brokerapi.LastOperation, error))
func (*FakeServiceBroker) LastBindingOperationReturns ¶
func (fake *FakeServiceBroker) LastBindingOperationReturns(result1 brokerapi.LastOperation, result2 error)
func (*FakeServiceBroker) LastBindingOperationReturnsOnCall ¶
func (fake *FakeServiceBroker) LastBindingOperationReturnsOnCall(i int, result1 brokerapi.LastOperation, result2 error)
func (*FakeServiceBroker) LastOperation ¶
func (fake *FakeServiceBroker) LastOperation(arg1 context.Context, arg2 string, arg3 brokerapi.PollDetails) (brokerapi.LastOperation, error)
func (*FakeServiceBroker) LastOperationArgsForCall ¶
func (fake *FakeServiceBroker) LastOperationArgsForCall(i int) (context.Context, string, brokerapi.PollDetails)
func (*FakeServiceBroker) LastOperationCallCount ¶
func (fake *FakeServiceBroker) LastOperationCallCount() int
func (*FakeServiceBroker) LastOperationCalls ¶
func (fake *FakeServiceBroker) LastOperationCalls(stub func(context.Context, string, brokerapi.PollDetails) (brokerapi.LastOperation, error))
func (*FakeServiceBroker) LastOperationReturns ¶
func (fake *FakeServiceBroker) LastOperationReturns(result1 brokerapi.LastOperation, result2 error)
func (*FakeServiceBroker) LastOperationReturnsOnCall ¶
func (fake *FakeServiceBroker) LastOperationReturnsOnCall(i int, result1 brokerapi.LastOperation, result2 error)
func (*FakeServiceBroker) Provision ¶
func (fake *FakeServiceBroker) Provision(arg1 context.Context, arg2 string, arg3 brokerapi.ProvisionDetails, arg4 bool) (brokerapi.ProvisionedServiceSpec, error)
func (*FakeServiceBroker) ProvisionArgsForCall ¶
func (fake *FakeServiceBroker) ProvisionArgsForCall(i int) (context.Context, string, brokerapi.ProvisionDetails, bool)
func (*FakeServiceBroker) ProvisionCallCount ¶
func (fake *FakeServiceBroker) ProvisionCallCount() int
func (*FakeServiceBroker) ProvisionCalls ¶
func (fake *FakeServiceBroker) ProvisionCalls(stub func(context.Context, string, brokerapi.ProvisionDetails, bool) (brokerapi.ProvisionedServiceSpec, error))
func (*FakeServiceBroker) ProvisionReturns ¶
func (fake *FakeServiceBroker) ProvisionReturns(result1 brokerapi.ProvisionedServiceSpec, result2 error)
func (*FakeServiceBroker) ProvisionReturnsOnCall ¶
func (fake *FakeServiceBroker) ProvisionReturnsOnCall(i int, result1 brokerapi.ProvisionedServiceSpec, result2 error)
func (*FakeServiceBroker) ServicesArgsForCall ¶
func (fake *FakeServiceBroker) ServicesArgsForCall(i int) context.Context
func (*FakeServiceBroker) ServicesCallCount ¶
func (fake *FakeServiceBroker) ServicesCallCount() int
func (*FakeServiceBroker) ServicesCalls ¶
func (*FakeServiceBroker) ServicesReturns ¶
func (fake *FakeServiceBroker) ServicesReturns(result1 []brokerapi.Service, result2 error)
func (*FakeServiceBroker) ServicesReturnsOnCall ¶
func (fake *FakeServiceBroker) ServicesReturnsOnCall(i int, result1 []brokerapi.Service, result2 error)
func (*FakeServiceBroker) Unbind ¶
func (fake *FakeServiceBroker) Unbind(arg1 context.Context, arg2 string, arg3 string, arg4 brokerapi.UnbindDetails, arg5 bool) (brokerapi.UnbindSpec, error)
func (*FakeServiceBroker) UnbindArgsForCall ¶
func (fake *FakeServiceBroker) UnbindArgsForCall(i int) (context.Context, string, string, brokerapi.UnbindDetails, bool)
func (*FakeServiceBroker) UnbindCallCount ¶
func (fake *FakeServiceBroker) UnbindCallCount() int
func (*FakeServiceBroker) UnbindCalls ¶
func (fake *FakeServiceBroker) UnbindCalls(stub func(context.Context, string, string, brokerapi.UnbindDetails, bool) (brokerapi.UnbindSpec, error))
func (*FakeServiceBroker) UnbindReturns ¶
func (fake *FakeServiceBroker) UnbindReturns(result1 brokerapi.UnbindSpec, result2 error)
func (*FakeServiceBroker) UnbindReturnsOnCall ¶
func (fake *FakeServiceBroker) UnbindReturnsOnCall(i int, result1 brokerapi.UnbindSpec, result2 error)
func (*FakeServiceBroker) Update ¶
func (fake *FakeServiceBroker) Update(arg1 context.Context, arg2 string, arg3 brokerapi.UpdateDetails, arg4 bool) (brokerapi.UpdateServiceSpec, error)
func (*FakeServiceBroker) UpdateArgsForCall ¶
func (fake *FakeServiceBroker) UpdateArgsForCall(i int) (context.Context, string, brokerapi.UpdateDetails, bool)
func (*FakeServiceBroker) UpdateCallCount ¶
func (fake *FakeServiceBroker) UpdateCallCount() int
func (*FakeServiceBroker) UpdateCalls ¶
func (fake *FakeServiceBroker) UpdateCalls(stub func(context.Context, string, brokerapi.UpdateDetails, bool) (brokerapi.UpdateServiceSpec, error))
func (*FakeServiceBroker) UpdateReturns ¶
func (fake *FakeServiceBroker) UpdateReturns(result1 brokerapi.UpdateServiceSpec, result2 error)
func (*FakeServiceBroker) UpdateReturnsOnCall ¶
func (fake *FakeServiceBroker) UpdateReturnsOnCall(i int, result1 brokerapi.UpdateServiceSpec, result2 error)
Click to show internal directories.
Click to hide internal directories.