Documentation ¶
Index ¶
Constants ¶
View Source
const ( NetworkPluginSyncerComponent = "submariner-networkplugin-syncer" RouteAgentComponent = "submariner-routeagent" GatewayComponent = "submariner-gateway" GlobalnetComponent = "submariner-globalnet" ServiceDiscoveryComponent = "submariner-lighthouse-agent" LighthouseCoreDNSComponent = "submariner-lighthouse-coredns" OperatorComponent = "submariner-operator" ServiceDiscoveryCrName = "service-discovery" SubmarinerCrName = "submariner" MetricsProxyComponent = "submariner-metrics-proxy" )
Component names and other constants.
Variables ¶
View Source
var ( NetworkPluginSyncerImage = "submariner-networkplugin-syncer" RouteAgentImage = "submariner-route-agent" GatewayImage = "submariner-gateway" GlobalnetImage = "submariner-globalnet" ServiceDiscoveryImage = "lighthouse-agent" LighthouseCoreDNSImage = "lighthouse-coredns" OperatorImage = "submariner-operator" MetricsProxyImage = "nettest" )
These values are used by downstream distributions to override the component default image name.
View Source
var ValidImageNames = []string{ NetworkPluginSyncerImage, RouteAgentImage, GatewayImage, GlobalnetImage, ServiceDiscoveryImage, LighthouseCoreDNSImage, OperatorImage, }
Functions ¶
func AppendUninstall ¶ added in v0.12.0
func ForClusterSA ¶ added in v0.13.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.