Versions in this module Expand all Collapse all v0 v0.0.2 Oct 15, 2024 Changes in this version + const Name + type DiscoveryMechanism struct + Cluster string + DNSHostname string + EDSServiceName string + LoadReportingServer *bootstrap.ServerConfig + MaxConcurrentRequests *uint32 + OutlierDetection json.RawMessage + TelemetryLabels map[string]string + Type DiscoveryMechanismType + func (dm DiscoveryMechanism) Equal(b DiscoveryMechanism) bool + type DiscoveryMechanismType int + const DiscoveryMechanismTypeEDS + const DiscoveryMechanismTypeLogicalDNS + func (t *DiscoveryMechanismType) UnmarshalJSON(b []byte) error + func (t DiscoveryMechanismType) MarshalJSON() ([]byte, error) + type LBConfig struct + DiscoveryMechanisms []DiscoveryMechanism + XDSLBPolicy json.RawMessage