Documentation ¶
Index ¶
- Variables
- func Broker(options *BrokerOptions, clientProducer client.Producer, ...) error
- func Operator(status reporter.Interface, version, repository string, ...) error
- func ServiceDiscovery(clientProducer client.Producer, options *ServiceDiscoveryOptions, ...) error
- func Submariner(clientProducer client.Producer, options *SubmarinerOptions, ...) error
- type BrokerOptions
- type ServiceDiscoveryOptions
- type SubmarinerOptions
Constants ¶
This section is empty.
Variables ¶
View Source
var ValidComponents = []string{component.ServiceDiscovery, component.Connectivity}
Functions ¶
func ServiceDiscovery ¶
Types ¶
type BrokerOptions ¶
type BrokerOptions struct { OperatorDebug bool Repository string ImageVersion string BrokerNamespace string BrokerSpec submarinerv1a1.BrokerSpec }
type ServiceDiscoveryOptions ¶
type SubmarinerOptions ¶
type SubmarinerOptions struct { PreferredServer bool ForceUDPEncaps bool NATTraversal bool IPSecDebug bool SubmarinerDebug bool LoadBalancerEnabled bool HealthCheckEnabled bool NATTPort int HealthCheckInterval uint64 HealthCheckMaxPacketLossCount uint64 ClusterID string CableDriver string CoreDNSCustomConfigMap string Repository string ImageVersion string ServiceCIDR string ClusterCIDR string CustomDomains []string }
Click to show internal directories.
Click to hide internal directories.