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.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles NATSS Channels.
func (*Reconciler) FinalizeKind ¶ added in v0.17.0
func (r *Reconciler) FinalizeKind(ctx context.Context, c *v1alpha1.NatssChannel) pkgreconciler.Event
func (*Reconciler) ReconcileKind ¶ added in v0.17.0
func (r *Reconciler) ReconcileKind(ctx context.Context, natssChannel *v1alpha1.NatssChannel) pkgreconciler.Event
reconcile performs the following steps - update natss subscriptions - set NatssChannel SubscribableStatus - update host2channel map
Click to show internal directories.
Click to hide internal directories.