Documentation ¶
Overview ¶
Package rabbitmq implements the RabbitmqSource 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 ¶
Types ¶
type Reconciler ¶
type Reconciler struct { // KubeClientSet allows us to talk to the k8s for core APIs KubeClientSet kubernetes.Interface // contains filtered or unexported fields }
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, src *v1alpha1.RabbitmqSource) pkgreconciler.Event
func (*Reconciler) UpdateFromLoggingConfigMap ¶
func (r *Reconciler) UpdateFromLoggingConfigMap(cfg *corev1.ConfigMap)
func (*Reconciler) UpdateFromMetricsConfigMap ¶
func (r *Reconciler) UpdateFromMetricsConfigMap(cfg *corev1.ConfigMap)
Click to show internal directories.
Click to hide internal directories.