Documentation ¶
Index ¶
Constants ¶
View Source
const ( BrokerConfigMapKey = "bootstrapServers" AuthSecretName = "authSecretName" AuthSecretNamespace = "authSecretNamespace" MaxIdleConnectionsKey = "maxIdleConns" MaxIdleConnectionsPerHostKey = "maxIdleConnsPerHost" KafkaChannelSeparator = "." )
Variables ¶
This section is empty.
Functions ¶
func FindContainer ¶
func FindContainer(d *appsv1.Deployment, containerName string) *corev1.Container
Types ¶
type KafkaConfig ¶
type KafkaConfig struct { Brokers []string EventingKafka *config.EventingKafkaConfig }
Click to show internal directories.
Click to hide internal directories.