Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockGatewayClient
- func (m *MockGatewayClient) BaseClient() clients.ResourceClient
- func (m *MockGatewayClient) Delete(arg0, arg1 string, arg2 clients.DeleteOpts) error
- func (m *MockGatewayClient) EXPECT() *MockGatewayClientMockRecorder
- func (m *MockGatewayClient) List(arg0 string, arg1 clients.ListOpts) (v1.GatewayList, error)
- func (m *MockGatewayClient) Read(arg0, arg1 string, arg2 clients.ReadOpts) (*v1.Gateway, error)
- func (m *MockGatewayClient) Register() error
- func (m *MockGatewayClient) Watch(arg0 string, arg1 clients.WatchOpts) (<-chan v1.GatewayList, <-chan error, error)
- func (m *MockGatewayClient) Write(arg0 *v1.Gateway, arg1 clients.WriteOpts) (*v1.Gateway, error)
- type MockGatewayClientMockRecorder
- func (mr *MockGatewayClientMockRecorder) BaseClient() *gomock.Call
- func (mr *MockGatewayClientMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) Read(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) Register() *gomock.Call
- func (mr *MockGatewayClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call
- type MockRouteTableClient
- func (m *MockRouteTableClient) BaseClient() clients.ResourceClient
- func (m *MockRouteTableClient) Delete(arg0, arg1 string, arg2 clients.DeleteOpts) error
- func (m *MockRouteTableClient) EXPECT() *MockRouteTableClientMockRecorder
- func (m *MockRouteTableClient) List(arg0 string, arg1 clients.ListOpts) (v1.RouteTableList, error)
- func (m *MockRouteTableClient) Read(arg0, arg1 string, arg2 clients.ReadOpts) (*v1.RouteTable, error)
- func (m *MockRouteTableClient) Register() error
- func (m *MockRouteTableClient) Watch(arg0 string, arg1 clients.WatchOpts) (<-chan v1.RouteTableList, <-chan error, error)
- func (m *MockRouteTableClient) Write(arg0 *v1.RouteTable, arg1 clients.WriteOpts) (*v1.RouteTable, error)
- type MockRouteTableClientMockRecorder
- func (mr *MockRouteTableClientMockRecorder) BaseClient() *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) Read(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) Register() *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call
- type MockVirtualServiceClient
- func (m *MockVirtualServiceClient) BaseClient() clients.ResourceClient
- func (m *MockVirtualServiceClient) Delete(arg0, arg1 string, arg2 clients.DeleteOpts) error
- func (m *MockVirtualServiceClient) EXPECT() *MockVirtualServiceClientMockRecorder
- func (m *MockVirtualServiceClient) List(arg0 string, arg1 clients.ListOpts) (v1.VirtualServiceList, error)
- func (m *MockVirtualServiceClient) Read(arg0, arg1 string, arg2 clients.ReadOpts) (*v1.VirtualService, error)
- func (m *MockVirtualServiceClient) Register() error
- func (m *MockVirtualServiceClient) Watch(arg0 string, arg1 clients.WatchOpts) (<-chan v1.VirtualServiceList, <-chan error, error)
- func (m *MockVirtualServiceClient) Write(arg0 *v1.VirtualService, arg1 clients.WriteOpts) (*v1.VirtualService, error)
- type MockVirtualServiceClientMockRecorder
- func (mr *MockVirtualServiceClientMockRecorder) BaseClient() *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) Read(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) Register() *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGatewayClient ¶
type MockGatewayClient struct {
// contains filtered or unexported fields
}
MockGatewayClient is a mock of GatewayClient interface
func NewMockGatewayClient ¶
func NewMockGatewayClient(ctrl *gomock.Controller) *MockGatewayClient
NewMockGatewayClient creates a new mock instance
func (*MockGatewayClient) BaseClient ¶
func (m *MockGatewayClient) BaseClient() clients.ResourceClient
BaseClient mocks base method
func (*MockGatewayClient) Delete ¶
func (m *MockGatewayClient) Delete(arg0, arg1 string, arg2 clients.DeleteOpts) error
Delete mocks base method
func (*MockGatewayClient) EXPECT ¶
func (m *MockGatewayClient) EXPECT() *MockGatewayClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockGatewayClient) List ¶
func (m *MockGatewayClient) List(arg0 string, arg1 clients.ListOpts) (v1.GatewayList, error)
List mocks base method
func (*MockGatewayClient) Register ¶
func (m *MockGatewayClient) Register() error
Register mocks base method
func (*MockGatewayClient) Watch ¶
func (m *MockGatewayClient) Watch(arg0 string, arg1 clients.WatchOpts) (<-chan v1.GatewayList, <-chan error, error)
Watch mocks base method
type MockGatewayClientMockRecorder ¶
type MockGatewayClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayClientMockRecorder is the mock recorder for MockGatewayClient
func (*MockGatewayClientMockRecorder) BaseClient ¶
func (mr *MockGatewayClientMockRecorder) BaseClient() *gomock.Call
BaseClient indicates an expected call of BaseClient
func (*MockGatewayClientMockRecorder) Delete ¶
func (mr *MockGatewayClientMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockGatewayClientMockRecorder) List ¶
func (mr *MockGatewayClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List
func (*MockGatewayClientMockRecorder) Read ¶
func (mr *MockGatewayClientMockRecorder) Read(arg0, arg1, arg2 interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockGatewayClientMockRecorder) Register ¶
func (mr *MockGatewayClientMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockGatewayClientMockRecorder) Watch ¶
func (mr *MockGatewayClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Watch indicates an expected call of Watch
func (*MockGatewayClientMockRecorder) Write ¶
func (mr *MockGatewayClientMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call
Write indicates an expected call of Write
type MockRouteTableClient ¶ added in v0.19.0
type MockRouteTableClient struct {
// contains filtered or unexported fields
}
MockRouteTableClient is a mock of RouteTableClient interface
func NewMockRouteTableClient ¶ added in v0.19.0
func NewMockRouteTableClient(ctrl *gomock.Controller) *MockRouteTableClient
NewMockRouteTableClient creates a new mock instance
func (*MockRouteTableClient) BaseClient ¶ added in v0.19.0
func (m *MockRouteTableClient) BaseClient() clients.ResourceClient
BaseClient mocks base method
func (*MockRouteTableClient) Delete ¶ added in v0.19.0
func (m *MockRouteTableClient) Delete(arg0, arg1 string, arg2 clients.DeleteOpts) error
Delete mocks base method
func (*MockRouteTableClient) EXPECT ¶ added in v0.19.0
func (m *MockRouteTableClient) EXPECT() *MockRouteTableClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRouteTableClient) List ¶ added in v0.19.0
func (m *MockRouteTableClient) List(arg0 string, arg1 clients.ListOpts) (v1.RouteTableList, error)
List mocks base method
func (*MockRouteTableClient) Read ¶ added in v0.19.0
func (m *MockRouteTableClient) Read(arg0, arg1 string, arg2 clients.ReadOpts) (*v1.RouteTable, error)
Read mocks base method
func (*MockRouteTableClient) Register ¶ added in v0.19.0
func (m *MockRouteTableClient) Register() error
Register mocks base method
func (*MockRouteTableClient) Watch ¶ added in v0.19.0
func (m *MockRouteTableClient) Watch(arg0 string, arg1 clients.WatchOpts) (<-chan v1.RouteTableList, <-chan error, error)
Watch mocks base method
func (*MockRouteTableClient) Write ¶ added in v0.19.0
func (m *MockRouteTableClient) Write(arg0 *v1.RouteTable, arg1 clients.WriteOpts) (*v1.RouteTable, error)
Write mocks base method
type MockRouteTableClientMockRecorder ¶ added in v0.19.0
type MockRouteTableClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRouteTableClientMockRecorder is the mock recorder for MockRouteTableClient
func (*MockRouteTableClientMockRecorder) BaseClient ¶ added in v0.19.0
func (mr *MockRouteTableClientMockRecorder) BaseClient() *gomock.Call
BaseClient indicates an expected call of BaseClient
func (*MockRouteTableClientMockRecorder) Delete ¶ added in v0.19.0
func (mr *MockRouteTableClientMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockRouteTableClientMockRecorder) List ¶ added in v0.19.0
func (mr *MockRouteTableClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List
func (*MockRouteTableClientMockRecorder) Read ¶ added in v0.19.0
func (mr *MockRouteTableClientMockRecorder) Read(arg0, arg1, arg2 interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockRouteTableClientMockRecorder) Register ¶ added in v0.19.0
func (mr *MockRouteTableClientMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockRouteTableClientMockRecorder) Watch ¶ added in v0.19.0
func (mr *MockRouteTableClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Watch indicates an expected call of Watch
func (*MockRouteTableClientMockRecorder) Write ¶ added in v0.19.0
func (mr *MockRouteTableClientMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call
Write indicates an expected call of Write
type MockVirtualServiceClient ¶
type MockVirtualServiceClient struct {
// contains filtered or unexported fields
}
MockVirtualServiceClient is a mock of VirtualServiceClient interface
func NewMockVirtualServiceClient ¶
func NewMockVirtualServiceClient(ctrl *gomock.Controller) *MockVirtualServiceClient
NewMockVirtualServiceClient creates a new mock instance
func (*MockVirtualServiceClient) BaseClient ¶
func (m *MockVirtualServiceClient) BaseClient() clients.ResourceClient
BaseClient mocks base method
func (*MockVirtualServiceClient) Delete ¶
func (m *MockVirtualServiceClient) Delete(arg0, arg1 string, arg2 clients.DeleteOpts) error
Delete mocks base method
func (*MockVirtualServiceClient) EXPECT ¶
func (m *MockVirtualServiceClient) EXPECT() *MockVirtualServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockVirtualServiceClient) List ¶
func (m *MockVirtualServiceClient) List(arg0 string, arg1 clients.ListOpts) (v1.VirtualServiceList, error)
List mocks base method
func (*MockVirtualServiceClient) Read ¶
func (m *MockVirtualServiceClient) Read(arg0, arg1 string, arg2 clients.ReadOpts) (*v1.VirtualService, error)
Read mocks base method
func (*MockVirtualServiceClient) Register ¶
func (m *MockVirtualServiceClient) Register() error
Register mocks base method
func (*MockVirtualServiceClient) Watch ¶
func (m *MockVirtualServiceClient) Watch(arg0 string, arg1 clients.WatchOpts) (<-chan v1.VirtualServiceList, <-chan error, error)
Watch mocks base method
func (*MockVirtualServiceClient) Write ¶
func (m *MockVirtualServiceClient) Write(arg0 *v1.VirtualService, arg1 clients.WriteOpts) (*v1.VirtualService, error)
Write mocks base method
type MockVirtualServiceClientMockRecorder ¶
type MockVirtualServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualServiceClientMockRecorder is the mock recorder for MockVirtualServiceClient
func (*MockVirtualServiceClientMockRecorder) BaseClient ¶
func (mr *MockVirtualServiceClientMockRecorder) BaseClient() *gomock.Call
BaseClient indicates an expected call of BaseClient
func (*MockVirtualServiceClientMockRecorder) Delete ¶
func (mr *MockVirtualServiceClientMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockVirtualServiceClientMockRecorder) List ¶
func (mr *MockVirtualServiceClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List
func (*MockVirtualServiceClientMockRecorder) Read ¶
func (mr *MockVirtualServiceClientMockRecorder) Read(arg0, arg1, arg2 interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockVirtualServiceClientMockRecorder) Register ¶
func (mr *MockVirtualServiceClientMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockVirtualServiceClientMockRecorder) Watch ¶
func (mr *MockVirtualServiceClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Watch indicates an expected call of Watch
func (*MockVirtualServiceClientMockRecorder) Write ¶
func (mr *MockVirtualServiceClientMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call
Write indicates an expected call of Write