Documentation ¶
Overview ¶
Package mock_apiextensions is a generated GoMock package.
Index ¶
- type MockGatewayAPIExtensionClient
- type MockGatewayAPIExtensionClientMockRecorder
- type MockGatewayAPIExtensionServer
- type MockGatewayAPIExtensionServerMockRecorder
- type MockManagementAPIExtensionClient
- type MockManagementAPIExtensionClientMockRecorder
- type MockManagementAPIExtensionServer
- type MockManagementAPIExtensionServerMockRecorder
- type MockStreamAPIExtensionClient
- type MockStreamAPIExtensionClientMockRecorder
- type MockStreamAPIExtensionServer
- type MockStreamAPIExtensionServerMockRecorder
- type MockUnaryAPIExtensionClient
- type MockUnaryAPIExtensionClientMockRecorder
- type MockUnaryAPIExtensionServer
- type MockUnaryAPIExtensionServerMockRecorder
- type MockUnsafeGatewayAPIExtensionServer
- type MockUnsafeGatewayAPIExtensionServerMockRecorder
- type MockUnsafeManagementAPIExtensionServer
- type MockUnsafeManagementAPIExtensionServerMockRecorder
- type MockUnsafeStreamAPIExtensionServer
- type MockUnsafeStreamAPIExtensionServerMockRecorder
- type MockUnsafeUnaryAPIExtensionServer
- type MockUnsafeUnaryAPIExtensionServerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGatewayAPIExtensionClient ¶
type MockGatewayAPIExtensionClient struct {
// contains filtered or unexported fields
}
MockGatewayAPIExtensionClient is a mock of GatewayAPIExtensionClient interface.
func NewMockGatewayAPIExtensionClient ¶
func NewMockGatewayAPIExtensionClient(ctrl *gomock.Controller) *MockGatewayAPIExtensionClient
NewMockGatewayAPIExtensionClient creates a new mock instance.
func (*MockGatewayAPIExtensionClient) Configure ¶
func (m *MockGatewayAPIExtensionClient) Configure(ctx context.Context, in *apiextensions.CertConfig, opts ...grpc.CallOption) (*apiextensions.GatewayAPIExtensionConfig, error)
Configure mocks base method.
func (*MockGatewayAPIExtensionClient) EXPECT ¶
func (m *MockGatewayAPIExtensionClient) EXPECT() *MockGatewayAPIExtensionClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGatewayAPIExtensionClientMockRecorder ¶
type MockGatewayAPIExtensionClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayAPIExtensionClientMockRecorder is the mock recorder for MockGatewayAPIExtensionClient.
func (*MockGatewayAPIExtensionClientMockRecorder) Configure ¶
func (mr *MockGatewayAPIExtensionClientMockRecorder) Configure(ctx, in interface{}, opts ...interface{}) *gomock.Call
Configure indicates an expected call of Configure.
type MockGatewayAPIExtensionServer ¶
type MockGatewayAPIExtensionServer struct {
// contains filtered or unexported fields
}
MockGatewayAPIExtensionServer is a mock of GatewayAPIExtensionServer interface.
func NewMockGatewayAPIExtensionServer ¶
func NewMockGatewayAPIExtensionServer(ctrl *gomock.Controller) *MockGatewayAPIExtensionServer
NewMockGatewayAPIExtensionServer creates a new mock instance.
func (*MockGatewayAPIExtensionServer) Configure ¶
func (m *MockGatewayAPIExtensionServer) Configure(arg0 context.Context, arg1 *apiextensions.CertConfig) (*apiextensions.GatewayAPIExtensionConfig, error)
Configure mocks base method.
func (*MockGatewayAPIExtensionServer) EXPECT ¶
func (m *MockGatewayAPIExtensionServer) EXPECT() *MockGatewayAPIExtensionServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGatewayAPIExtensionServerMockRecorder ¶
type MockGatewayAPIExtensionServerMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayAPIExtensionServerMockRecorder is the mock recorder for MockGatewayAPIExtensionServer.
func (*MockGatewayAPIExtensionServerMockRecorder) Configure ¶
func (mr *MockGatewayAPIExtensionServerMockRecorder) Configure(arg0, arg1 interface{}) *gomock.Call
Configure indicates an expected call of Configure.
type MockManagementAPIExtensionClient ¶
type MockManagementAPIExtensionClient struct {
// contains filtered or unexported fields
}
MockManagementAPIExtensionClient is a mock of ManagementAPIExtensionClient interface.
func NewMockManagementAPIExtensionClient ¶
func NewMockManagementAPIExtensionClient(ctrl *gomock.Controller) *MockManagementAPIExtensionClient
NewMockManagementAPIExtensionClient creates a new mock instance.
func (*MockManagementAPIExtensionClient) Descriptor ¶
func (m *MockManagementAPIExtensionClient) Descriptor(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*descriptorpb.ServiceDescriptorProto, error)
Descriptor mocks base method.
func (*MockManagementAPIExtensionClient) EXPECT ¶
func (m *MockManagementAPIExtensionClient) EXPECT() *MockManagementAPIExtensionClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockManagementAPIExtensionClientMockRecorder ¶
type MockManagementAPIExtensionClientMockRecorder struct {
// contains filtered or unexported fields
}
MockManagementAPIExtensionClientMockRecorder is the mock recorder for MockManagementAPIExtensionClient.
func (*MockManagementAPIExtensionClientMockRecorder) Descriptor ¶
func (mr *MockManagementAPIExtensionClientMockRecorder) Descriptor(ctx, in interface{}, opts ...interface{}) *gomock.Call
Descriptor indicates an expected call of Descriptor.
type MockManagementAPIExtensionServer ¶
type MockManagementAPIExtensionServer struct {
// contains filtered or unexported fields
}
MockManagementAPIExtensionServer is a mock of ManagementAPIExtensionServer interface.
func NewMockManagementAPIExtensionServer ¶
func NewMockManagementAPIExtensionServer(ctrl *gomock.Controller) *MockManagementAPIExtensionServer
NewMockManagementAPIExtensionServer creates a new mock instance.
func (*MockManagementAPIExtensionServer) Descriptor ¶
func (m *MockManagementAPIExtensionServer) Descriptor(arg0 context.Context, arg1 *emptypb.Empty) (*descriptorpb.ServiceDescriptorProto, error)
Descriptor mocks base method.
func (*MockManagementAPIExtensionServer) EXPECT ¶
func (m *MockManagementAPIExtensionServer) EXPECT() *MockManagementAPIExtensionServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockManagementAPIExtensionServerMockRecorder ¶
type MockManagementAPIExtensionServerMockRecorder struct {
// contains filtered or unexported fields
}
MockManagementAPIExtensionServerMockRecorder is the mock recorder for MockManagementAPIExtensionServer.
func (*MockManagementAPIExtensionServerMockRecorder) Descriptor ¶
func (mr *MockManagementAPIExtensionServerMockRecorder) Descriptor(arg0, arg1 interface{}) *gomock.Call
Descriptor indicates an expected call of Descriptor.
type MockStreamAPIExtensionClient ¶ added in v0.5.4
type MockStreamAPIExtensionClient struct {
// contains filtered or unexported fields
}
MockStreamAPIExtensionClient is a mock of StreamAPIExtensionClient interface.
func NewMockStreamAPIExtensionClient ¶ added in v0.5.4
func NewMockStreamAPIExtensionClient(ctrl *gomock.Controller) *MockStreamAPIExtensionClient
NewMockStreamAPIExtensionClient creates a new mock instance.
func (*MockStreamAPIExtensionClient) EXPECT ¶ added in v0.5.4
func (m *MockStreamAPIExtensionClient) EXPECT() *MockStreamAPIExtensionClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStreamAPIExtensionClient) Services ¶ added in v0.5.4
func (m *MockStreamAPIExtensionClient) Services(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*apiextensions.ServiceDescriptorList, error)
Services mocks base method.
type MockStreamAPIExtensionClientMockRecorder ¶ added in v0.5.4
type MockStreamAPIExtensionClientMockRecorder struct {
// contains filtered or unexported fields
}
MockStreamAPIExtensionClientMockRecorder is the mock recorder for MockStreamAPIExtensionClient.
func (*MockStreamAPIExtensionClientMockRecorder) Services ¶ added in v0.5.4
func (mr *MockStreamAPIExtensionClientMockRecorder) Services(ctx, in interface{}, opts ...interface{}) *gomock.Call
Services indicates an expected call of Services.
type MockStreamAPIExtensionServer ¶ added in v0.5.4
type MockStreamAPIExtensionServer struct {
// contains filtered or unexported fields
}
MockStreamAPIExtensionServer is a mock of StreamAPIExtensionServer interface.
func NewMockStreamAPIExtensionServer ¶ added in v0.5.4
func NewMockStreamAPIExtensionServer(ctrl *gomock.Controller) *MockStreamAPIExtensionServer
NewMockStreamAPIExtensionServer creates a new mock instance.
func (*MockStreamAPIExtensionServer) EXPECT ¶ added in v0.5.4
func (m *MockStreamAPIExtensionServer) EXPECT() *MockStreamAPIExtensionServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStreamAPIExtensionServer) Services ¶ added in v0.5.4
func (m *MockStreamAPIExtensionServer) Services(arg0 context.Context, arg1 *emptypb.Empty) (*apiextensions.ServiceDescriptorList, error)
Services mocks base method.
type MockStreamAPIExtensionServerMockRecorder ¶ added in v0.5.4
type MockStreamAPIExtensionServerMockRecorder struct {
// contains filtered or unexported fields
}
MockStreamAPIExtensionServerMockRecorder is the mock recorder for MockStreamAPIExtensionServer.
func (*MockStreamAPIExtensionServerMockRecorder) Services ¶ added in v0.5.4
func (mr *MockStreamAPIExtensionServerMockRecorder) Services(arg0, arg1 interface{}) *gomock.Call
Services indicates an expected call of Services.
type MockUnaryAPIExtensionClient ¶ added in v0.5.4
type MockUnaryAPIExtensionClient struct {
// contains filtered or unexported fields
}
MockUnaryAPIExtensionClient is a mock of UnaryAPIExtensionClient interface.
func NewMockUnaryAPIExtensionClient ¶ added in v0.5.4
func NewMockUnaryAPIExtensionClient(ctrl *gomock.Controller) *MockUnaryAPIExtensionClient
NewMockUnaryAPIExtensionClient creates a new mock instance.
func (*MockUnaryAPIExtensionClient) EXPECT ¶ added in v0.5.4
func (m *MockUnaryAPIExtensionClient) EXPECT() *MockUnaryAPIExtensionClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUnaryAPIExtensionClient) UnaryDescriptor ¶ added in v0.5.4
func (m *MockUnaryAPIExtensionClient) UnaryDescriptor(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*descriptorpb.ServiceDescriptorProto, error)
UnaryDescriptor mocks base method.
type MockUnaryAPIExtensionClientMockRecorder ¶ added in v0.5.4
type MockUnaryAPIExtensionClientMockRecorder struct {
// contains filtered or unexported fields
}
MockUnaryAPIExtensionClientMockRecorder is the mock recorder for MockUnaryAPIExtensionClient.
func (*MockUnaryAPIExtensionClientMockRecorder) UnaryDescriptor ¶ added in v0.5.4
func (mr *MockUnaryAPIExtensionClientMockRecorder) UnaryDescriptor(ctx, in interface{}, opts ...interface{}) *gomock.Call
UnaryDescriptor indicates an expected call of UnaryDescriptor.
type MockUnaryAPIExtensionServer ¶ added in v0.5.4
type MockUnaryAPIExtensionServer struct {
// contains filtered or unexported fields
}
MockUnaryAPIExtensionServer is a mock of UnaryAPIExtensionServer interface.
func NewMockUnaryAPIExtensionServer ¶ added in v0.5.4
func NewMockUnaryAPIExtensionServer(ctrl *gomock.Controller) *MockUnaryAPIExtensionServer
NewMockUnaryAPIExtensionServer creates a new mock instance.
func (*MockUnaryAPIExtensionServer) EXPECT ¶ added in v0.5.4
func (m *MockUnaryAPIExtensionServer) EXPECT() *MockUnaryAPIExtensionServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUnaryAPIExtensionServer) UnaryDescriptor ¶ added in v0.5.4
func (m *MockUnaryAPIExtensionServer) UnaryDescriptor(arg0 context.Context, arg1 *emptypb.Empty) (*descriptorpb.ServiceDescriptorProto, error)
UnaryDescriptor mocks base method.
type MockUnaryAPIExtensionServerMockRecorder ¶ added in v0.5.4
type MockUnaryAPIExtensionServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnaryAPIExtensionServerMockRecorder is the mock recorder for MockUnaryAPIExtensionServer.
func (*MockUnaryAPIExtensionServerMockRecorder) UnaryDescriptor ¶ added in v0.5.4
func (mr *MockUnaryAPIExtensionServerMockRecorder) UnaryDescriptor(arg0, arg1 interface{}) *gomock.Call
UnaryDescriptor indicates an expected call of UnaryDescriptor.
type MockUnsafeGatewayAPIExtensionServer ¶
type MockUnsafeGatewayAPIExtensionServer struct {
// contains filtered or unexported fields
}
MockUnsafeGatewayAPIExtensionServer is a mock of UnsafeGatewayAPIExtensionServer interface.
func NewMockUnsafeGatewayAPIExtensionServer ¶
func NewMockUnsafeGatewayAPIExtensionServer(ctrl *gomock.Controller) *MockUnsafeGatewayAPIExtensionServer
NewMockUnsafeGatewayAPIExtensionServer creates a new mock instance.
func (*MockUnsafeGatewayAPIExtensionServer) EXPECT ¶
func (m *MockUnsafeGatewayAPIExtensionServer) EXPECT() *MockUnsafeGatewayAPIExtensionServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeGatewayAPIExtensionServerMockRecorder ¶
type MockUnsafeGatewayAPIExtensionServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeGatewayAPIExtensionServerMockRecorder is the mock recorder for MockUnsafeGatewayAPIExtensionServer.
type MockUnsafeManagementAPIExtensionServer ¶
type MockUnsafeManagementAPIExtensionServer struct {
// contains filtered or unexported fields
}
MockUnsafeManagementAPIExtensionServer is a mock of UnsafeManagementAPIExtensionServer interface.
func NewMockUnsafeManagementAPIExtensionServer ¶
func NewMockUnsafeManagementAPIExtensionServer(ctrl *gomock.Controller) *MockUnsafeManagementAPIExtensionServer
NewMockUnsafeManagementAPIExtensionServer creates a new mock instance.
func (*MockUnsafeManagementAPIExtensionServer) EXPECT ¶
func (m *MockUnsafeManagementAPIExtensionServer) EXPECT() *MockUnsafeManagementAPIExtensionServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeManagementAPIExtensionServerMockRecorder ¶
type MockUnsafeManagementAPIExtensionServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeManagementAPIExtensionServerMockRecorder is the mock recorder for MockUnsafeManagementAPIExtensionServer.
type MockUnsafeStreamAPIExtensionServer ¶ added in v0.5.4
type MockUnsafeStreamAPIExtensionServer struct {
// contains filtered or unexported fields
}
MockUnsafeStreamAPIExtensionServer is a mock of UnsafeStreamAPIExtensionServer interface.
func NewMockUnsafeStreamAPIExtensionServer ¶ added in v0.5.4
func NewMockUnsafeStreamAPIExtensionServer(ctrl *gomock.Controller) *MockUnsafeStreamAPIExtensionServer
NewMockUnsafeStreamAPIExtensionServer creates a new mock instance.
func (*MockUnsafeStreamAPIExtensionServer) EXPECT ¶ added in v0.5.4
func (m *MockUnsafeStreamAPIExtensionServer) EXPECT() *MockUnsafeStreamAPIExtensionServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeStreamAPIExtensionServerMockRecorder ¶ added in v0.5.4
type MockUnsafeStreamAPIExtensionServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeStreamAPIExtensionServerMockRecorder is the mock recorder for MockUnsafeStreamAPIExtensionServer.
type MockUnsafeUnaryAPIExtensionServer ¶ added in v0.5.4
type MockUnsafeUnaryAPIExtensionServer struct {
// contains filtered or unexported fields
}
MockUnsafeUnaryAPIExtensionServer is a mock of UnsafeUnaryAPIExtensionServer interface.
func NewMockUnsafeUnaryAPIExtensionServer ¶ added in v0.5.4
func NewMockUnsafeUnaryAPIExtensionServer(ctrl *gomock.Controller) *MockUnsafeUnaryAPIExtensionServer
NewMockUnsafeUnaryAPIExtensionServer creates a new mock instance.
func (*MockUnsafeUnaryAPIExtensionServer) EXPECT ¶ added in v0.5.4
func (m *MockUnsafeUnaryAPIExtensionServer) EXPECT() *MockUnsafeUnaryAPIExtensionServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeUnaryAPIExtensionServerMockRecorder ¶ added in v0.5.4
type MockUnsafeUnaryAPIExtensionServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeUnaryAPIExtensionServerMockRecorder is the mock recorder for MockUnsafeUnaryAPIExtensionServer.