envoy_service_listener_v3

package
v1.6.0-rc.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthLds        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowLds          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupLds = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterListenerDiscoveryServiceServer

func RegisterListenerDiscoveryServiceServer(s *grpc.Server, srv ListenerDiscoveryServiceServer)

Types

type LdsDummy

type LdsDummy 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 (*LdsDummy) Descriptor

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

func (*LdsDummy) Marshal

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

func (*LdsDummy) MarshalTo

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

func (*LdsDummy) MarshalToSizedBuffer

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

func (*LdsDummy) ProtoMessage

func (*LdsDummy) ProtoMessage()

func (*LdsDummy) Reset

func (m *LdsDummy) Reset()

func (*LdsDummy) Size

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

func (*LdsDummy) String

func (m *LdsDummy) String() string

func (*LdsDummy) Unmarshal

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

func (*LdsDummy) Validate

func (m *LdsDummy) Validate() error

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

func (*LdsDummy) XXX_DiscardUnknown

func (m *LdsDummy) XXX_DiscardUnknown()

func (*LdsDummy) XXX_Marshal

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

func (*LdsDummy) XXX_Merge

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

func (*LdsDummy) XXX_Size

func (m *LdsDummy) XXX_Size() int

func (*LdsDummy) XXX_Unmarshal

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

type LdsDummyValidationError

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

LdsDummyValidationError is the validation error returned by LdsDummy.Validate if the designated constraints aren't met.

func (LdsDummyValidationError) Cause

func (e LdsDummyValidationError) Cause() error

Cause function returns cause value.

func (LdsDummyValidationError) Error

func (e LdsDummyValidationError) Error() string

Error satisfies the builtin error interface

func (LdsDummyValidationError) ErrorName

func (e LdsDummyValidationError) ErrorName() string

ErrorName returns error name.

func (LdsDummyValidationError) Field

func (e LdsDummyValidationError) Field() string

Field function returns field value.

func (LdsDummyValidationError) Key

func (e LdsDummyValidationError) Key() bool

Key function returns key value.

func (LdsDummyValidationError) Reason

func (e LdsDummyValidationError) Reason() string

Reason function returns reason value.

type ListenerDiscoveryServiceClient

type ListenerDiscoveryServiceClient interface {
	DeltaListeners(ctx context.Context, opts ...grpc.CallOption) (ListenerDiscoveryService_DeltaListenersClient, error)
	StreamListeners(ctx context.Context, opts ...grpc.CallOption) (ListenerDiscoveryService_StreamListenersClient, error)
	FetchListeners(ctx context.Context, in *v3.DiscoveryRequest, opts ...grpc.CallOption) (*v3.DiscoveryResponse, error)
}

ListenerDiscoveryServiceClient is the client API for ListenerDiscoveryService service.

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

func NewListenerDiscoveryServiceClient

func NewListenerDiscoveryServiceClient(cc *grpc.ClientConn) ListenerDiscoveryServiceClient

type ListenerDiscoveryServiceServer

type ListenerDiscoveryServiceServer interface {
	DeltaListeners(ListenerDiscoveryService_DeltaListenersServer) error
	StreamListeners(ListenerDiscoveryService_StreamListenersServer) error
	FetchListeners(context.Context, *v3.DiscoveryRequest) (*v3.DiscoveryResponse, error)
}

ListenerDiscoveryServiceServer is the server API for ListenerDiscoveryService service.

type ListenerDiscoveryService_DeltaListenersClient

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

type ListenerDiscoveryService_DeltaListenersServer

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

type ListenerDiscoveryService_StreamListenersClient

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

type ListenerDiscoveryService_StreamListenersServer

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

type UnimplementedListenerDiscoveryServiceServer

type UnimplementedListenerDiscoveryServiceServer struct {
}

UnimplementedListenerDiscoveryServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedListenerDiscoveryServiceServer) DeltaListeners

func (*UnimplementedListenerDiscoveryServiceServer) FetchListeners

func (*UnimplementedListenerDiscoveryServiceServer) StreamListeners

Jump to

Keyboard shortcuts

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