Documentation ¶
Index ¶
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.
func NewProbeTargetLister ¶ added in v0.20.3
func NewProbeTargetLister(logger *zap.SugaredLogger, lister v1.EndpointsLister) status.ProbeTargetLister
Types ¶
type DispatcherPodsLister ¶ added in v0.20.3
type DispatcherPodsLister struct {
// contains filtered or unexported fields
}
func (*DispatcherPodsLister) ListProbeTargets ¶ added in v0.20.3
func (t *DispatcherPodsLister) ListProbeTargets(ctx context.Context, kc v1beta1.KafkaChannel) (*status.ProbeTarget, error)
type Reconciler ¶
type Reconciler struct { KubeClientSet kubernetes.Interface EventingClientSet eventingclientset.Interface // contains filtered or unexported fields }
Reconciler reconciles Kafka Channels.
func (*Reconciler) FinalizeKind ¶
func (r *Reconciler) FinalizeKind(ctx context.Context, kc *v1beta1.KafkaChannel) pkgreconciler.Event
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, kc *v1beta1.KafkaChannel) pkgreconciler.Event
Click to show internal directories.
Click to hide internal directories.