Versions in this module Expand all Collapse all v1 v1.0.0 Jan 25, 2023 Changes in this version + var File_envoy_config_endpoint_v3_endpoint_components_proto protoreflect.FileDescriptor + var File_envoy_config_endpoint_v3_endpoint_proto protoreflect.FileDescriptor + var File_envoy_config_endpoint_v3_load_report_proto protoreflect.FileDescriptor + type ClusterLoadAssignment struct + ClusterName string + Endpoints []*LocalityLbEndpoints + NamedEndpoints map[string]*Endpoint + Policy *ClusterLoadAssignment_Policy + func (*ClusterLoadAssignment) Descriptor() ([]byte, []int) + func (*ClusterLoadAssignment) ProtoMessage() + func (m *ClusterLoadAssignment) Validate() error + func (m *ClusterLoadAssignment) ValidateAll() error + func (x *ClusterLoadAssignment) GetClusterName() string + func (x *ClusterLoadAssignment) GetEndpoints() []*LocalityLbEndpoints + func (x *ClusterLoadAssignment) GetNamedEndpoints() map[string]*Endpoint + func (x *ClusterLoadAssignment) GetPolicy() *ClusterLoadAssignment_Policy + func (x *ClusterLoadAssignment) ProtoReflect() protoreflect.Message + func (x *ClusterLoadAssignment) Reset() + func (x *ClusterLoadAssignment) String() string + type ClusterLoadAssignmentMultiError []error + func (m ClusterLoadAssignmentMultiError) AllErrors() []error + func (m ClusterLoadAssignmentMultiError) Error() string + type ClusterLoadAssignmentValidationError struct + func (e ClusterLoadAssignmentValidationError) Cause() error + func (e ClusterLoadAssignmentValidationError) Error() string + func (e ClusterLoadAssignmentValidationError) ErrorName() string + func (e ClusterLoadAssignmentValidationError) Field() string + func (e ClusterLoadAssignmentValidationError) Key() bool + func (e ClusterLoadAssignmentValidationError) Reason() string + type ClusterLoadAssignment_Policy struct + DropOverloads []*ClusterLoadAssignment_Policy_DropOverload + EndpointStaleAfter *duration.Duration + OverprovisioningFactor *wrappers.UInt32Value + func (*ClusterLoadAssignment_Policy) Descriptor() ([]byte, []int) + func (*ClusterLoadAssignment_Policy) ProtoMessage() + func (m *ClusterLoadAssignment_Policy) Validate() error + func (m *ClusterLoadAssignment_Policy) ValidateAll() error + func (x *ClusterLoadAssignment_Policy) GetDropOverloads() []*ClusterLoadAssignment_Policy_DropOverload + func (x *ClusterLoadAssignment_Policy) GetEndpointStaleAfter() *duration.Duration + func (x *ClusterLoadAssignment_Policy) GetOverprovisioningFactor() *wrappers.UInt32Value + func (x *ClusterLoadAssignment_Policy) ProtoReflect() protoreflect.Message + func (x *ClusterLoadAssignment_Policy) Reset() + func (x *ClusterLoadAssignment_Policy) String() string + type ClusterLoadAssignment_PolicyMultiError []error + func (m ClusterLoadAssignment_PolicyMultiError) AllErrors() []error + func (m ClusterLoadAssignment_PolicyMultiError) Error() string + type ClusterLoadAssignment_PolicyValidationError struct + func (e ClusterLoadAssignment_PolicyValidationError) Cause() error + func (e ClusterLoadAssignment_PolicyValidationError) Error() string + func (e ClusterLoadAssignment_PolicyValidationError) ErrorName() string + func (e ClusterLoadAssignment_PolicyValidationError) Field() string + func (e ClusterLoadAssignment_PolicyValidationError) Key() bool + func (e ClusterLoadAssignment_PolicyValidationError) Reason() string + type ClusterLoadAssignment_Policy_DropOverload struct + Category string + DropPercentage *v3.FractionalPercent + func (*ClusterLoadAssignment_Policy_DropOverload) Descriptor() ([]byte, []int) + func (*ClusterLoadAssignment_Policy_DropOverload) ProtoMessage() + func (m *ClusterLoadAssignment_Policy_DropOverload) Validate() error + func (m *ClusterLoadAssignment_Policy_DropOverload) ValidateAll() error + func (x *ClusterLoadAssignment_Policy_DropOverload) GetCategory() string + func (x *ClusterLoadAssignment_Policy_DropOverload) GetDropPercentage() *v3.FractionalPercent + func (x *ClusterLoadAssignment_Policy_DropOverload) ProtoReflect() protoreflect.Message + func (x *ClusterLoadAssignment_Policy_DropOverload) Reset() + func (x *ClusterLoadAssignment_Policy_DropOverload) String() string + type ClusterLoadAssignment_Policy_DropOverloadMultiError []error + func (m ClusterLoadAssignment_Policy_DropOverloadMultiError) AllErrors() []error + func (m ClusterLoadAssignment_Policy_DropOverloadMultiError) Error() string + type ClusterLoadAssignment_Policy_DropOverloadValidationError struct + func (e ClusterLoadAssignment_Policy_DropOverloadValidationError) Cause() error + func (e ClusterLoadAssignment_Policy_DropOverloadValidationError) Error() string + func (e ClusterLoadAssignment_Policy_DropOverloadValidationError) ErrorName() string + func (e ClusterLoadAssignment_Policy_DropOverloadValidationError) Field() string + func (e ClusterLoadAssignment_Policy_DropOverloadValidationError) Key() bool + func (e ClusterLoadAssignment_Policy_DropOverloadValidationError) Reason() string + type ClusterStats struct + ClusterName string + ClusterServiceName string + DroppedRequests []*ClusterStats_DroppedRequests + LoadReportInterval *duration.Duration + TotalDroppedRequests uint64 + UpstreamLocalityStats []*UpstreamLocalityStats + func (*ClusterStats) Descriptor() ([]byte, []int) + func (*ClusterStats) ProtoMessage() + func (m *ClusterStats) Validate() error + func (m *ClusterStats) ValidateAll() error + func (x *ClusterStats) GetClusterName() string + func (x *ClusterStats) GetClusterServiceName() string + func (x *ClusterStats) GetDroppedRequests() []*ClusterStats_DroppedRequests + func (x *ClusterStats) GetLoadReportInterval() *duration.Duration + func (x *ClusterStats) GetTotalDroppedRequests() uint64 + func (x *ClusterStats) GetUpstreamLocalityStats() []*UpstreamLocalityStats + func (x *ClusterStats) ProtoReflect() protoreflect.Message + func (x *ClusterStats) Reset() + func (x *ClusterStats) String() string + type ClusterStatsMultiError []error + func (m ClusterStatsMultiError) AllErrors() []error + func (m ClusterStatsMultiError) Error() string + type ClusterStatsValidationError struct + func (e ClusterStatsValidationError) Cause() error + func (e ClusterStatsValidationError) Error() string + func (e ClusterStatsValidationError) ErrorName() string + func (e ClusterStatsValidationError) Field() string + func (e ClusterStatsValidationError) Key() bool + func (e ClusterStatsValidationError) Reason() string + type ClusterStats_DroppedRequests struct + Category string + DroppedCount uint64 + func (*ClusterStats_DroppedRequests) Descriptor() ([]byte, []int) + func (*ClusterStats_DroppedRequests) ProtoMessage() + func (m *ClusterStats_DroppedRequests) Validate() error + func (m *ClusterStats_DroppedRequests) ValidateAll() error + func (x *ClusterStats_DroppedRequests) GetCategory() string + func (x *ClusterStats_DroppedRequests) GetDroppedCount() uint64 + func (x *ClusterStats_DroppedRequests) ProtoReflect() protoreflect.Message + func (x *ClusterStats_DroppedRequests) Reset() + func (x *ClusterStats_DroppedRequests) String() string + type ClusterStats_DroppedRequestsMultiError []error + func (m ClusterStats_DroppedRequestsMultiError) AllErrors() []error + func (m ClusterStats_DroppedRequestsMultiError) Error() string + type ClusterStats_DroppedRequestsValidationError struct + func (e ClusterStats_DroppedRequestsValidationError) Cause() error + func (e ClusterStats_DroppedRequestsValidationError) Error() string + func (e ClusterStats_DroppedRequestsValidationError) ErrorName() string + func (e ClusterStats_DroppedRequestsValidationError) Field() string + func (e ClusterStats_DroppedRequestsValidationError) Key() bool + func (e ClusterStats_DroppedRequestsValidationError) Reason() string + type Endpoint struct + Address *v3.Address + HealthCheckConfig *Endpoint_HealthCheckConfig + Hostname string + func (*Endpoint) Descriptor() ([]byte, []int) + func (*Endpoint) ProtoMessage() + func (m *Endpoint) Validate() error + func (m *Endpoint) ValidateAll() error + func (x *Endpoint) GetAddress() *v3.Address + func (x *Endpoint) GetHealthCheckConfig() *Endpoint_HealthCheckConfig + func (x *Endpoint) GetHostname() string + func (x *Endpoint) ProtoReflect() protoreflect.Message + func (x *Endpoint) Reset() + func (x *Endpoint) String() string + type EndpointLoadMetricStats struct + MetricName string + NumRequestsFinishedWithMetric uint64 + TotalMetricValue float64 + func (*EndpointLoadMetricStats) Descriptor() ([]byte, []int) + func (*EndpointLoadMetricStats) ProtoMessage() + func (m *EndpointLoadMetricStats) Validate() error + func (m *EndpointLoadMetricStats) ValidateAll() error + func (x *EndpointLoadMetricStats) GetMetricName() string + func (x *EndpointLoadMetricStats) GetNumRequestsFinishedWithMetric() uint64 + func (x *EndpointLoadMetricStats) GetTotalMetricValue() float64 + func (x *EndpointLoadMetricStats) ProtoReflect() protoreflect.Message + func (x *EndpointLoadMetricStats) Reset() + func (x *EndpointLoadMetricStats) String() string + type EndpointLoadMetricStatsMultiError []error + func (m EndpointLoadMetricStatsMultiError) AllErrors() []error + func (m EndpointLoadMetricStatsMultiError) Error() string + type EndpointLoadMetricStatsValidationError struct + func (e EndpointLoadMetricStatsValidationError) Cause() error + func (e EndpointLoadMetricStatsValidationError) Error() string + func (e EndpointLoadMetricStatsValidationError) ErrorName() string + func (e EndpointLoadMetricStatsValidationError) Field() string + func (e EndpointLoadMetricStatsValidationError) Key() bool + func (e EndpointLoadMetricStatsValidationError) Reason() string + type EndpointMultiError []error + func (m EndpointMultiError) AllErrors() []error + func (m EndpointMultiError) Error() string + type EndpointValidationError struct + func (e EndpointValidationError) Cause() error + func (e EndpointValidationError) Error() string + func (e EndpointValidationError) ErrorName() string + func (e EndpointValidationError) Field() string + func (e EndpointValidationError) Key() bool + func (e EndpointValidationError) Reason() string + type Endpoint_HealthCheckConfig struct + Address *v3.Address + DisableActiveHealthCheck bool + Hostname string + PortValue uint32 + func (*Endpoint_HealthCheckConfig) Descriptor() ([]byte, []int) + func (*Endpoint_HealthCheckConfig) ProtoMessage() + func (m *Endpoint_HealthCheckConfig) Validate() error + func (m *Endpoint_HealthCheckConfig) ValidateAll() error + func (x *Endpoint_HealthCheckConfig) GetAddress() *v3.Address + func (x *Endpoint_HealthCheckConfig) GetDisableActiveHealthCheck() bool + func (x *Endpoint_HealthCheckConfig) GetHostname() string + func (x *Endpoint_HealthCheckConfig) GetPortValue() uint32 + func (x *Endpoint_HealthCheckConfig) ProtoReflect() protoreflect.Message + func (x *Endpoint_HealthCheckConfig) Reset() + func (x *Endpoint_HealthCheckConfig) String() string + type Endpoint_HealthCheckConfigMultiError []error + func (m Endpoint_HealthCheckConfigMultiError) AllErrors() []error + func (m Endpoint_HealthCheckConfigMultiError) Error() string + type Endpoint_HealthCheckConfigValidationError struct + func (e Endpoint_HealthCheckConfigValidationError) Cause() error + func (e Endpoint_HealthCheckConfigValidationError) Error() string + func (e Endpoint_HealthCheckConfigValidationError) ErrorName() string + func (e Endpoint_HealthCheckConfigValidationError) Field() string + func (e Endpoint_HealthCheckConfigValidationError) Key() bool + func (e Endpoint_HealthCheckConfigValidationError) Reason() string + type LbEndpoint struct + HealthStatus v3.HealthStatus + HostIdentifier isLbEndpoint_HostIdentifier + LoadBalancingWeight *wrappers.UInt32Value + Metadata *v3.Metadata + func (*LbEndpoint) Descriptor() ([]byte, []int) + func (*LbEndpoint) ProtoMessage() + func (m *LbEndpoint) GetHostIdentifier() isLbEndpoint_HostIdentifier + func (m *LbEndpoint) Validate() error + func (m *LbEndpoint) ValidateAll() error + func (x *LbEndpoint) GetEndpoint() *Endpoint + func (x *LbEndpoint) GetEndpointName() string + func (x *LbEndpoint) GetHealthStatus() v3.HealthStatus + func (x *LbEndpoint) GetLoadBalancingWeight() *wrappers.UInt32Value + func (x *LbEndpoint) GetMetadata() *v3.Metadata + func (x *LbEndpoint) ProtoReflect() protoreflect.Message + func (x *LbEndpoint) Reset() + func (x *LbEndpoint) String() string + type LbEndpointMultiError []error + func (m LbEndpointMultiError) AllErrors() []error + func (m LbEndpointMultiError) Error() string + type LbEndpointValidationError struct + func (e LbEndpointValidationError) Cause() error + func (e LbEndpointValidationError) Error() string + func (e LbEndpointValidationError) ErrorName() string + func (e LbEndpointValidationError) Field() string + func (e LbEndpointValidationError) Key() bool + func (e LbEndpointValidationError) Reason() string + type LbEndpoint_Endpoint struct + Endpoint *Endpoint + type LbEndpoint_EndpointName struct + EndpointName string + type LedsClusterLocalityConfig struct + LedsCollectionName string + LedsConfig *v3.ConfigSource + func (*LedsClusterLocalityConfig) Descriptor() ([]byte, []int) + func (*LedsClusterLocalityConfig) ProtoMessage() + func (m *LedsClusterLocalityConfig) Validate() error + func (m *LedsClusterLocalityConfig) ValidateAll() error + func (x *LedsClusterLocalityConfig) GetLedsCollectionName() string + func (x *LedsClusterLocalityConfig) GetLedsConfig() *v3.ConfigSource + func (x *LedsClusterLocalityConfig) ProtoReflect() protoreflect.Message + func (x *LedsClusterLocalityConfig) Reset() + func (x *LedsClusterLocalityConfig) String() string + type LedsClusterLocalityConfigMultiError []error + func (m LedsClusterLocalityConfigMultiError) AllErrors() []error + func (m LedsClusterLocalityConfigMultiError) Error() string + type LedsClusterLocalityConfigValidationError struct + func (e LedsClusterLocalityConfigValidationError) Cause() error + func (e LedsClusterLocalityConfigValidationError) Error() string + func (e LedsClusterLocalityConfigValidationError) ErrorName() string + func (e LedsClusterLocalityConfigValidationError) Field() string + func (e LedsClusterLocalityConfigValidationError) Key() bool + func (e LedsClusterLocalityConfigValidationError) Reason() string + type LocalityLbEndpoints struct + LbConfig isLocalityLbEndpoints_LbConfig + LbEndpoints []*LbEndpoint + LoadBalancingWeight *wrappers.UInt32Value + Locality *v3.Locality + Priority uint32 + Proximity *wrappers.UInt32Value + func (*LocalityLbEndpoints) Descriptor() ([]byte, []int) + func (*LocalityLbEndpoints) ProtoMessage() + func (m *LocalityLbEndpoints) GetLbConfig() isLocalityLbEndpoints_LbConfig + func (m *LocalityLbEndpoints) Validate() error + func (m *LocalityLbEndpoints) ValidateAll() error + func (x *LocalityLbEndpoints) GetLbEndpoints() []*LbEndpoint + func (x *LocalityLbEndpoints) GetLedsClusterLocalityConfig() *LedsClusterLocalityConfig + func (x *LocalityLbEndpoints) GetLoadBalancerEndpoints() *LocalityLbEndpoints_LbEndpointList + func (x *LocalityLbEndpoints) GetLoadBalancingWeight() *wrappers.UInt32Value + func (x *LocalityLbEndpoints) GetLocality() *v3.Locality + func (x *LocalityLbEndpoints) GetPriority() uint32 + func (x *LocalityLbEndpoints) GetProximity() *wrappers.UInt32Value + func (x *LocalityLbEndpoints) ProtoReflect() protoreflect.Message + func (x *LocalityLbEndpoints) Reset() + func (x *LocalityLbEndpoints) String() string + type LocalityLbEndpointsMultiError []error + func (m LocalityLbEndpointsMultiError) AllErrors() []error + func (m LocalityLbEndpointsMultiError) Error() string + type LocalityLbEndpointsValidationError struct + func (e LocalityLbEndpointsValidationError) Cause() error + func (e LocalityLbEndpointsValidationError) Error() string + func (e LocalityLbEndpointsValidationError) ErrorName() string + func (e LocalityLbEndpointsValidationError) Field() string + func (e LocalityLbEndpointsValidationError) Key() bool + func (e LocalityLbEndpointsValidationError) Reason() string + type LocalityLbEndpoints_LbEndpointList struct + LbEndpoints []*LbEndpoint + func (*LocalityLbEndpoints_LbEndpointList) Descriptor() ([]byte, []int) + func (*LocalityLbEndpoints_LbEndpointList) ProtoMessage() + func (m *LocalityLbEndpoints_LbEndpointList) Validate() error + func (m *LocalityLbEndpoints_LbEndpointList) ValidateAll() error + func (x *LocalityLbEndpoints_LbEndpointList) GetLbEndpoints() []*LbEndpoint + func (x *LocalityLbEndpoints_LbEndpointList) ProtoReflect() protoreflect.Message + func (x *LocalityLbEndpoints_LbEndpointList) Reset() + func (x *LocalityLbEndpoints_LbEndpointList) String() string + type LocalityLbEndpoints_LbEndpointListMultiError []error + func (m LocalityLbEndpoints_LbEndpointListMultiError) AllErrors() []error + func (m LocalityLbEndpoints_LbEndpointListMultiError) Error() string + type LocalityLbEndpoints_LbEndpointListValidationError struct + func (e LocalityLbEndpoints_LbEndpointListValidationError) Cause() error + func (e LocalityLbEndpoints_LbEndpointListValidationError) Error() string + func (e LocalityLbEndpoints_LbEndpointListValidationError) ErrorName() string + func (e LocalityLbEndpoints_LbEndpointListValidationError) Field() string + func (e LocalityLbEndpoints_LbEndpointListValidationError) Key() bool + func (e LocalityLbEndpoints_LbEndpointListValidationError) Reason() string + type LocalityLbEndpoints_LedsClusterLocalityConfig struct + LedsClusterLocalityConfig *LedsClusterLocalityConfig + type LocalityLbEndpoints_LoadBalancerEndpoints struct + LoadBalancerEndpoints *LocalityLbEndpoints_LbEndpointList + type UpstreamEndpointStats struct + Address *v3.Address + LoadMetricStats []*EndpointLoadMetricStats + Metadata *_struct.Struct + TotalErrorRequests uint64 + TotalIssuedRequests uint64 + TotalRequestsInProgress uint64 + TotalSuccessfulRequests uint64 + func (*UpstreamEndpointStats) Descriptor() ([]byte, []int) + func (*UpstreamEndpointStats) ProtoMessage() + func (m *UpstreamEndpointStats) Validate() error + func (m *UpstreamEndpointStats) ValidateAll() error + func (x *UpstreamEndpointStats) GetAddress() *v3.Address + func (x *UpstreamEndpointStats) GetLoadMetricStats() []*EndpointLoadMetricStats + func (x *UpstreamEndpointStats) GetMetadata() *_struct.Struct + func (x *UpstreamEndpointStats) GetTotalErrorRequests() uint64 + func (x *UpstreamEndpointStats) GetTotalIssuedRequests() uint64 + func (x *UpstreamEndpointStats) GetTotalRequestsInProgress() uint64 + func (x *UpstreamEndpointStats) GetTotalSuccessfulRequests() uint64 + func (x *UpstreamEndpointStats) ProtoReflect() protoreflect.Message + func (x *UpstreamEndpointStats) Reset() + func (x *UpstreamEndpointStats) String() string + type UpstreamEndpointStatsMultiError []error + func (m UpstreamEndpointStatsMultiError) AllErrors() []error + func (m UpstreamEndpointStatsMultiError) Error() string + type UpstreamEndpointStatsValidationError struct + func (e UpstreamEndpointStatsValidationError) Cause() error + func (e UpstreamEndpointStatsValidationError) Error() string + func (e UpstreamEndpointStatsValidationError) ErrorName() string + func (e UpstreamEndpointStatsValidationError) Field() string + func (e UpstreamEndpointStatsValidationError) Key() bool + func (e UpstreamEndpointStatsValidationError) Reason() string + type UpstreamLocalityStats struct + LoadMetricStats []*EndpointLoadMetricStats + Locality *v3.Locality + Priority uint32 + TotalErrorRequests uint64 + TotalIssuedRequests uint64 + TotalRequestsInProgress uint64 + TotalSuccessfulRequests uint64 + UpstreamEndpointStats []*UpstreamEndpointStats + func (*UpstreamLocalityStats) Descriptor() ([]byte, []int) + func (*UpstreamLocalityStats) ProtoMessage() + func (m *UpstreamLocalityStats) Validate() error + func (m *UpstreamLocalityStats) ValidateAll() error + func (x *UpstreamLocalityStats) GetLoadMetricStats() []*EndpointLoadMetricStats + func (x *UpstreamLocalityStats) GetLocality() *v3.Locality + func (x *UpstreamLocalityStats) GetPriority() uint32 + func (x *UpstreamLocalityStats) GetTotalErrorRequests() uint64 + func (x *UpstreamLocalityStats) GetTotalIssuedRequests() uint64 + func (x *UpstreamLocalityStats) GetTotalRequestsInProgress() uint64 + func (x *UpstreamLocalityStats) GetTotalSuccessfulRequests() uint64 + func (x *UpstreamLocalityStats) GetUpstreamEndpointStats() []*UpstreamEndpointStats + func (x *UpstreamLocalityStats) ProtoReflect() protoreflect.Message + func (x *UpstreamLocalityStats) Reset() + func (x *UpstreamLocalityStats) String() string + type UpstreamLocalityStatsMultiError []error + func (m UpstreamLocalityStatsMultiError) AllErrors() []error + func (m UpstreamLocalityStatsMultiError) Error() string + type UpstreamLocalityStatsValidationError struct + func (e UpstreamLocalityStatsValidationError) Cause() error + func (e UpstreamLocalityStatsValidationError) Error() string + func (e UpstreamLocalityStatsValidationError) ErrorName() string + func (e UpstreamLocalityStatsValidationError) Field() string + func (e UpstreamLocalityStatsValidationError) Key() bool + func (e UpstreamLocalityStatsValidationError) Reason() string