Documentation
¶
Index ¶
Constants ¶
View Source
const BrokerClass = "GlassBroker"
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 FilterResult ¶
type FilterResult string
FilterResult has the result of the filtering operation.
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, o *eventingv1.Trigger) pkgreconciler.Event
func (*Reconciler) Start ¶
func (r *Reconciler) Start(ctx context.Context) error
Start begins to receive messages for the handler.
Only HTTP POST requests to the root path (/) are accepted. If other paths or methods are needed, use the HandleRequest method directly with another HTTP server.
This method will block until a message is received on the stop channel.
Click to show internal directories.
Click to hide internal directories.