Versions in this module Expand all Collapse all v1 v1.6.2 Jun 9, 2022 Changes in this version + var Log = log.Log.WithName("controller").WithName("kameletbinding") + func Add(mgr manager.Manager) error + func CreateIntegrationFor(ctx context.Context, c client.Client, kameletbinding *v1alpha1.KameletBinding) (*v1.Integration, error) + type Action interface + CanHandle func(kamelet *v1alpha1.KameletBinding) bool + Handle func(ctx context.Context, kamelet *v1alpha1.KameletBinding) (*v1alpha1.KameletBinding, error) + Name func() string + func NewInitializeAction() Action + func NewMonitorAction() Action + type ReconcileKameletBinding struct + func (r *ReconcileKameletBinding) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error) Other modules containing this package github.com/lendi-au/camel-k/v2