Versions in this module Expand all Collapse all v0 v0.9.9 Apr 21, 2021 Changes in this version + var File_envoy_service_load_stats_v4alpha_lrs_proto protoreflect.FileDescriptor + func RegisterLoadReportingServiceServer(s *grpc.Server, srv LoadReportingServiceServer) + type LoadReportingServiceClient interface + StreamLoadStats func(ctx context.Context, opts ...grpc.CallOption) (LoadReportingService_StreamLoadStatsClient, error) + func NewLoadReportingServiceClient(cc grpc.ClientConnInterface) LoadReportingServiceClient + type LoadReportingServiceServer interface + StreamLoadStats func(LoadReportingService_StreamLoadStatsServer) error + type LoadReportingService_StreamLoadStatsClient interface + Recv func() (*LoadStatsResponse, error) + Send func(*LoadStatsRequest) error + type LoadReportingService_StreamLoadStatsServer interface + Recv func() (*LoadStatsRequest, error) + Send func(*LoadStatsResponse) error + type LoadStatsRequest struct + ClusterStats []*v3.ClusterStats + Node *v4alpha.Node + func (*LoadStatsRequest) Descriptor() ([]byte, []int) + func (*LoadStatsRequest) ProtoMessage() + func (m *LoadStatsRequest) Validate() error + func (x *LoadStatsRequest) GetClusterStats() []*v3.ClusterStats + func (x *LoadStatsRequest) GetNode() *v4alpha.Node + func (x *LoadStatsRequest) ProtoReflect() protoreflect.Message + func (x *LoadStatsRequest) Reset() + func (x *LoadStatsRequest) String() string + type LoadStatsRequestValidationError struct + func (e LoadStatsRequestValidationError) Cause() error + func (e LoadStatsRequestValidationError) Error() string + func (e LoadStatsRequestValidationError) ErrorName() string + func (e LoadStatsRequestValidationError) Field() string + func (e LoadStatsRequestValidationError) Key() bool + func (e LoadStatsRequestValidationError) Reason() string + type LoadStatsResponse struct + Clusters []string + LoadReportingInterval *duration.Duration + ReportEndpointGranularity bool + SendAllClusters bool + func (*LoadStatsResponse) Descriptor() ([]byte, []int) + func (*LoadStatsResponse) ProtoMessage() + func (m *LoadStatsResponse) Validate() error + func (x *LoadStatsResponse) GetClusters() []string + func (x *LoadStatsResponse) GetLoadReportingInterval() *duration.Duration + func (x *LoadStatsResponse) GetReportEndpointGranularity() bool + func (x *LoadStatsResponse) GetSendAllClusters() bool + func (x *LoadStatsResponse) ProtoReflect() protoreflect.Message + func (x *LoadStatsResponse) Reset() + func (x *LoadStatsResponse) String() string + type LoadStatsResponseValidationError struct + func (e LoadStatsResponseValidationError) Cause() error + func (e LoadStatsResponseValidationError) Error() string + func (e LoadStatsResponseValidationError) ErrorName() string + func (e LoadStatsResponseValidationError) Field() string + func (e LoadStatsResponseValidationError) Key() bool + func (e LoadStatsResponseValidationError) Reason() string + type UnimplementedLoadReportingServiceServer struct + func (*UnimplementedLoadReportingServiceServer) StreamLoadStats(LoadReportingService_StreamLoadStatsServer) error