Versions in this module Expand all Collapse all v0 v0.9.7 Sep 1, 2020 Changes in this version + var File_envoy_service_runtime_v3_rtds_proto protoreflect.FileDescriptor + func RegisterRuntimeDiscoveryServiceServer(s *grpc.Server, srv RuntimeDiscoveryServiceServer) + type RtdsDummy struct + func (*RtdsDummy) Descriptor() ([]byte, []int) + func (*RtdsDummy) ProtoMessage() + func (m *RtdsDummy) Validate() error + func (x *RtdsDummy) ProtoReflect() protoreflect.Message + func (x *RtdsDummy) Reset() + func (x *RtdsDummy) String() string + type RtdsDummyValidationError struct + func (e RtdsDummyValidationError) Cause() error + func (e RtdsDummyValidationError) Error() string + func (e RtdsDummyValidationError) ErrorName() string + func (e RtdsDummyValidationError) Field() string + func (e RtdsDummyValidationError) Key() bool + func (e RtdsDummyValidationError) Reason() string + type Runtime struct + Layer *_struct.Struct + Name string + func (*Runtime) Descriptor() ([]byte, []int) + func (*Runtime) ProtoMessage() + func (m *Runtime) Validate() error + func (x *Runtime) GetLayer() *_struct.Struct + func (x *Runtime) GetName() string + func (x *Runtime) ProtoReflect() protoreflect.Message + func (x *Runtime) Reset() + func (x *Runtime) String() string + type RuntimeDiscoveryServiceClient interface + DeltaRuntime func(ctx context.Context, opts ...grpc.CallOption) (RuntimeDiscoveryService_DeltaRuntimeClient, error) + FetchRuntime func(ctx context.Context, in *v3.DiscoveryRequest, opts ...grpc.CallOption) (*v3.DiscoveryResponse, error) + StreamRuntime func(ctx context.Context, opts ...grpc.CallOption) (RuntimeDiscoveryService_StreamRuntimeClient, error) + func NewRuntimeDiscoveryServiceClient(cc grpc.ClientConnInterface) RuntimeDiscoveryServiceClient + type RuntimeDiscoveryServiceServer interface + DeltaRuntime func(RuntimeDiscoveryService_DeltaRuntimeServer) error + FetchRuntime func(context.Context, *v3.DiscoveryRequest) (*v3.DiscoveryResponse, error) + StreamRuntime func(RuntimeDiscoveryService_StreamRuntimeServer) error + type RuntimeDiscoveryService_DeltaRuntimeClient interface + Recv func() (*v3.DeltaDiscoveryResponse, error) + Send func(*v3.DeltaDiscoveryRequest) error + type RuntimeDiscoveryService_DeltaRuntimeServer interface + Recv func() (*v3.DeltaDiscoveryRequest, error) + Send func(*v3.DeltaDiscoveryResponse) error + type RuntimeDiscoveryService_StreamRuntimeClient interface + Recv func() (*v3.DiscoveryResponse, error) + Send func(*v3.DiscoveryRequest) error + type RuntimeDiscoveryService_StreamRuntimeServer interface + Recv func() (*v3.DiscoveryRequest, error) + Send func(*v3.DiscoveryResponse) error + type RuntimeValidationError struct + func (e RuntimeValidationError) Cause() error + func (e RuntimeValidationError) Error() string + func (e RuntimeValidationError) ErrorName() string + func (e RuntimeValidationError) Field() string + func (e RuntimeValidationError) Key() bool + func (e RuntimeValidationError) Reason() string + type UnimplementedRuntimeDiscoveryServiceServer struct + func (*UnimplementedRuntimeDiscoveryServiceServer) DeltaRuntime(RuntimeDiscoveryService_DeltaRuntimeServer) error + func (*UnimplementedRuntimeDiscoveryServiceServer) FetchRuntime(context.Context, *v3.DiscoveryRequest) (*v3.DiscoveryResponse, error) + func (*UnimplementedRuntimeDiscoveryServiceServer) StreamRuntime(RuntimeDiscoveryService_StreamRuntimeServer) error