Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ReconcilerName is the name of the reconciler.
ReconcilerName = "KafkaChannels"
)
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController( logger *zap.Logger, channelKey string, dispatcher dispatcher.Dispatcher, kafkachannelInformer informers.KafkaChannelInformer, kubeClient kubernetes.Interface, kafkaClientSet versioned.Interface, stopChannel <-chan struct{}, managerEvents <-chan commonconsumer.ManagerEvent, ) *controller.Impl
NewController initializes the controller and is called by the generated code. Registers event handlers to enqueue events.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles KafkaChannels.
Click to show internal directories.
Click to hide internal directories.