Versions in this module Expand all Collapse all v0 v0.16.4 Nov 29, 2024 Changes in this version + const ClusterType + const EndpointType + const FailoverClusterNamePrefix + const ListenerType + const LocalAppClusterName + const OutboundListenerName + const PublicListenerName + const RouteType + const SecretType + var EnvoyVersions = []string + var UnsupportedEnvoyVersions = []string + func DetermineEnvoyVersionFromNode(node *envoy_core_v3.Node) *version.Version + func GetMaxEnvoyMinorVersion() string + func GetMinEnvoyMinorVersion() string + func GetResourceName(res proto.Message) string + type IndexedResources struct + ChildIndex map[string]map[string][]string + Index map[string]map[string]proto.Message + func Clone(i *IndexedResources) *IndexedResources + func EmptyIndexedResources() *IndexedResources + func IndexResources(logger hclog.Logger, resources map[string][]proto.Message) *IndexedResources + type SupportedProxyFeatures struct + func DetermineSupportedProxyFeatures(node *envoy_core_v3.Node) (SupportedProxyFeatures, error) + func DetermineSupportedProxyFeaturesFromString(vs string) (SupportedProxyFeatures, error)