Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockHTTPRouteGroupClient
- func (m *MockHTTPRouteGroupClient) BaseClient() clients.ResourceClient
- func (m *MockHTTPRouteGroupClient) Delete(namespace, name string, opts clients.DeleteOpts) error
- func (m *MockHTTPRouteGroupClient) EXPECT() *MockHTTPRouteGroupClientMockRecorder
- func (m *MockHTTPRouteGroupClient) List(namespace string, opts clients.ListOpts) (v1alpha1.HTTPRouteGroupList, error)
- func (m *MockHTTPRouteGroupClient) Read(namespace, name string, opts clients.ReadOpts) (*v1alpha1.HTTPRouteGroup, error)
- func (m *MockHTTPRouteGroupClient) Register() error
- func (m *MockHTTPRouteGroupClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1alpha1.HTTPRouteGroupList, <-chan error, error)
- func (m *MockHTTPRouteGroupClient) Write(resource *v1alpha1.HTTPRouteGroup, opts clients.WriteOpts) (*v1alpha1.HTTPRouteGroup, error)
- type MockHTTPRouteGroupClientMockRecorder
- func (mr *MockHTTPRouteGroupClientMockRecorder) BaseClient() *gomock.Call
- func (mr *MockHTTPRouteGroupClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockHTTPRouteGroupClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
- func (mr *MockHTTPRouteGroupClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockHTTPRouteGroupClientMockRecorder) Register() *gomock.Call
- func (mr *MockHTTPRouteGroupClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
- func (mr *MockHTTPRouteGroupClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
- type MockHTTPRouteGroupReconciler
- type MockHTTPRouteGroupReconcilerMockRecorder
- type MockHTTPRouteGroupWatcher
- type MockHTTPRouteGroupWatcherMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHTTPRouteGroupClient ¶
type MockHTTPRouteGroupClient struct {
// contains filtered or unexported fields
}
MockHTTPRouteGroupClient is a mock of HTTPRouteGroupClient interface
func NewMockHTTPRouteGroupClient ¶
func NewMockHTTPRouteGroupClient(ctrl *gomock.Controller) *MockHTTPRouteGroupClient
NewMockHTTPRouteGroupClient creates a new mock instance
func (*MockHTTPRouteGroupClient) BaseClient ¶
func (m *MockHTTPRouteGroupClient) BaseClient() clients.ResourceClient
BaseClient mocks base method
func (*MockHTTPRouteGroupClient) Delete ¶
func (m *MockHTTPRouteGroupClient) Delete(namespace, name string, opts clients.DeleteOpts) error
Delete mocks base method
func (*MockHTTPRouteGroupClient) EXPECT ¶
func (m *MockHTTPRouteGroupClient) EXPECT() *MockHTTPRouteGroupClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockHTTPRouteGroupClient) List ¶
func (m *MockHTTPRouteGroupClient) List(namespace string, opts clients.ListOpts) (v1alpha1.HTTPRouteGroupList, error)
List mocks base method
func (*MockHTTPRouteGroupClient) Read ¶
func (m *MockHTTPRouteGroupClient) Read(namespace, name string, opts clients.ReadOpts) (*v1alpha1.HTTPRouteGroup, error)
Read mocks base method
func (*MockHTTPRouteGroupClient) Register ¶
func (m *MockHTTPRouteGroupClient) Register() error
Register mocks base method
func (*MockHTTPRouteGroupClient) Watch ¶
func (m *MockHTTPRouteGroupClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1alpha1.HTTPRouteGroupList, <-chan error, error)
Watch mocks base method
func (*MockHTTPRouteGroupClient) Write ¶
func (m *MockHTTPRouteGroupClient) Write(resource *v1alpha1.HTTPRouteGroup, opts clients.WriteOpts) (*v1alpha1.HTTPRouteGroup, error)
Write mocks base method
type MockHTTPRouteGroupClientMockRecorder ¶
type MockHTTPRouteGroupClientMockRecorder struct {
// contains filtered or unexported fields
}
MockHTTPRouteGroupClientMockRecorder is the mock recorder for MockHTTPRouteGroupClient
func (*MockHTTPRouteGroupClientMockRecorder) BaseClient ¶
func (mr *MockHTTPRouteGroupClientMockRecorder) BaseClient() *gomock.Call
BaseClient indicates an expected call of BaseClient
func (*MockHTTPRouteGroupClientMockRecorder) Delete ¶
func (mr *MockHTTPRouteGroupClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockHTTPRouteGroupClientMockRecorder) List ¶
func (mr *MockHTTPRouteGroupClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
List indicates an expected call of List
func (*MockHTTPRouteGroupClientMockRecorder) Read ¶
func (mr *MockHTTPRouteGroupClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockHTTPRouteGroupClientMockRecorder) Register ¶
func (mr *MockHTTPRouteGroupClientMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockHTTPRouteGroupClientMockRecorder) Watch ¶
func (mr *MockHTTPRouteGroupClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
func (*MockHTTPRouteGroupClientMockRecorder) Write ¶
func (mr *MockHTTPRouteGroupClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
Write indicates an expected call of Write
type MockHTTPRouteGroupReconciler ¶
type MockHTTPRouteGroupReconciler struct {
// contains filtered or unexported fields
}
MockHTTPRouteGroupReconciler is a mock of HTTPRouteGroupReconciler interface
func NewMockHTTPRouteGroupReconciler ¶
func NewMockHTTPRouteGroupReconciler(ctrl *gomock.Controller) *MockHTTPRouteGroupReconciler
NewMockHTTPRouteGroupReconciler creates a new mock instance
func (*MockHTTPRouteGroupReconciler) EXPECT ¶
func (m *MockHTTPRouteGroupReconciler) EXPECT() *MockHTTPRouteGroupReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockHTTPRouteGroupReconciler) Reconcile ¶
func (m *MockHTTPRouteGroupReconciler) Reconcile(namespace string, desiredResources v1alpha1.HTTPRouteGroupList, transition v1alpha1.TransitionHTTPRouteGroupFunc, opts clients.ListOpts) error
Reconcile mocks base method
type MockHTTPRouteGroupReconcilerMockRecorder ¶
type MockHTTPRouteGroupReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockHTTPRouteGroupReconcilerMockRecorder is the mock recorder for MockHTTPRouteGroupReconciler
func (*MockHTTPRouteGroupReconcilerMockRecorder) Reconcile ¶
func (mr *MockHTTPRouteGroupReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile
type MockHTTPRouteGroupWatcher ¶
type MockHTTPRouteGroupWatcher struct {
// contains filtered or unexported fields
}
MockHTTPRouteGroupWatcher is a mock of HTTPRouteGroupWatcher interface
func NewMockHTTPRouteGroupWatcher ¶
func NewMockHTTPRouteGroupWatcher(ctrl *gomock.Controller) *MockHTTPRouteGroupWatcher
NewMockHTTPRouteGroupWatcher creates a new mock instance
func (*MockHTTPRouteGroupWatcher) EXPECT ¶
func (m *MockHTTPRouteGroupWatcher) EXPECT() *MockHTTPRouteGroupWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockHTTPRouteGroupWatcher) Watch ¶
func (m *MockHTTPRouteGroupWatcher) Watch(namespace string, opts clients.WatchOpts) (<-chan v1alpha1.HTTPRouteGroupList, <-chan error, error)
Watch mocks base method
type MockHTTPRouteGroupWatcherMockRecorder ¶
type MockHTTPRouteGroupWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockHTTPRouteGroupWatcherMockRecorder is the mock recorder for MockHTTPRouteGroupWatcher
func (*MockHTTPRouteGroupWatcherMockRecorder) Watch ¶
func (mr *MockHTTPRouteGroupWatcherMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch