Documentation
¶
Overview ¶
Package fake is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeIstioClient ¶
type FakeIstioClient struct {
// contains filtered or unexported fields
}
FakeIstioClient is a mock of IstioClient interface
func NewFakeIstioClient ¶
func NewFakeIstioClient(ctrl *gomock.Controller) *FakeIstioClient
NewFakeIstioClient creates a new mock instance
func (*FakeIstioClient) EXPECT ¶
func (m *FakeIstioClient) EXPECT() *FakeIstioClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*FakeIstioClient) ListIngresses ¶
func (m *FakeIstioClient) ListIngresses(arg0 ...istio.ListIngressesOption) ([]v1.LoadBalancerIngress, error)
ListIngresses mocks base method
type FakeIstioClientMockRecorder ¶
type FakeIstioClientMockRecorder struct {
// contains filtered or unexported fields
}
FakeIstioClientMockRecorder is the mock recorder for FakeIstioClient
func (*FakeIstioClientMockRecorder) ListIngresses ¶
func (mr *FakeIstioClientMockRecorder) ListIngresses(arg0 ...interface{}) *gomock.Call
ListIngresses indicates an expected call of ListIngresses
type IstioClient ¶
type IstioClient interface { istio.IngressLister }
IstioClient is implemented by kf.IstioClient.
Click to show internal directories.
Click to hide internal directories.