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