Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultDeliveryOrder = sources.Ordered KafkaConditionConsumerGroup apis.ConditionType = "ConsumerGroup" //condition is registered by controller )
Variables ¶
This section is empty.
Functions ¶
func GetLabelsAsSelector ¶ added in v0.33.0
func NewController ¶
Types ¶
type Reconciler ¶
type Reconciler struct { ConsumerGroupLister internalslst.ConsumerGroupLister InternalsClient internalsclient.Interface KedaClient kedaclientset.Interface KafkaFeatureFlags *config.KafkaFeatureFlags }
func (Reconciler) FinalizeKind ¶
func (r Reconciler) FinalizeKind(ctx context.Context, ks *sources.KafkaSource) reconciler.Event
Need to have an empty definition here to ensure that we can delete older sources which had a finalizer
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, ks *sources.KafkaSource) reconciler.Event
Click to show internal directories.
Click to hide internal directories.