Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
New creates a Reconciler and returns the result of NewImpl.
Types ¶
type Reconciler ¶
type Reconciler struct { // Tracker builds an index of what resources are watching other resources // so that we can immediately react to changes tracked resources. Tracker tracker.Interface // contains filtered or unexported fields }
Reconciler implements addressableservicereconciler.Interface for AddressableService resources.
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, o *functionv1alpha1.Function) reconciler.Event
ReconcileKind implements Interface.ReconcileKind.
Click to show internal directories.
Click to hide internal directories.