Documentation
¶
Overview ¶
Package fake is a generated GoMock package.
Index ¶
- type ClientInterface
- type FakeClientInterface
- func (m *FakeClientInterface) BrokerName(arg0 v1beta1.ServiceInstance) (string, error)
- func (m *FakeClientInterface) EXPECT() *FakeClientInterfaceMockRecorder
- func (m *FakeClientInterface) ListClusterPlans(arg0 marketplace.ListPlanOptions) ([]v1beta1.ClusterServicePlan, error)
- func (m *FakeClientInterface) ListNamespacedPlans(arg0 string, arg1 marketplace.ListPlanOptions) ([]v1beta1.ServicePlan, error)
- func (m *FakeClientInterface) Marketplace(arg0 string) (*marketplace.KfMarketplace, error)
- type FakeClientInterfaceMockRecorder
- func (mr *FakeClientInterfaceMockRecorder) BrokerName(arg0 interface{}) *gomock.Call
- func (mr *FakeClientInterfaceMockRecorder) ListClusterPlans(arg0 interface{}) *gomock.Call
- func (mr *FakeClientInterfaceMockRecorder) ListNamespacedPlans(arg0, arg1 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 { marketplace.ClientInterface }
ClientInterface is implementd by marketplace.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) (string, error)
BrokerName 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) ListClusterPlans ¶
func (m *FakeClientInterface) ListClusterPlans(arg0 marketplace.ListPlanOptions) ([]v1beta1.ClusterServicePlan, error)
ListClusterPlans mocks base method
func (*FakeClientInterface) ListNamespacedPlans ¶
func (m *FakeClientInterface) ListNamespacedPlans(arg0 string, arg1 marketplace.ListPlanOptions) ([]v1beta1.ServicePlan, error)
ListNamespacedPlans mocks base method
func (*FakeClientInterface) Marketplace ¶
func (m *FakeClientInterface) Marketplace(arg0 string) (*marketplace.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{}) *gomock.Call
BrokerName indicates an expected call of BrokerName
func (*FakeClientInterfaceMockRecorder) ListClusterPlans ¶
func (mr *FakeClientInterfaceMockRecorder) ListClusterPlans(arg0 interface{}) *gomock.Call
ListClusterPlans indicates an expected call of ListClusterPlans
func (*FakeClientInterfaceMockRecorder) ListNamespacedPlans ¶
func (mr *FakeClientInterfaceMockRecorder) ListNamespacedPlans(arg0, arg1 interface{}) *gomock.Call
ListNamespacedPlans indicates an expected call of ListNamespacedPlans
func (*FakeClientInterfaceMockRecorder) Marketplace ¶
func (mr *FakeClientInterfaceMockRecorder) Marketplace(arg0 interface{}) *gomock.Call
Marketplace indicates an expected call of Marketplace