Documentation
¶
Overview ¶
Package rds implements Envoy's Route Discovery Service (RDS).
Index ¶
Constants ¶
View Source
const ( // InboundRouteConfigName is the name of the inbound mesh RDS route configuration InboundRouteConfigName = "rds-inbound" // OutboundRouteConfigName is the name of the outbound mesh RDS route configuration OutboundRouteConfigName = "rds-outbound" // IngressRouteConfigName is the name of the ingress RDS route configuration IngressRouteConfigName = "rds-ingress" )
Variables ¶
This section is empty.
Functions ¶
func GetEgressRouteConfigNameForPort ¶
GetEgressRouteConfigNameForPort returns the Egress route configuration object's name given the port it is targeted to
func GetInboundMeshRouteConfigNameForPort ¶
GetInboundMeshRouteConfigNameForPort returns the inbound mesh route configuration object's name given the port it is targeted to
func GetOutboundMeshRouteConfigNameForPort ¶
GetOutboundMeshRouteConfigNameForPort returns the outbound mesh route configuration object's name given the port it is targeted to
func RoutesBuilder ¶
func RoutesBuilder() *routesBuilder
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.