Documentation
¶
Index ¶
- Constants
- func ParseSupportedVariants(variants []string) (supported []types.Variant, err error)
- func ResourceNames(res *envoy_service_discovery_v3.DiscoveryResponse) (resourceNames []string, err error)
- func ServiceToTypeURL(service string) (typeURL string, err error)
- func ValuesFromConfig(config string) (target, adapter, nodeID string, supportedVariants []types.Variant)
Constants ¶
View Source
const ( TypeUrlLDS = "type.googleapis.com/envoy.config.listener.v3.Listener" TypeUrlCDS = "type.googleapis.com/envoy.config.cluster.v3.Cluster" TypeUrlRDS = "type.googleapis.com/envoy.config.route.v3.RouteConfiguration" TypeUrlEDS = "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment" )
Variables ¶
This section is empty.
Functions ¶
func ParseSupportedVariants ¶
func ResourceNames ¶
func ResourceNames(res *envoy_service_discovery_v3.DiscoveryResponse) (resourceNames []string, err error)
func ServiceToTypeURL ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.