Documentation ¶
Overview ¶
Package kafka implements the KafkaSource controller. This is needed to be able to watch channels when delivering to a channel. This is needed to be able to watch the sink when delivering messages directly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶ added in v0.10.0
Types ¶
type Reconciler ¶ added in v0.10.0
type Reconciler struct { *reconciler.Base // contains filtered or unexported fields }
func (*Reconciler) Reconcile ¶ added in v0.10.0
func (r *Reconciler) Reconcile(ctx context.Context, key string) error
func (*Reconciler) UpdateFromLoggingConfigMap ¶ added in v0.10.0
func (r *Reconciler) UpdateFromLoggingConfigMap(cfg *corev1.ConfigMap)
Click to show internal directories.
Click to hide internal directories.