Documentation ¶
Overview ¶
Package mock_extensions is a generated GoMock package.
Package mock_extensions is a generated GoMock package.
Index ¶
- type MockIstioExtender
- type MockIstioExtenderMockRecorder
- type MockNetworkingExtensionsClient
- func (m *MockNetworkingExtensionsClient) EXPECT() *MockNetworkingExtensionsClientMockRecorder
- func (m *MockNetworkingExtensionsClient) GetExtensionPatches(arg0 context.Context, arg1 *v1beta1.ExtensionPatchRequest, ...) (*v1beta1.ExtensionPatchResponse, error)
- func (m *MockNetworkingExtensionsClient) WatchPushNotifications(arg0 context.Context, arg1 *v1beta1.WatchPushNotificationsRequest, ...) (v1beta1.NetworkingExtensions_WatchPushNotificationsClient, error)
- type MockNetworkingExtensionsClientMockRecorder
- type MockNetworkingExtensions_WatchPushNotificationsClient
- func (m *MockNetworkingExtensions_WatchPushNotificationsClient) CloseSend() error
- func (m *MockNetworkingExtensions_WatchPushNotificationsClient) Context() context.Context
- func (m *MockNetworkingExtensions_WatchPushNotificationsClient) EXPECT() *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder
- func (m *MockNetworkingExtensions_WatchPushNotificationsClient) Header() (metadata.MD, error)
- func (m *MockNetworkingExtensions_WatchPushNotificationsClient) Recv() (*v1beta1.PushNotification, error)
- func (m *MockNetworkingExtensions_WatchPushNotificationsClient) RecvMsg(arg0 interface{}) error
- func (m *MockNetworkingExtensions_WatchPushNotificationsClient) SendMsg(arg0 interface{}) error
- func (m *MockNetworkingExtensions_WatchPushNotificationsClient) Trailer() metadata.MD
- type MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder
- func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) Context() *gomock.Call
- func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) Header() *gomock.Call
- func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) Recv() *gomock.Call
- func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) Trailer() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIstioExtender ¶
type MockIstioExtender struct {
// contains filtered or unexported fields
}
MockIstioExtender is a mock of IstioExtender interface.
func NewMockIstioExtender ¶
func NewMockIstioExtender(ctrl *gomock.Controller) *MockIstioExtender
NewMockIstioExtender creates a new mock instance.
func (*MockIstioExtender) EXPECT ¶
func (m *MockIstioExtender) EXPECT() *MockIstioExtenderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIstioExtender) PatchOutputs ¶
func (m *MockIstioExtender) PatchOutputs(ctx context.Context, inputs input.LocalSnapshot, outputs istio.Builder) error
PatchOutputs mocks base method.
type MockIstioExtenderMockRecorder ¶
type MockIstioExtenderMockRecorder struct {
// contains filtered or unexported fields
}
MockIstioExtenderMockRecorder is the mock recorder for MockIstioExtender.
func (*MockIstioExtenderMockRecorder) PatchOutputs ¶
func (mr *MockIstioExtenderMockRecorder) PatchOutputs(ctx, inputs, outputs interface{}) *gomock.Call
PatchOutputs indicates an expected call of PatchOutputs.
type MockNetworkingExtensionsClient ¶
type MockNetworkingExtensionsClient struct {
// contains filtered or unexported fields
}
MockNetworkingExtensionsClient is a mock of NetworkingExtensionsClient interface.
func NewMockNetworkingExtensionsClient ¶
func NewMockNetworkingExtensionsClient(ctrl *gomock.Controller) *MockNetworkingExtensionsClient
NewMockNetworkingExtensionsClient creates a new mock instance.
func (*MockNetworkingExtensionsClient) EXPECT ¶
func (m *MockNetworkingExtensionsClient) EXPECT() *MockNetworkingExtensionsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNetworkingExtensionsClient) GetExtensionPatches ¶
func (m *MockNetworkingExtensionsClient) GetExtensionPatches(arg0 context.Context, arg1 *v1beta1.ExtensionPatchRequest, arg2 ...grpc.CallOption) (*v1beta1.ExtensionPatchResponse, error)
GetExtensionPatches mocks base method.
func (*MockNetworkingExtensionsClient) WatchPushNotifications ¶
func (m *MockNetworkingExtensionsClient) WatchPushNotifications(arg0 context.Context, arg1 *v1beta1.WatchPushNotificationsRequest, arg2 ...grpc.CallOption) (v1beta1.NetworkingExtensions_WatchPushNotificationsClient, error)
WatchPushNotifications mocks base method.
type MockNetworkingExtensionsClientMockRecorder ¶
type MockNetworkingExtensionsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockNetworkingExtensionsClientMockRecorder is the mock recorder for MockNetworkingExtensionsClient.
func (*MockNetworkingExtensionsClientMockRecorder) GetExtensionPatches ¶
func (mr *MockNetworkingExtensionsClientMockRecorder) GetExtensionPatches(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetExtensionPatches indicates an expected call of GetExtensionPatches.
func (*MockNetworkingExtensionsClientMockRecorder) WatchPushNotifications ¶
func (mr *MockNetworkingExtensionsClientMockRecorder) WatchPushNotifications(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WatchPushNotifications indicates an expected call of WatchPushNotifications.
type MockNetworkingExtensions_WatchPushNotificationsClient ¶
type MockNetworkingExtensions_WatchPushNotificationsClient struct {
// contains filtered or unexported fields
}
MockNetworkingExtensions_WatchPushNotificationsClient is a mock of NetworkingExtensions_WatchPushNotificationsClient interface.
func NewMockNetworkingExtensions_WatchPushNotificationsClient ¶
func NewMockNetworkingExtensions_WatchPushNotificationsClient(ctrl *gomock.Controller) *MockNetworkingExtensions_WatchPushNotificationsClient
NewMockNetworkingExtensions_WatchPushNotificationsClient creates a new mock instance.
func (*MockNetworkingExtensions_WatchPushNotificationsClient) CloseSend ¶
func (m *MockNetworkingExtensions_WatchPushNotificationsClient) CloseSend() error
CloseSend mocks base method.
func (*MockNetworkingExtensions_WatchPushNotificationsClient) Context ¶
func (m *MockNetworkingExtensions_WatchPushNotificationsClient) Context() context.Context
Context mocks base method.
func (*MockNetworkingExtensions_WatchPushNotificationsClient) EXPECT ¶
func (m *MockNetworkingExtensions_WatchPushNotificationsClient) EXPECT() *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNetworkingExtensions_WatchPushNotificationsClient) Header ¶
func (m *MockNetworkingExtensions_WatchPushNotificationsClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockNetworkingExtensions_WatchPushNotificationsClient) Recv ¶
func (m *MockNetworkingExtensions_WatchPushNotificationsClient) Recv() (*v1beta1.PushNotification, error)
Recv mocks base method.
func (*MockNetworkingExtensions_WatchPushNotificationsClient) RecvMsg ¶
func (m *MockNetworkingExtensions_WatchPushNotificationsClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockNetworkingExtensions_WatchPushNotificationsClient) SendMsg ¶
func (m *MockNetworkingExtensions_WatchPushNotificationsClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockNetworkingExtensions_WatchPushNotificationsClient) Trailer ¶
func (m *MockNetworkingExtensions_WatchPushNotificationsClient) Trailer() metadata.MD
Trailer mocks base method.
type MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder ¶
type MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder is the mock recorder for MockNetworkingExtensions_WatchPushNotificationsClient.
func (*MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) CloseSend ¶
func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) Context ¶
func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) Header ¶
func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) Recv ¶
func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) RecvMsg ¶
func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) SendMsg ¶
func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) Trailer ¶
func (mr *MockNetworkingExtensions_WatchPushNotificationsClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.