Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AcceptAllResourcesByDefault = true
TODO: switch AcceptAllResourcesByDefault to false after validation has been tested in user environments
View Source
var AllowMissingLinks = true
TODO: expose AllowMissingLinks as a setting
Functions ¶
func NewTranslatorSyncer ¶
func NewTranslatorSyncer(writeNamespace string, proxyClient gloov1.ProxyClient, gwClient v2.GatewayClient, vsClient v1.VirtualServiceClient, reporter reporter.Reporter, propagator *propagator.Propagator, translator translator.Translator) v2.ApiSyncer
func RunGateway ¶
Types ¶
type Opts ¶
type Opts struct { WriteNamespace string WatchNamespaces []string Gateways factory.ResourceClientFactory VirtualServices factory.ResourceClientFactory RouteTables factory.ResourceClientFactory Proxies factory.ResourceClientFactory WatchOpts clients.WatchOpts ValidationServerAddress string DevMode bool DisableAutoGenGateways bool Validation *ValidationOpts }
Click to show internal directories.
Click to hide internal directories.