Documentation ¶
Overview ¶
Package mock_v1 is a generated GoMock package.
Index ¶
- type MockClientset
- type MockClientsetMockRecorder
- type MockGatewayClassClient
- func (m *MockGatewayClassClient) CreateGatewayClass(ctx context.Context, obj *v10.GatewayClass, opts ...client.CreateOption) error
- func (m *MockGatewayClassClient) DeleteAllOfGatewayClass(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockGatewayClassClient) DeleteGatewayClass(ctx context.Context, name string, opts ...client.DeleteOption) error
- func (m *MockGatewayClassClient) EXPECT() *MockGatewayClassClientMockRecorder
- func (m *MockGatewayClassClient) GetGatewayClass(ctx context.Context, name string) (*v10.GatewayClass, error)
- func (m *MockGatewayClassClient) ListGatewayClass(ctx context.Context, opts ...client.ListOption) (*v10.GatewayClassList, error)
- func (m *MockGatewayClassClient) PatchGatewayClass(ctx context.Context, obj *v10.GatewayClass, patch client.Patch, ...) error
- func (m *MockGatewayClassClient) PatchGatewayClassStatus(ctx context.Context, obj *v10.GatewayClass, patch client.Patch, ...) error
- func (m *MockGatewayClassClient) UpdateGatewayClass(ctx context.Context, obj *v10.GatewayClass, opts ...client.UpdateOption) error
- func (m *MockGatewayClassClient) UpdateGatewayClassStatus(ctx context.Context, obj *v10.GatewayClass, ...) error
- func (m *MockGatewayClassClient) UpsertGatewayClass(ctx context.Context, obj *v10.GatewayClass, ...) error
- type MockGatewayClassClientMockRecorder
- func (mr *MockGatewayClassClientMockRecorder) CreateGatewayClass(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClassClientMockRecorder) DeleteAllOfGatewayClass(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClassClientMockRecorder) DeleteGatewayClass(ctx, name interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClassClientMockRecorder) GetGatewayClass(ctx, name interface{}) *gomock.Call
- func (mr *MockGatewayClassClientMockRecorder) ListGatewayClass(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClassClientMockRecorder) PatchGatewayClass(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClassClientMockRecorder) PatchGatewayClassStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClassClientMockRecorder) UpdateGatewayClass(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClassClientMockRecorder) UpdateGatewayClassStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClassClientMockRecorder) UpsertGatewayClass(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockGatewayClassReader
- func (m *MockGatewayClassReader) EXPECT() *MockGatewayClassReaderMockRecorder
- func (m *MockGatewayClassReader) GetGatewayClass(ctx context.Context, name string) (*v10.GatewayClass, error)
- func (m *MockGatewayClassReader) ListGatewayClass(ctx context.Context, opts ...client.ListOption) (*v10.GatewayClassList, error)
- type MockGatewayClassReaderMockRecorder
- type MockGatewayClassStatusWriter
- func (m *MockGatewayClassStatusWriter) EXPECT() *MockGatewayClassStatusWriterMockRecorder
- func (m *MockGatewayClassStatusWriter) PatchGatewayClassStatus(ctx context.Context, obj *v10.GatewayClass, patch client.Patch, ...) error
- func (m *MockGatewayClassStatusWriter) UpdateGatewayClassStatus(ctx context.Context, obj *v10.GatewayClass, ...) error
- type MockGatewayClassStatusWriterMockRecorder
- type MockGatewayClassWriter
- func (m *MockGatewayClassWriter) CreateGatewayClass(ctx context.Context, obj *v10.GatewayClass, opts ...client.CreateOption) error
- func (m *MockGatewayClassWriter) DeleteAllOfGatewayClass(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockGatewayClassWriter) DeleteGatewayClass(ctx context.Context, name string, opts ...client.DeleteOption) error
- func (m *MockGatewayClassWriter) EXPECT() *MockGatewayClassWriterMockRecorder
- func (m *MockGatewayClassWriter) PatchGatewayClass(ctx context.Context, obj *v10.GatewayClass, patch client.Patch, ...) error
- func (m *MockGatewayClassWriter) UpdateGatewayClass(ctx context.Context, obj *v10.GatewayClass, opts ...client.UpdateOption) error
- func (m *MockGatewayClassWriter) UpsertGatewayClass(ctx context.Context, obj *v10.GatewayClass, ...) error
- type MockGatewayClassWriterMockRecorder
- func (mr *MockGatewayClassWriterMockRecorder) CreateGatewayClass(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClassWriterMockRecorder) DeleteAllOfGatewayClass(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClassWriterMockRecorder) DeleteGatewayClass(ctx, name interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClassWriterMockRecorder) PatchGatewayClass(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClassWriterMockRecorder) UpdateGatewayClass(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClassWriterMockRecorder) UpsertGatewayClass(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockGatewayClient
- func (m *MockGatewayClient) CreateGateway(ctx context.Context, obj *v10.Gateway, opts ...client.CreateOption) error
- func (m *MockGatewayClient) DeleteAllOfGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockGatewayClient) DeleteGateway(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockGatewayClient) EXPECT() *MockGatewayClientMockRecorder
- func (m *MockGatewayClient) GetGateway(ctx context.Context, key client.ObjectKey) (*v10.Gateway, error)
- func (m *MockGatewayClient) ListGateway(ctx context.Context, opts ...client.ListOption) (*v10.GatewayList, error)
- func (m *MockGatewayClient) PatchGateway(ctx context.Context, obj *v10.Gateway, patch client.Patch, ...) error
- func (m *MockGatewayClient) PatchGatewayStatus(ctx context.Context, obj *v10.Gateway, patch client.Patch, ...) error
- func (m *MockGatewayClient) UpdateGateway(ctx context.Context, obj *v10.Gateway, opts ...client.UpdateOption) error
- func (m *MockGatewayClient) UpdateGatewayStatus(ctx context.Context, obj *v10.Gateway, opts ...client.SubResourceUpdateOption) error
- func (m *MockGatewayClient) UpsertGateway(ctx context.Context, obj *v10.Gateway, ...) error
- type MockGatewayClientMockRecorder
- func (mr *MockGatewayClientMockRecorder) CreateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) DeleteAllOfGateway(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) DeleteGateway(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) GetGateway(ctx, key interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) ListGateway(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) PatchGateway(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) PatchGatewayStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) UpdateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) UpdateGatewayStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) UpsertGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockGatewayReader
- type MockGatewayReaderMockRecorder
- type MockGatewayStatusWriter
- func (m *MockGatewayStatusWriter) EXPECT() *MockGatewayStatusWriterMockRecorder
- func (m *MockGatewayStatusWriter) PatchGatewayStatus(ctx context.Context, obj *v10.Gateway, patch client.Patch, ...) error
- func (m *MockGatewayStatusWriter) UpdateGatewayStatus(ctx context.Context, obj *v10.Gateway, opts ...client.SubResourceUpdateOption) error
- type MockGatewayStatusWriterMockRecorder
- type MockGatewayWriter
- func (m *MockGatewayWriter) CreateGateway(ctx context.Context, obj *v10.Gateway, opts ...client.CreateOption) error
- func (m *MockGatewayWriter) DeleteAllOfGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockGatewayWriter) DeleteGateway(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockGatewayWriter) EXPECT() *MockGatewayWriterMockRecorder
- func (m *MockGatewayWriter) PatchGateway(ctx context.Context, obj *v10.Gateway, patch client.Patch, ...) error
- func (m *MockGatewayWriter) UpdateGateway(ctx context.Context, obj *v10.Gateway, opts ...client.UpdateOption) error
- func (m *MockGatewayWriter) UpsertGateway(ctx context.Context, obj *v10.Gateway, ...) error
- type MockGatewayWriterMockRecorder
- func (mr *MockGatewayWriterMockRecorder) CreateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayWriterMockRecorder) DeleteAllOfGateway(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayWriterMockRecorder) DeleteGateway(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayWriterMockRecorder) PatchGateway(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayWriterMockRecorder) UpdateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayWriterMockRecorder) UpsertGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockHTTPRouteClient
- func (m *MockHTTPRouteClient) CreateHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, opts ...client.CreateOption) error
- func (m *MockHTTPRouteClient) DeleteAllOfHTTPRoute(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockHTTPRouteClient) DeleteHTTPRoute(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockHTTPRouteClient) EXPECT() *MockHTTPRouteClientMockRecorder
- func (m *MockHTTPRouteClient) GetHTTPRoute(ctx context.Context, key client.ObjectKey) (*v10.HTTPRoute, error)
- func (m *MockHTTPRouteClient) ListHTTPRoute(ctx context.Context, opts ...client.ListOption) (*v10.HTTPRouteList, error)
- func (m *MockHTTPRouteClient) PatchHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, patch client.Patch, ...) error
- func (m *MockHTTPRouteClient) PatchHTTPRouteStatus(ctx context.Context, obj *v10.HTTPRoute, patch client.Patch, ...) error
- func (m *MockHTTPRouteClient) UpdateHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, opts ...client.UpdateOption) error
- func (m *MockHTTPRouteClient) UpdateHTTPRouteStatus(ctx context.Context, obj *v10.HTTPRoute, ...) error
- func (m *MockHTTPRouteClient) UpsertHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, ...) error
- type MockHTTPRouteClientMockRecorder
- func (mr *MockHTTPRouteClientMockRecorder) CreateHTTPRoute(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockHTTPRouteClientMockRecorder) DeleteAllOfHTTPRoute(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockHTTPRouteClientMockRecorder) DeleteHTTPRoute(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockHTTPRouteClientMockRecorder) GetHTTPRoute(ctx, key interface{}) *gomock.Call
- func (mr *MockHTTPRouteClientMockRecorder) ListHTTPRoute(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockHTTPRouteClientMockRecorder) PatchHTTPRoute(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockHTTPRouteClientMockRecorder) PatchHTTPRouteStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockHTTPRouteClientMockRecorder) UpdateHTTPRoute(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockHTTPRouteClientMockRecorder) UpdateHTTPRouteStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockHTTPRouteClientMockRecorder) UpsertHTTPRoute(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockHTTPRouteReader
- func (m *MockHTTPRouteReader) EXPECT() *MockHTTPRouteReaderMockRecorder
- func (m *MockHTTPRouteReader) GetHTTPRoute(ctx context.Context, key client.ObjectKey) (*v10.HTTPRoute, error)
- func (m *MockHTTPRouteReader) ListHTTPRoute(ctx context.Context, opts ...client.ListOption) (*v10.HTTPRouteList, error)
- type MockHTTPRouteReaderMockRecorder
- type MockHTTPRouteStatusWriter
- func (m *MockHTTPRouteStatusWriter) EXPECT() *MockHTTPRouteStatusWriterMockRecorder
- func (m *MockHTTPRouteStatusWriter) PatchHTTPRouteStatus(ctx context.Context, obj *v10.HTTPRoute, patch client.Patch, ...) error
- func (m *MockHTTPRouteStatusWriter) UpdateHTTPRouteStatus(ctx context.Context, obj *v10.HTTPRoute, ...) error
- type MockHTTPRouteStatusWriterMockRecorder
- type MockHTTPRouteWriter
- func (m *MockHTTPRouteWriter) CreateHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, opts ...client.CreateOption) error
- func (m *MockHTTPRouteWriter) DeleteAllOfHTTPRoute(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockHTTPRouteWriter) DeleteHTTPRoute(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockHTTPRouteWriter) EXPECT() *MockHTTPRouteWriterMockRecorder
- func (m *MockHTTPRouteWriter) PatchHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, patch client.Patch, ...) error
- func (m *MockHTTPRouteWriter) UpdateHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, opts ...client.UpdateOption) error
- func (m *MockHTTPRouteWriter) UpsertHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, ...) error
- type MockHTTPRouteWriterMockRecorder
- func (mr *MockHTTPRouteWriterMockRecorder) CreateHTTPRoute(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockHTTPRouteWriterMockRecorder) DeleteAllOfHTTPRoute(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockHTTPRouteWriterMockRecorder) DeleteHTTPRoute(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockHTTPRouteWriterMockRecorder) PatchHTTPRoute(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockHTTPRouteWriterMockRecorder) UpdateHTTPRoute(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockHTTPRouteWriterMockRecorder) UpsertHTTPRoute(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockMulticlusterClientset
- type MockMulticlusterClientsetMockRecorder
- type MockMulticlusterGatewayClassClient
- type MockMulticlusterGatewayClassClientMockRecorder
- type MockMulticlusterGatewayClient
- type MockMulticlusterGatewayClientMockRecorder
- type MockMulticlusterHTTPRouteClient
- type MockMulticlusterHTTPRouteClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientset ¶
type MockClientset struct {
// contains filtered or unexported fields
}
MockClientset is a mock of Clientset interface.
func NewMockClientset ¶
func NewMockClientset(ctrl *gomock.Controller) *MockClientset
NewMockClientset creates a new mock instance.
func (*MockClientset) EXPECT ¶
func (m *MockClientset) EXPECT() *MockClientsetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientset) GatewayClasses ¶
func (m *MockClientset) GatewayClasses() v1.GatewayClassClient
GatewayClasses mocks base method.
func (*MockClientset) Gateways ¶
func (m *MockClientset) Gateways() v1.GatewayClient
Gateways mocks base method.
func (*MockClientset) HTTPRoutes ¶
func (m *MockClientset) HTTPRoutes() v1.HTTPRouteClient
HTTPRoutes mocks base method.
type MockClientsetMockRecorder ¶
type MockClientsetMockRecorder struct {
// contains filtered or unexported fields
}
MockClientsetMockRecorder is the mock recorder for MockClientset.
func (*MockClientsetMockRecorder) GatewayClasses ¶
func (mr *MockClientsetMockRecorder) GatewayClasses() *gomock.Call
GatewayClasses indicates an expected call of GatewayClasses.
func (*MockClientsetMockRecorder) Gateways ¶
func (mr *MockClientsetMockRecorder) Gateways() *gomock.Call
Gateways indicates an expected call of Gateways.
func (*MockClientsetMockRecorder) HTTPRoutes ¶
func (mr *MockClientsetMockRecorder) HTTPRoutes() *gomock.Call
HTTPRoutes indicates an expected call of HTTPRoutes.
type MockGatewayClassClient ¶
type MockGatewayClassClient struct {
// contains filtered or unexported fields
}
MockGatewayClassClient is a mock of GatewayClassClient interface.
func NewMockGatewayClassClient ¶
func NewMockGatewayClassClient(ctrl *gomock.Controller) *MockGatewayClassClient
NewMockGatewayClassClient creates a new mock instance.
func (*MockGatewayClassClient) CreateGatewayClass ¶
func (m *MockGatewayClassClient) CreateGatewayClass(ctx context.Context, obj *v10.GatewayClass, opts ...client.CreateOption) error
CreateGatewayClass mocks base method.
func (*MockGatewayClassClient) DeleteAllOfGatewayClass ¶
func (m *MockGatewayClassClient) DeleteAllOfGatewayClass(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfGatewayClass mocks base method.
func (*MockGatewayClassClient) DeleteGatewayClass ¶
func (m *MockGatewayClassClient) DeleteGatewayClass(ctx context.Context, name string, opts ...client.DeleteOption) error
DeleteGatewayClass mocks base method.
func (*MockGatewayClassClient) EXPECT ¶
func (m *MockGatewayClassClient) EXPECT() *MockGatewayClassClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGatewayClassClient) GetGatewayClass ¶
func (m *MockGatewayClassClient) GetGatewayClass(ctx context.Context, name string) (*v10.GatewayClass, error)
GetGatewayClass mocks base method.
func (*MockGatewayClassClient) ListGatewayClass ¶
func (m *MockGatewayClassClient) ListGatewayClass(ctx context.Context, opts ...client.ListOption) (*v10.GatewayClassList, error)
ListGatewayClass mocks base method.
func (*MockGatewayClassClient) PatchGatewayClass ¶
func (m *MockGatewayClassClient) PatchGatewayClass(ctx context.Context, obj *v10.GatewayClass, patch client.Patch, opts ...client.PatchOption) error
PatchGatewayClass mocks base method.
func (*MockGatewayClassClient) PatchGatewayClassStatus ¶
func (m *MockGatewayClassClient) PatchGatewayClassStatus(ctx context.Context, obj *v10.GatewayClass, patch client.Patch, opts ...client.SubResourcePatchOption) error
PatchGatewayClassStatus mocks base method.
func (*MockGatewayClassClient) UpdateGatewayClass ¶
func (m *MockGatewayClassClient) UpdateGatewayClass(ctx context.Context, obj *v10.GatewayClass, opts ...client.UpdateOption) error
UpdateGatewayClass mocks base method.
func (*MockGatewayClassClient) UpdateGatewayClassStatus ¶
func (m *MockGatewayClassClient) UpdateGatewayClassStatus(ctx context.Context, obj *v10.GatewayClass, opts ...client.SubResourceUpdateOption) error
UpdateGatewayClassStatus mocks base method.
func (*MockGatewayClassClient) UpsertGatewayClass ¶
func (m *MockGatewayClassClient) UpsertGatewayClass(ctx context.Context, obj *v10.GatewayClass, transitionFuncs ...v1.GatewayClassTransitionFunction) error
UpsertGatewayClass mocks base method.
type MockGatewayClassClientMockRecorder ¶
type MockGatewayClassClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayClassClientMockRecorder is the mock recorder for MockGatewayClassClient.
func (*MockGatewayClassClientMockRecorder) CreateGatewayClass ¶
func (mr *MockGatewayClassClientMockRecorder) CreateGatewayClass(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateGatewayClass indicates an expected call of CreateGatewayClass.
func (*MockGatewayClassClientMockRecorder) DeleteAllOfGatewayClass ¶
func (mr *MockGatewayClassClientMockRecorder) DeleteAllOfGatewayClass(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfGatewayClass indicates an expected call of DeleteAllOfGatewayClass.
func (*MockGatewayClassClientMockRecorder) DeleteGatewayClass ¶
func (mr *MockGatewayClassClientMockRecorder) DeleteGatewayClass(ctx, name interface{}, opts ...interface{}) *gomock.Call
DeleteGatewayClass indicates an expected call of DeleteGatewayClass.
func (*MockGatewayClassClientMockRecorder) GetGatewayClass ¶
func (mr *MockGatewayClassClientMockRecorder) GetGatewayClass(ctx, name interface{}) *gomock.Call
GetGatewayClass indicates an expected call of GetGatewayClass.
func (*MockGatewayClassClientMockRecorder) ListGatewayClass ¶
func (mr *MockGatewayClassClientMockRecorder) ListGatewayClass(ctx interface{}, opts ...interface{}) *gomock.Call
ListGatewayClass indicates an expected call of ListGatewayClass.
func (*MockGatewayClassClientMockRecorder) PatchGatewayClass ¶
func (mr *MockGatewayClassClientMockRecorder) PatchGatewayClass(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchGatewayClass indicates an expected call of PatchGatewayClass.
func (*MockGatewayClassClientMockRecorder) PatchGatewayClassStatus ¶
func (mr *MockGatewayClassClientMockRecorder) PatchGatewayClassStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchGatewayClassStatus indicates an expected call of PatchGatewayClassStatus.
func (*MockGatewayClassClientMockRecorder) UpdateGatewayClass ¶
func (mr *MockGatewayClassClientMockRecorder) UpdateGatewayClass(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateGatewayClass indicates an expected call of UpdateGatewayClass.
func (*MockGatewayClassClientMockRecorder) UpdateGatewayClassStatus ¶
func (mr *MockGatewayClassClientMockRecorder) UpdateGatewayClassStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateGatewayClassStatus indicates an expected call of UpdateGatewayClassStatus.
func (*MockGatewayClassClientMockRecorder) UpsertGatewayClass ¶
func (mr *MockGatewayClassClientMockRecorder) UpsertGatewayClass(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertGatewayClass indicates an expected call of UpsertGatewayClass.
type MockGatewayClassReader ¶
type MockGatewayClassReader struct {
// contains filtered or unexported fields
}
MockGatewayClassReader is a mock of GatewayClassReader interface.
func NewMockGatewayClassReader ¶
func NewMockGatewayClassReader(ctrl *gomock.Controller) *MockGatewayClassReader
NewMockGatewayClassReader creates a new mock instance.
func (*MockGatewayClassReader) EXPECT ¶
func (m *MockGatewayClassReader) EXPECT() *MockGatewayClassReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGatewayClassReader) GetGatewayClass ¶
func (m *MockGatewayClassReader) GetGatewayClass(ctx context.Context, name string) (*v10.GatewayClass, error)
GetGatewayClass mocks base method.
func (*MockGatewayClassReader) ListGatewayClass ¶
func (m *MockGatewayClassReader) ListGatewayClass(ctx context.Context, opts ...client.ListOption) (*v10.GatewayClassList, error)
ListGatewayClass mocks base method.
type MockGatewayClassReaderMockRecorder ¶
type MockGatewayClassReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayClassReaderMockRecorder is the mock recorder for MockGatewayClassReader.
func (*MockGatewayClassReaderMockRecorder) GetGatewayClass ¶
func (mr *MockGatewayClassReaderMockRecorder) GetGatewayClass(ctx, name interface{}) *gomock.Call
GetGatewayClass indicates an expected call of GetGatewayClass.
func (*MockGatewayClassReaderMockRecorder) ListGatewayClass ¶
func (mr *MockGatewayClassReaderMockRecorder) ListGatewayClass(ctx interface{}, opts ...interface{}) *gomock.Call
ListGatewayClass indicates an expected call of ListGatewayClass.
type MockGatewayClassStatusWriter ¶
type MockGatewayClassStatusWriter struct {
// contains filtered or unexported fields
}
MockGatewayClassStatusWriter is a mock of GatewayClassStatusWriter interface.
func NewMockGatewayClassStatusWriter ¶
func NewMockGatewayClassStatusWriter(ctrl *gomock.Controller) *MockGatewayClassStatusWriter
NewMockGatewayClassStatusWriter creates a new mock instance.
func (*MockGatewayClassStatusWriter) EXPECT ¶
func (m *MockGatewayClassStatusWriter) EXPECT() *MockGatewayClassStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGatewayClassStatusWriter) PatchGatewayClassStatus ¶
func (m *MockGatewayClassStatusWriter) PatchGatewayClassStatus(ctx context.Context, obj *v10.GatewayClass, patch client.Patch, opts ...client.SubResourcePatchOption) error
PatchGatewayClassStatus mocks base method.
func (*MockGatewayClassStatusWriter) UpdateGatewayClassStatus ¶
func (m *MockGatewayClassStatusWriter) UpdateGatewayClassStatus(ctx context.Context, obj *v10.GatewayClass, opts ...client.SubResourceUpdateOption) error
UpdateGatewayClassStatus mocks base method.
type MockGatewayClassStatusWriterMockRecorder ¶
type MockGatewayClassStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayClassStatusWriterMockRecorder is the mock recorder for MockGatewayClassStatusWriter.
func (*MockGatewayClassStatusWriterMockRecorder) PatchGatewayClassStatus ¶
func (mr *MockGatewayClassStatusWriterMockRecorder) PatchGatewayClassStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchGatewayClassStatus indicates an expected call of PatchGatewayClassStatus.
func (*MockGatewayClassStatusWriterMockRecorder) UpdateGatewayClassStatus ¶
func (mr *MockGatewayClassStatusWriterMockRecorder) UpdateGatewayClassStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateGatewayClassStatus indicates an expected call of UpdateGatewayClassStatus.
type MockGatewayClassWriter ¶
type MockGatewayClassWriter struct {
// contains filtered or unexported fields
}
MockGatewayClassWriter is a mock of GatewayClassWriter interface.
func NewMockGatewayClassWriter ¶
func NewMockGatewayClassWriter(ctrl *gomock.Controller) *MockGatewayClassWriter
NewMockGatewayClassWriter creates a new mock instance.
func (*MockGatewayClassWriter) CreateGatewayClass ¶
func (m *MockGatewayClassWriter) CreateGatewayClass(ctx context.Context, obj *v10.GatewayClass, opts ...client.CreateOption) error
CreateGatewayClass mocks base method.
func (*MockGatewayClassWriter) DeleteAllOfGatewayClass ¶
func (m *MockGatewayClassWriter) DeleteAllOfGatewayClass(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfGatewayClass mocks base method.
func (*MockGatewayClassWriter) DeleteGatewayClass ¶
func (m *MockGatewayClassWriter) DeleteGatewayClass(ctx context.Context, name string, opts ...client.DeleteOption) error
DeleteGatewayClass mocks base method.
func (*MockGatewayClassWriter) EXPECT ¶
func (m *MockGatewayClassWriter) EXPECT() *MockGatewayClassWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGatewayClassWriter) PatchGatewayClass ¶
func (m *MockGatewayClassWriter) PatchGatewayClass(ctx context.Context, obj *v10.GatewayClass, patch client.Patch, opts ...client.PatchOption) error
PatchGatewayClass mocks base method.
func (*MockGatewayClassWriter) UpdateGatewayClass ¶
func (m *MockGatewayClassWriter) UpdateGatewayClass(ctx context.Context, obj *v10.GatewayClass, opts ...client.UpdateOption) error
UpdateGatewayClass mocks base method.
func (*MockGatewayClassWriter) UpsertGatewayClass ¶
func (m *MockGatewayClassWriter) UpsertGatewayClass(ctx context.Context, obj *v10.GatewayClass, transitionFuncs ...v1.GatewayClassTransitionFunction) error
UpsertGatewayClass mocks base method.
type MockGatewayClassWriterMockRecorder ¶
type MockGatewayClassWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayClassWriterMockRecorder is the mock recorder for MockGatewayClassWriter.
func (*MockGatewayClassWriterMockRecorder) CreateGatewayClass ¶
func (mr *MockGatewayClassWriterMockRecorder) CreateGatewayClass(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateGatewayClass indicates an expected call of CreateGatewayClass.
func (*MockGatewayClassWriterMockRecorder) DeleteAllOfGatewayClass ¶
func (mr *MockGatewayClassWriterMockRecorder) DeleteAllOfGatewayClass(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfGatewayClass indicates an expected call of DeleteAllOfGatewayClass.
func (*MockGatewayClassWriterMockRecorder) DeleteGatewayClass ¶
func (mr *MockGatewayClassWriterMockRecorder) DeleteGatewayClass(ctx, name interface{}, opts ...interface{}) *gomock.Call
DeleteGatewayClass indicates an expected call of DeleteGatewayClass.
func (*MockGatewayClassWriterMockRecorder) PatchGatewayClass ¶
func (mr *MockGatewayClassWriterMockRecorder) PatchGatewayClass(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchGatewayClass indicates an expected call of PatchGatewayClass.
func (*MockGatewayClassWriterMockRecorder) UpdateGatewayClass ¶
func (mr *MockGatewayClassWriterMockRecorder) UpdateGatewayClass(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateGatewayClass indicates an expected call of UpdateGatewayClass.
func (*MockGatewayClassWriterMockRecorder) UpsertGatewayClass ¶
func (mr *MockGatewayClassWriterMockRecorder) UpsertGatewayClass(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertGatewayClass indicates an expected call of UpsertGatewayClass.
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) CreateGateway ¶
func (m *MockGatewayClient) CreateGateway(ctx context.Context, obj *v10.Gateway, opts ...client.CreateOption) error
CreateGateway mocks base method.
func (*MockGatewayClient) DeleteAllOfGateway ¶
func (m *MockGatewayClient) DeleteAllOfGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfGateway mocks base method.
func (*MockGatewayClient) DeleteGateway ¶
func (m *MockGatewayClient) DeleteGateway(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteGateway 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) GetGateway ¶
func (m *MockGatewayClient) GetGateway(ctx context.Context, key client.ObjectKey) (*v10.Gateway, error)
GetGateway mocks base method.
func (*MockGatewayClient) ListGateway ¶
func (m *MockGatewayClient) ListGateway(ctx context.Context, opts ...client.ListOption) (*v10.GatewayList, error)
ListGateway mocks base method.
func (*MockGatewayClient) PatchGateway ¶
func (m *MockGatewayClient) PatchGateway(ctx context.Context, obj *v10.Gateway, patch client.Patch, opts ...client.PatchOption) error
PatchGateway mocks base method.
func (*MockGatewayClient) PatchGatewayStatus ¶
func (m *MockGatewayClient) PatchGatewayStatus(ctx context.Context, obj *v10.Gateway, patch client.Patch, opts ...client.SubResourcePatchOption) error
PatchGatewayStatus mocks base method.
func (*MockGatewayClient) UpdateGateway ¶
func (m *MockGatewayClient) UpdateGateway(ctx context.Context, obj *v10.Gateway, opts ...client.UpdateOption) error
UpdateGateway mocks base method.
func (*MockGatewayClient) UpdateGatewayStatus ¶
func (m *MockGatewayClient) UpdateGatewayStatus(ctx context.Context, obj *v10.Gateway, opts ...client.SubResourceUpdateOption) error
UpdateGatewayStatus mocks base method.
func (*MockGatewayClient) UpsertGateway ¶
func (m *MockGatewayClient) UpsertGateway(ctx context.Context, obj *v10.Gateway, transitionFuncs ...v1.GatewayTransitionFunction) error
UpsertGateway mocks base method.
type MockGatewayClientMockRecorder ¶
type MockGatewayClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayClientMockRecorder is the mock recorder for MockGatewayClient.
func (*MockGatewayClientMockRecorder) CreateGateway ¶
func (mr *MockGatewayClientMockRecorder) CreateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateGateway indicates an expected call of CreateGateway.
func (*MockGatewayClientMockRecorder) DeleteAllOfGateway ¶
func (mr *MockGatewayClientMockRecorder) DeleteAllOfGateway(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfGateway indicates an expected call of DeleteAllOfGateway.
func (*MockGatewayClientMockRecorder) DeleteGateway ¶
func (mr *MockGatewayClientMockRecorder) DeleteGateway(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteGateway indicates an expected call of DeleteGateway.
func (*MockGatewayClientMockRecorder) GetGateway ¶
func (mr *MockGatewayClientMockRecorder) GetGateway(ctx, key interface{}) *gomock.Call
GetGateway indicates an expected call of GetGateway.
func (*MockGatewayClientMockRecorder) ListGateway ¶
func (mr *MockGatewayClientMockRecorder) ListGateway(ctx interface{}, opts ...interface{}) *gomock.Call
ListGateway indicates an expected call of ListGateway.
func (*MockGatewayClientMockRecorder) PatchGateway ¶
func (mr *MockGatewayClientMockRecorder) PatchGateway(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchGateway indicates an expected call of PatchGateway.
func (*MockGatewayClientMockRecorder) PatchGatewayStatus ¶
func (mr *MockGatewayClientMockRecorder) PatchGatewayStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchGatewayStatus indicates an expected call of PatchGatewayStatus.
func (*MockGatewayClientMockRecorder) UpdateGateway ¶
func (mr *MockGatewayClientMockRecorder) UpdateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateGateway indicates an expected call of UpdateGateway.
func (*MockGatewayClientMockRecorder) UpdateGatewayStatus ¶
func (mr *MockGatewayClientMockRecorder) UpdateGatewayStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateGatewayStatus indicates an expected call of UpdateGatewayStatus.
func (*MockGatewayClientMockRecorder) UpsertGateway ¶
func (mr *MockGatewayClientMockRecorder) UpsertGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertGateway indicates an expected call of UpsertGateway.
type MockGatewayReader ¶
type MockGatewayReader struct {
// contains filtered or unexported fields
}
MockGatewayReader is a mock of GatewayReader interface.
func NewMockGatewayReader ¶
func NewMockGatewayReader(ctrl *gomock.Controller) *MockGatewayReader
NewMockGatewayReader creates a new mock instance.
func (*MockGatewayReader) EXPECT ¶
func (m *MockGatewayReader) EXPECT() *MockGatewayReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGatewayReader) GetGateway ¶
func (m *MockGatewayReader) GetGateway(ctx context.Context, key client.ObjectKey) (*v10.Gateway, error)
GetGateway mocks base method.
func (*MockGatewayReader) ListGateway ¶
func (m *MockGatewayReader) ListGateway(ctx context.Context, opts ...client.ListOption) (*v10.GatewayList, error)
ListGateway mocks base method.
type MockGatewayReaderMockRecorder ¶
type MockGatewayReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayReaderMockRecorder is the mock recorder for MockGatewayReader.
func (*MockGatewayReaderMockRecorder) GetGateway ¶
func (mr *MockGatewayReaderMockRecorder) GetGateway(ctx, key interface{}) *gomock.Call
GetGateway indicates an expected call of GetGateway.
func (*MockGatewayReaderMockRecorder) ListGateway ¶
func (mr *MockGatewayReaderMockRecorder) ListGateway(ctx interface{}, opts ...interface{}) *gomock.Call
ListGateway indicates an expected call of ListGateway.
type MockGatewayStatusWriter ¶
type MockGatewayStatusWriter struct {
// contains filtered or unexported fields
}
MockGatewayStatusWriter is a mock of GatewayStatusWriter interface.
func NewMockGatewayStatusWriter ¶
func NewMockGatewayStatusWriter(ctrl *gomock.Controller) *MockGatewayStatusWriter
NewMockGatewayStatusWriter creates a new mock instance.
func (*MockGatewayStatusWriter) EXPECT ¶
func (m *MockGatewayStatusWriter) EXPECT() *MockGatewayStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGatewayStatusWriter) PatchGatewayStatus ¶
func (m *MockGatewayStatusWriter) PatchGatewayStatus(ctx context.Context, obj *v10.Gateway, patch client.Patch, opts ...client.SubResourcePatchOption) error
PatchGatewayStatus mocks base method.
func (*MockGatewayStatusWriter) UpdateGatewayStatus ¶
func (m *MockGatewayStatusWriter) UpdateGatewayStatus(ctx context.Context, obj *v10.Gateway, opts ...client.SubResourceUpdateOption) error
UpdateGatewayStatus mocks base method.
type MockGatewayStatusWriterMockRecorder ¶
type MockGatewayStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayStatusWriterMockRecorder is the mock recorder for MockGatewayStatusWriter.
func (*MockGatewayStatusWriterMockRecorder) PatchGatewayStatus ¶
func (mr *MockGatewayStatusWriterMockRecorder) PatchGatewayStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchGatewayStatus indicates an expected call of PatchGatewayStatus.
func (*MockGatewayStatusWriterMockRecorder) UpdateGatewayStatus ¶
func (mr *MockGatewayStatusWriterMockRecorder) UpdateGatewayStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateGatewayStatus indicates an expected call of UpdateGatewayStatus.
type MockGatewayWriter ¶
type MockGatewayWriter struct {
// contains filtered or unexported fields
}
MockGatewayWriter is a mock of GatewayWriter interface.
func NewMockGatewayWriter ¶
func NewMockGatewayWriter(ctrl *gomock.Controller) *MockGatewayWriter
NewMockGatewayWriter creates a new mock instance.
func (*MockGatewayWriter) CreateGateway ¶
func (m *MockGatewayWriter) CreateGateway(ctx context.Context, obj *v10.Gateway, opts ...client.CreateOption) error
CreateGateway mocks base method.
func (*MockGatewayWriter) DeleteAllOfGateway ¶
func (m *MockGatewayWriter) DeleteAllOfGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfGateway mocks base method.
func (*MockGatewayWriter) DeleteGateway ¶
func (m *MockGatewayWriter) DeleteGateway(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteGateway mocks base method.
func (*MockGatewayWriter) EXPECT ¶
func (m *MockGatewayWriter) EXPECT() *MockGatewayWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGatewayWriter) PatchGateway ¶
func (m *MockGatewayWriter) PatchGateway(ctx context.Context, obj *v10.Gateway, patch client.Patch, opts ...client.PatchOption) error
PatchGateway mocks base method.
func (*MockGatewayWriter) UpdateGateway ¶
func (m *MockGatewayWriter) UpdateGateway(ctx context.Context, obj *v10.Gateway, opts ...client.UpdateOption) error
UpdateGateway mocks base method.
func (*MockGatewayWriter) UpsertGateway ¶
func (m *MockGatewayWriter) UpsertGateway(ctx context.Context, obj *v10.Gateway, transitionFuncs ...v1.GatewayTransitionFunction) error
UpsertGateway mocks base method.
type MockGatewayWriterMockRecorder ¶
type MockGatewayWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayWriterMockRecorder is the mock recorder for MockGatewayWriter.
func (*MockGatewayWriterMockRecorder) CreateGateway ¶
func (mr *MockGatewayWriterMockRecorder) CreateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateGateway indicates an expected call of CreateGateway.
func (*MockGatewayWriterMockRecorder) DeleteAllOfGateway ¶
func (mr *MockGatewayWriterMockRecorder) DeleteAllOfGateway(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfGateway indicates an expected call of DeleteAllOfGateway.
func (*MockGatewayWriterMockRecorder) DeleteGateway ¶
func (mr *MockGatewayWriterMockRecorder) DeleteGateway(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteGateway indicates an expected call of DeleteGateway.
func (*MockGatewayWriterMockRecorder) PatchGateway ¶
func (mr *MockGatewayWriterMockRecorder) PatchGateway(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchGateway indicates an expected call of PatchGateway.
func (*MockGatewayWriterMockRecorder) UpdateGateway ¶
func (mr *MockGatewayWriterMockRecorder) UpdateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateGateway indicates an expected call of UpdateGateway.
func (*MockGatewayWriterMockRecorder) UpsertGateway ¶
func (mr *MockGatewayWriterMockRecorder) UpsertGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertGateway indicates an expected call of UpsertGateway.
type MockHTTPRouteClient ¶
type MockHTTPRouteClient struct {
// contains filtered or unexported fields
}
MockHTTPRouteClient is a mock of HTTPRouteClient interface.
func NewMockHTTPRouteClient ¶
func NewMockHTTPRouteClient(ctrl *gomock.Controller) *MockHTTPRouteClient
NewMockHTTPRouteClient creates a new mock instance.
func (*MockHTTPRouteClient) CreateHTTPRoute ¶
func (m *MockHTTPRouteClient) CreateHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, opts ...client.CreateOption) error
CreateHTTPRoute mocks base method.
func (*MockHTTPRouteClient) DeleteAllOfHTTPRoute ¶
func (m *MockHTTPRouteClient) DeleteAllOfHTTPRoute(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfHTTPRoute mocks base method.
func (*MockHTTPRouteClient) DeleteHTTPRoute ¶
func (m *MockHTTPRouteClient) DeleteHTTPRoute(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteHTTPRoute mocks base method.
func (*MockHTTPRouteClient) EXPECT ¶
func (m *MockHTTPRouteClient) EXPECT() *MockHTTPRouteClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHTTPRouteClient) GetHTTPRoute ¶
func (m *MockHTTPRouteClient) GetHTTPRoute(ctx context.Context, key client.ObjectKey) (*v10.HTTPRoute, error)
GetHTTPRoute mocks base method.
func (*MockHTTPRouteClient) ListHTTPRoute ¶
func (m *MockHTTPRouteClient) ListHTTPRoute(ctx context.Context, opts ...client.ListOption) (*v10.HTTPRouteList, error)
ListHTTPRoute mocks base method.
func (*MockHTTPRouteClient) PatchHTTPRoute ¶
func (m *MockHTTPRouteClient) PatchHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, patch client.Patch, opts ...client.PatchOption) error
PatchHTTPRoute mocks base method.
func (*MockHTTPRouteClient) PatchHTTPRouteStatus ¶
func (m *MockHTTPRouteClient) PatchHTTPRouteStatus(ctx context.Context, obj *v10.HTTPRoute, patch client.Patch, opts ...client.SubResourcePatchOption) error
PatchHTTPRouteStatus mocks base method.
func (*MockHTTPRouteClient) UpdateHTTPRoute ¶
func (m *MockHTTPRouteClient) UpdateHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, opts ...client.UpdateOption) error
UpdateHTTPRoute mocks base method.
func (*MockHTTPRouteClient) UpdateHTTPRouteStatus ¶
func (m *MockHTTPRouteClient) UpdateHTTPRouteStatus(ctx context.Context, obj *v10.HTTPRoute, opts ...client.SubResourceUpdateOption) error
UpdateHTTPRouteStatus mocks base method.
func (*MockHTTPRouteClient) UpsertHTTPRoute ¶
func (m *MockHTTPRouteClient) UpsertHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, transitionFuncs ...v1.HTTPRouteTransitionFunction) error
UpsertHTTPRoute mocks base method.
type MockHTTPRouteClientMockRecorder ¶
type MockHTTPRouteClientMockRecorder struct {
// contains filtered or unexported fields
}
MockHTTPRouteClientMockRecorder is the mock recorder for MockHTTPRouteClient.
func (*MockHTTPRouteClientMockRecorder) CreateHTTPRoute ¶
func (mr *MockHTTPRouteClientMockRecorder) CreateHTTPRoute(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateHTTPRoute indicates an expected call of CreateHTTPRoute.
func (*MockHTTPRouteClientMockRecorder) DeleteAllOfHTTPRoute ¶
func (mr *MockHTTPRouteClientMockRecorder) DeleteAllOfHTTPRoute(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfHTTPRoute indicates an expected call of DeleteAllOfHTTPRoute.
func (*MockHTTPRouteClientMockRecorder) DeleteHTTPRoute ¶
func (mr *MockHTTPRouteClientMockRecorder) DeleteHTTPRoute(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteHTTPRoute indicates an expected call of DeleteHTTPRoute.
func (*MockHTTPRouteClientMockRecorder) GetHTTPRoute ¶
func (mr *MockHTTPRouteClientMockRecorder) GetHTTPRoute(ctx, key interface{}) *gomock.Call
GetHTTPRoute indicates an expected call of GetHTTPRoute.
func (*MockHTTPRouteClientMockRecorder) ListHTTPRoute ¶
func (mr *MockHTTPRouteClientMockRecorder) ListHTTPRoute(ctx interface{}, opts ...interface{}) *gomock.Call
ListHTTPRoute indicates an expected call of ListHTTPRoute.
func (*MockHTTPRouteClientMockRecorder) PatchHTTPRoute ¶
func (mr *MockHTTPRouteClientMockRecorder) PatchHTTPRoute(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchHTTPRoute indicates an expected call of PatchHTTPRoute.
func (*MockHTTPRouteClientMockRecorder) PatchHTTPRouteStatus ¶
func (mr *MockHTTPRouteClientMockRecorder) PatchHTTPRouteStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchHTTPRouteStatus indicates an expected call of PatchHTTPRouteStatus.
func (*MockHTTPRouteClientMockRecorder) UpdateHTTPRoute ¶
func (mr *MockHTTPRouteClientMockRecorder) UpdateHTTPRoute(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateHTTPRoute indicates an expected call of UpdateHTTPRoute.
func (*MockHTTPRouteClientMockRecorder) UpdateHTTPRouteStatus ¶
func (mr *MockHTTPRouteClientMockRecorder) UpdateHTTPRouteStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateHTTPRouteStatus indicates an expected call of UpdateHTTPRouteStatus.
func (*MockHTTPRouteClientMockRecorder) UpsertHTTPRoute ¶
func (mr *MockHTTPRouteClientMockRecorder) UpsertHTTPRoute(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertHTTPRoute indicates an expected call of UpsertHTTPRoute.
type MockHTTPRouteReader ¶
type MockHTTPRouteReader struct {
// contains filtered or unexported fields
}
MockHTTPRouteReader is a mock of HTTPRouteReader interface.
func NewMockHTTPRouteReader ¶
func NewMockHTTPRouteReader(ctrl *gomock.Controller) *MockHTTPRouteReader
NewMockHTTPRouteReader creates a new mock instance.
func (*MockHTTPRouteReader) EXPECT ¶
func (m *MockHTTPRouteReader) EXPECT() *MockHTTPRouteReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHTTPRouteReader) GetHTTPRoute ¶
func (m *MockHTTPRouteReader) GetHTTPRoute(ctx context.Context, key client.ObjectKey) (*v10.HTTPRoute, error)
GetHTTPRoute mocks base method.
func (*MockHTTPRouteReader) ListHTTPRoute ¶
func (m *MockHTTPRouteReader) ListHTTPRoute(ctx context.Context, opts ...client.ListOption) (*v10.HTTPRouteList, error)
ListHTTPRoute mocks base method.
type MockHTTPRouteReaderMockRecorder ¶
type MockHTTPRouteReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockHTTPRouteReaderMockRecorder is the mock recorder for MockHTTPRouteReader.
func (*MockHTTPRouteReaderMockRecorder) GetHTTPRoute ¶
func (mr *MockHTTPRouteReaderMockRecorder) GetHTTPRoute(ctx, key interface{}) *gomock.Call
GetHTTPRoute indicates an expected call of GetHTTPRoute.
func (*MockHTTPRouteReaderMockRecorder) ListHTTPRoute ¶
func (mr *MockHTTPRouteReaderMockRecorder) ListHTTPRoute(ctx interface{}, opts ...interface{}) *gomock.Call
ListHTTPRoute indicates an expected call of ListHTTPRoute.
type MockHTTPRouteStatusWriter ¶
type MockHTTPRouteStatusWriter struct {
// contains filtered or unexported fields
}
MockHTTPRouteStatusWriter is a mock of HTTPRouteStatusWriter interface.
func NewMockHTTPRouteStatusWriter ¶
func NewMockHTTPRouteStatusWriter(ctrl *gomock.Controller) *MockHTTPRouteStatusWriter
NewMockHTTPRouteStatusWriter creates a new mock instance.
func (*MockHTTPRouteStatusWriter) EXPECT ¶
func (m *MockHTTPRouteStatusWriter) EXPECT() *MockHTTPRouteStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHTTPRouteStatusWriter) PatchHTTPRouteStatus ¶
func (m *MockHTTPRouteStatusWriter) PatchHTTPRouteStatus(ctx context.Context, obj *v10.HTTPRoute, patch client.Patch, opts ...client.SubResourcePatchOption) error
PatchHTTPRouteStatus mocks base method.
func (*MockHTTPRouteStatusWriter) UpdateHTTPRouteStatus ¶
func (m *MockHTTPRouteStatusWriter) UpdateHTTPRouteStatus(ctx context.Context, obj *v10.HTTPRoute, opts ...client.SubResourceUpdateOption) error
UpdateHTTPRouteStatus mocks base method.
type MockHTTPRouteStatusWriterMockRecorder ¶
type MockHTTPRouteStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockHTTPRouteStatusWriterMockRecorder is the mock recorder for MockHTTPRouteStatusWriter.
func (*MockHTTPRouteStatusWriterMockRecorder) PatchHTTPRouteStatus ¶
func (mr *MockHTTPRouteStatusWriterMockRecorder) PatchHTTPRouteStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchHTTPRouteStatus indicates an expected call of PatchHTTPRouteStatus.
func (*MockHTTPRouteStatusWriterMockRecorder) UpdateHTTPRouteStatus ¶
func (mr *MockHTTPRouteStatusWriterMockRecorder) UpdateHTTPRouteStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateHTTPRouteStatus indicates an expected call of UpdateHTTPRouteStatus.
type MockHTTPRouteWriter ¶
type MockHTTPRouteWriter struct {
// contains filtered or unexported fields
}
MockHTTPRouteWriter is a mock of HTTPRouteWriter interface.
func NewMockHTTPRouteWriter ¶
func NewMockHTTPRouteWriter(ctrl *gomock.Controller) *MockHTTPRouteWriter
NewMockHTTPRouteWriter creates a new mock instance.
func (*MockHTTPRouteWriter) CreateHTTPRoute ¶
func (m *MockHTTPRouteWriter) CreateHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, opts ...client.CreateOption) error
CreateHTTPRoute mocks base method.
func (*MockHTTPRouteWriter) DeleteAllOfHTTPRoute ¶
func (m *MockHTTPRouteWriter) DeleteAllOfHTTPRoute(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfHTTPRoute mocks base method.
func (*MockHTTPRouteWriter) DeleteHTTPRoute ¶
func (m *MockHTTPRouteWriter) DeleteHTTPRoute(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteHTTPRoute mocks base method.
func (*MockHTTPRouteWriter) EXPECT ¶
func (m *MockHTTPRouteWriter) EXPECT() *MockHTTPRouteWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHTTPRouteWriter) PatchHTTPRoute ¶
func (m *MockHTTPRouteWriter) PatchHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, patch client.Patch, opts ...client.PatchOption) error
PatchHTTPRoute mocks base method.
func (*MockHTTPRouteWriter) UpdateHTTPRoute ¶
func (m *MockHTTPRouteWriter) UpdateHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, opts ...client.UpdateOption) error
UpdateHTTPRoute mocks base method.
func (*MockHTTPRouteWriter) UpsertHTTPRoute ¶
func (m *MockHTTPRouteWriter) UpsertHTTPRoute(ctx context.Context, obj *v10.HTTPRoute, transitionFuncs ...v1.HTTPRouteTransitionFunction) error
UpsertHTTPRoute mocks base method.
type MockHTTPRouteWriterMockRecorder ¶
type MockHTTPRouteWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockHTTPRouteWriterMockRecorder is the mock recorder for MockHTTPRouteWriter.
func (*MockHTTPRouteWriterMockRecorder) CreateHTTPRoute ¶
func (mr *MockHTTPRouteWriterMockRecorder) CreateHTTPRoute(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateHTTPRoute indicates an expected call of CreateHTTPRoute.
func (*MockHTTPRouteWriterMockRecorder) DeleteAllOfHTTPRoute ¶
func (mr *MockHTTPRouteWriterMockRecorder) DeleteAllOfHTTPRoute(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfHTTPRoute indicates an expected call of DeleteAllOfHTTPRoute.
func (*MockHTTPRouteWriterMockRecorder) DeleteHTTPRoute ¶
func (mr *MockHTTPRouteWriterMockRecorder) DeleteHTTPRoute(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteHTTPRoute indicates an expected call of DeleteHTTPRoute.
func (*MockHTTPRouteWriterMockRecorder) PatchHTTPRoute ¶
func (mr *MockHTTPRouteWriterMockRecorder) PatchHTTPRoute(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchHTTPRoute indicates an expected call of PatchHTTPRoute.
func (*MockHTTPRouteWriterMockRecorder) UpdateHTTPRoute ¶
func (mr *MockHTTPRouteWriterMockRecorder) UpdateHTTPRoute(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateHTTPRoute indicates an expected call of UpdateHTTPRoute.
func (*MockHTTPRouteWriterMockRecorder) UpsertHTTPRoute ¶
func (mr *MockHTTPRouteWriterMockRecorder) UpsertHTTPRoute(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertHTTPRoute indicates an expected call of UpsertHTTPRoute.
type MockMulticlusterClientset ¶
type MockMulticlusterClientset struct {
// contains filtered or unexported fields
}
MockMulticlusterClientset is a mock of MulticlusterClientset interface.
func NewMockMulticlusterClientset ¶
func NewMockMulticlusterClientset(ctrl *gomock.Controller) *MockMulticlusterClientset
NewMockMulticlusterClientset creates a new mock instance.
func (*MockMulticlusterClientset) Cluster ¶
func (m *MockMulticlusterClientset) Cluster(cluster string) (v1.Clientset, error)
Cluster mocks base method.
func (*MockMulticlusterClientset) EXPECT ¶
func (m *MockMulticlusterClientset) EXPECT() *MockMulticlusterClientsetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterClientsetMockRecorder ¶
type MockMulticlusterClientsetMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterClientsetMockRecorder is the mock recorder for MockMulticlusterClientset.
func (*MockMulticlusterClientsetMockRecorder) Cluster ¶
func (mr *MockMulticlusterClientsetMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterGatewayClassClient ¶
type MockMulticlusterGatewayClassClient struct {
// contains filtered or unexported fields
}
MockMulticlusterGatewayClassClient is a mock of MulticlusterGatewayClassClient interface.
func NewMockMulticlusterGatewayClassClient ¶
func NewMockMulticlusterGatewayClassClient(ctrl *gomock.Controller) *MockMulticlusterGatewayClassClient
NewMockMulticlusterGatewayClassClient creates a new mock instance.
func (*MockMulticlusterGatewayClassClient) Cluster ¶
func (m *MockMulticlusterGatewayClassClient) Cluster(cluster string) (v1.GatewayClassClient, error)
Cluster mocks base method.
func (*MockMulticlusterGatewayClassClient) EXPECT ¶
func (m *MockMulticlusterGatewayClassClient) EXPECT() *MockMulticlusterGatewayClassClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterGatewayClassClientMockRecorder ¶
type MockMulticlusterGatewayClassClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterGatewayClassClientMockRecorder is the mock recorder for MockMulticlusterGatewayClassClient.
func (*MockMulticlusterGatewayClassClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterGatewayClassClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterGatewayClient ¶
type MockMulticlusterGatewayClient struct {
// contains filtered or unexported fields
}
MockMulticlusterGatewayClient is a mock of MulticlusterGatewayClient interface.
func NewMockMulticlusterGatewayClient ¶
func NewMockMulticlusterGatewayClient(ctrl *gomock.Controller) *MockMulticlusterGatewayClient
NewMockMulticlusterGatewayClient creates a new mock instance.
func (*MockMulticlusterGatewayClient) Cluster ¶
func (m *MockMulticlusterGatewayClient) Cluster(cluster string) (v1.GatewayClient, error)
Cluster mocks base method.
func (*MockMulticlusterGatewayClient) EXPECT ¶
func (m *MockMulticlusterGatewayClient) EXPECT() *MockMulticlusterGatewayClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterGatewayClientMockRecorder ¶
type MockMulticlusterGatewayClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterGatewayClientMockRecorder is the mock recorder for MockMulticlusterGatewayClient.
func (*MockMulticlusterGatewayClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterGatewayClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterHTTPRouteClient ¶
type MockMulticlusterHTTPRouteClient struct {
// contains filtered or unexported fields
}
MockMulticlusterHTTPRouteClient is a mock of MulticlusterHTTPRouteClient interface.
func NewMockMulticlusterHTTPRouteClient ¶
func NewMockMulticlusterHTTPRouteClient(ctrl *gomock.Controller) *MockMulticlusterHTTPRouteClient
NewMockMulticlusterHTTPRouteClient creates a new mock instance.
func (*MockMulticlusterHTTPRouteClient) Cluster ¶
func (m *MockMulticlusterHTTPRouteClient) Cluster(cluster string) (v1.HTTPRouteClient, error)
Cluster mocks base method.
func (*MockMulticlusterHTTPRouteClient) EXPECT ¶
func (m *MockMulticlusterHTTPRouteClient) EXPECT() *MockMulticlusterHTTPRouteClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterHTTPRouteClientMockRecorder ¶
type MockMulticlusterHTTPRouteClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterHTTPRouteClientMockRecorder is the mock recorder for MockMulticlusterHTTPRouteClient.
func (*MockMulticlusterHTTPRouteClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterHTTPRouteClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.