Documentation
¶
Overview ¶
Package fake is a generated GoMock package.
Index ¶
- type ClientInterface
- type FakeClientInterface
- func (m *FakeClientInterface) BrokerName(arg0 v1beta1.ServiceInstance, arg1 ...services.BrokerNameOption) (string, error)
- func (m *FakeClientInterface) DeleteService(arg0 string, arg1 ...services.DeleteServiceOption) error
- func (m *FakeClientInterface) EXPECT() *FakeClientInterfaceMockRecorder
- func (m *FakeClientInterface) GetService(arg0 string, arg1 ...services.GetServiceOption) (*v1beta1.ServiceInstance, error)
- func (m *FakeClientInterface) ListServices(arg0 ...services.ListServicesOption) (*v1beta1.ServiceInstanceList, error)
- func (m *FakeClientInterface) Marketplace(arg0 ...services.MarketplaceOption) (*services.KfMarketplace, error)
- type FakeClientInterfaceMockRecorder
- func (mr *FakeClientInterfaceMockRecorder) BrokerName(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *FakeClientInterfaceMockRecorder) DeleteService(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *FakeClientInterfaceMockRecorder) GetService(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *FakeClientInterfaceMockRecorder) ListServices(arg0 ...interface{}) *gomock.Call
- func (mr *FakeClientInterfaceMockRecorder) Marketplace(arg0 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientInterface ¶
type ClientInterface interface { services.ClientInterface }
ClientInterface is implementd by services.Client.
type FakeClientInterface ¶
type FakeClientInterface struct {
// contains filtered or unexported fields
}
FakeClientInterface is a mock of ClientInterface interface
func NewFakeClientInterface ¶
func NewFakeClientInterface(ctrl *gomock.Controller) *FakeClientInterface
NewFakeClientInterface creates a new mock instance
func (*FakeClientInterface) BrokerName ¶
func (m *FakeClientInterface) BrokerName(arg0 v1beta1.ServiceInstance, arg1 ...services.BrokerNameOption) (string, error)
BrokerName mocks base method
func (*FakeClientInterface) DeleteService ¶
func (m *FakeClientInterface) DeleteService(arg0 string, arg1 ...services.DeleteServiceOption) error
DeleteService mocks base method
func (*FakeClientInterface) EXPECT ¶
func (m *FakeClientInterface) EXPECT() *FakeClientInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*FakeClientInterface) GetService ¶
func (m *FakeClientInterface) GetService(arg0 string, arg1 ...services.GetServiceOption) (*v1beta1.ServiceInstance, error)
GetService mocks base method
func (*FakeClientInterface) ListServices ¶
func (m *FakeClientInterface) ListServices(arg0 ...services.ListServicesOption) (*v1beta1.ServiceInstanceList, error)
ListServices mocks base method
func (*FakeClientInterface) Marketplace ¶
func (m *FakeClientInterface) Marketplace(arg0 ...services.MarketplaceOption) (*services.KfMarketplace, error)
Marketplace mocks base method
type FakeClientInterfaceMockRecorder ¶
type FakeClientInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
FakeClientInterfaceMockRecorder is the mock recorder for FakeClientInterface
func (*FakeClientInterfaceMockRecorder) BrokerName ¶
func (mr *FakeClientInterfaceMockRecorder) BrokerName(arg0 interface{}, arg1 ...interface{}) *gomock.Call
BrokerName indicates an expected call of BrokerName
func (*FakeClientInterfaceMockRecorder) DeleteService ¶
func (mr *FakeClientInterfaceMockRecorder) DeleteService(arg0 interface{}, arg1 ...interface{}) *gomock.Call
DeleteService indicates an expected call of DeleteService
func (*FakeClientInterfaceMockRecorder) GetService ¶
func (mr *FakeClientInterfaceMockRecorder) GetService(arg0 interface{}, arg1 ...interface{}) *gomock.Call
GetService indicates an expected call of GetService
func (*FakeClientInterfaceMockRecorder) ListServices ¶
func (mr *FakeClientInterfaceMockRecorder) ListServices(arg0 ...interface{}) *gomock.Call
ListServices indicates an expected call of ListServices
func (*FakeClientInterfaceMockRecorder) Marketplace ¶
func (mr *FakeClientInterfaceMockRecorder) Marketplace(arg0 ...interface{}) *gomock.Call
Marketplace indicates an expected call of Marketplace