Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
NewController creates a new controller capable of reconciling Kf App start commands.
This is a separate reconciler from apps beause it relies on an external resource that may be slow to look up.
Types ¶
type ImageConfigFetcher ¶
type ImageConfigFetcher func(image string) (*containerregistryv1.ConfigFile, error)
type Reconciler ¶
type Reconciler struct { *reconciler.Base // contains filtered or unexported fields }
func (*Reconciler) ApplyChanges ¶
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, key string) error
Reconcile is called by knative/pkg when a new event is observed by one of the watchers in the controller.
func (*Reconciler) RequiresUpdate ¶
func (*Reconciler) RequiresUpdate(actual, desired *v1alpha1.App) bool
RequiresUpdate returns whether the resource needs an update from the actual state.
Click to show internal directories.
Click to hide internal directories.