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 in-memory Channels. The Provisioner writes to it and the // Dispatcher reads from it. ConfigMapName = "in-memory-channel-dispatcher-config-map" )
Variables ¶
This section is empty.
Functions ¶
func ProvideController ¶
func ProvideController(mgr manager.Manager, logger *zap.Logger) (controller.Controller, error)
ProvideController returns a Controller that represents the in-memory-channel Provisioner.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.