Documentation ¶
Index ¶
- Variables
- func Broker(options *BrokerOptions, clientProducer client.Producer, ...) 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 operatorv1alpha1.BrokerSpec }
type ServiceDiscoveryOptions ¶
type SubmarinerOptions ¶
type SubmarinerOptions struct { PreferredServer bool ForceUDPEncaps bool NATTraversal bool IPSecDebug bool SubmarinerDebug bool AirGappedDeployment bool LoadBalancerEnabled bool HealthCheckEnabled bool BrokerK8sInsecure 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.