Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ConfigMapName is the name of the ConfigMap in the knative-eventing namespace that contains // the subscription information for all kafka Channels. The Provisioner writes to it and the // Dispatcher reads from it. DispatcherConfigMapName = "kafka-channel-dispatcher" )
View Source
const (
// Name is the name of the kafka ClusterChannelProvisioner.
Name = "kafka"
)
Variables ¶
This section is empty.
Functions ¶
func ProvideController ¶
func ProvideController(mgr manager.Manager, config *utils.KafkaConfig, logger *zap.Logger) (controller.Controller, error)
ProvideController returns a Provisioner controller.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.