envoy_service_endpoint_v3

package
v1.6.0-rc.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2020 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthEds        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowEds          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupEds = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterEndpointDiscoveryServiceServer

func RegisterEndpointDiscoveryServiceServer(s *grpc.Server, srv EndpointDiscoveryServiceServer)

Types

type EdsDummy

type EdsDummy struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

[#not-implemented-hide:] Not configuration. Workaround c++ protobuf issue with importing services: https://github.com/google/protobuf/issues/4221 and protoxform to upgrade the file.

func (*EdsDummy) Descriptor

func (*EdsDummy) Descriptor() ([]byte, []int)

func (*EdsDummy) Marshal

func (m *EdsDummy) Marshal() (dAtA []byte, err error)

func (*EdsDummy) MarshalTo

func (m *EdsDummy) MarshalTo(dAtA []byte) (int, error)

func (*EdsDummy) MarshalToSizedBuffer

func (m *EdsDummy) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EdsDummy) ProtoMessage

func (*EdsDummy) ProtoMessage()

func (*EdsDummy) Reset

func (m *EdsDummy) Reset()

func (*EdsDummy) Size

func (m *EdsDummy) Size() (n int)

func (*EdsDummy) String

func (m *EdsDummy) String() string

func (*EdsDummy) Unmarshal

func (m *EdsDummy) Unmarshal(dAtA []byte) error

func (*EdsDummy) Validate

func (m *EdsDummy) Validate() error

Validate checks the field values on EdsDummy with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*EdsDummy) XXX_DiscardUnknown

func (m *EdsDummy) XXX_DiscardUnknown()

func (*EdsDummy) XXX_Marshal

func (m *EdsDummy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EdsDummy) XXX_Merge

func (m *EdsDummy) XXX_Merge(src proto.Message)

func (*EdsDummy) XXX_Size

func (m *EdsDummy) XXX_Size() int

func (*EdsDummy) XXX_Unmarshal

func (m *EdsDummy) XXX_Unmarshal(b []byte) error

type EdsDummyValidationError

type EdsDummyValidationError struct {
	// contains filtered or unexported fields
}

EdsDummyValidationError is the validation error returned by EdsDummy.Validate if the designated constraints aren't met.

func (EdsDummyValidationError) Cause

func (e EdsDummyValidationError) Cause() error

Cause function returns cause value.

func (EdsDummyValidationError) Error

func (e EdsDummyValidationError) Error() string

Error satisfies the builtin error interface

func (EdsDummyValidationError) ErrorName

func (e EdsDummyValidationError) ErrorName() string

ErrorName returns error name.

func (EdsDummyValidationError) Field

func (e EdsDummyValidationError) Field() string

Field function returns field value.

func (EdsDummyValidationError) Key

func (e EdsDummyValidationError) Key() bool

Key function returns key value.

func (EdsDummyValidationError) Reason

func (e EdsDummyValidationError) Reason() string

Reason function returns reason value.

type EndpointDiscoveryServiceClient

type EndpointDiscoveryServiceClient interface {
	// The resource_names field in DiscoveryRequest specifies a list of clusters
	// to subscribe to updates for.
	StreamEndpoints(ctx context.Context, opts ...grpc.CallOption) (EndpointDiscoveryService_StreamEndpointsClient, error)
	DeltaEndpoints(ctx context.Context, opts ...grpc.CallOption) (EndpointDiscoveryService_DeltaEndpointsClient, error)
	FetchEndpoints(ctx context.Context, in *v3.DiscoveryRequest, opts ...grpc.CallOption) (*v3.DiscoveryResponse, error)
}

EndpointDiscoveryServiceClient is the client API for EndpointDiscoveryService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewEndpointDiscoveryServiceClient

func NewEndpointDiscoveryServiceClient(cc *grpc.ClientConn) EndpointDiscoveryServiceClient

type EndpointDiscoveryServiceServer

type EndpointDiscoveryServiceServer interface {
	// The resource_names field in DiscoveryRequest specifies a list of clusters
	// to subscribe to updates for.
	StreamEndpoints(EndpointDiscoveryService_StreamEndpointsServer) error
	DeltaEndpoints(EndpointDiscoveryService_DeltaEndpointsServer) error
	FetchEndpoints(context.Context, *v3.DiscoveryRequest) (*v3.DiscoveryResponse, error)
}

EndpointDiscoveryServiceServer is the server API for EndpointDiscoveryService service.

type EndpointDiscoveryService_DeltaEndpointsClient

type EndpointDiscoveryService_DeltaEndpointsClient interface {
	Send(*v3.DeltaDiscoveryRequest) error
	Recv() (*v3.DeltaDiscoveryResponse, error)
	grpc.ClientStream
}

type EndpointDiscoveryService_DeltaEndpointsServer

type EndpointDiscoveryService_DeltaEndpointsServer interface {
	Send(*v3.DeltaDiscoveryResponse) error
	Recv() (*v3.DeltaDiscoveryRequest, error)
	grpc.ServerStream
}

type EndpointDiscoveryService_StreamEndpointsClient

type EndpointDiscoveryService_StreamEndpointsClient interface {
	Send(*v3.DiscoveryRequest) error
	Recv() (*v3.DiscoveryResponse, error)
	grpc.ClientStream
}

type EndpointDiscoveryService_StreamEndpointsServer

type EndpointDiscoveryService_StreamEndpointsServer interface {
	Send(*v3.DiscoveryResponse) error
	Recv() (*v3.DiscoveryRequest, error)
	grpc.ServerStream
}

type UnimplementedEndpointDiscoveryServiceServer

type UnimplementedEndpointDiscoveryServiceServer struct {
}

UnimplementedEndpointDiscoveryServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedEndpointDiscoveryServiceServer) DeltaEndpoints

func (*UnimplementedEndpointDiscoveryServiceServer) FetchEndpoints

func (*UnimplementedEndpointDiscoveryServiceServer) StreamEndpoints

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL