Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfigFromConfigMapFunc ¶ added in v0.13.0
func NewController ¶
NewController initializes the controller and is called by the generated code Registers event handlers to enqueue events
func TriggerChannelLabels ¶
TriggerChannelLabels are all the labels placed on the Trigger Channel for the given brokerName. This should only be used by Broker and Trigger code.
Types ¶
type Config ¶ added in v0.13.0
type Config struct {
DefaultChannelTemplate messagingv1beta1.ChannelTemplateSpec
}
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func (*Reconciler) FinalizeKind ¶ added in v0.13.0
func (r *Reconciler) FinalizeKind(ctx context.Context, b *v1alpha1.Broker) pkgreconciler.Event
func (*Reconciler) ReconcileKind ¶ added in v0.13.0
func (r *Reconciler) ReconcileKind(ctx context.Context, b *v1alpha1.Broker) pkgreconciler.Event
Click to show internal directories.
Click to hide internal directories.