Documentation ¶
Index ¶
- func NameAndNamespaceFilterFunc(name, namespace string) func(interface{}) bool
- func NewController(ctx context.Context, cmw configmap.Watcher) *controller.Impl
- type Reconciler
- func (r *Reconciler) CleanupChannel(kc *v1alpha1.KafkaTopicChannel) pkgreconciler.Event
- func (r *Reconciler) ObserveKind(ctx context.Context, kc *v1alpha1.KafkaTopicChannel) pkgreconciler.Event
- func (r *Reconciler) ReconcileKind(ctx context.Context, kc *v1alpha1.KafkaTopicChannel) pkgreconciler.Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
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 Kafka Channels.
func (*Reconciler) CleanupChannel ¶
func (r *Reconciler) CleanupChannel(kc *v1alpha1.KafkaTopicChannel) pkgreconciler.Event
func (*Reconciler) ObserveKind ¶
func (r *Reconciler) ObserveKind(ctx context.Context, kc *v1alpha1.KafkaTopicChannel) pkgreconciler.Event
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, kc *v1alpha1.KafkaTopicChannel) pkgreconciler.Event
Click to show internal directories.
Click to hide internal directories.