Documentation ¶
Index ¶
- type KogitoRuntimeReconciler
- func (r *KogitoRuntimeReconciler) FindOwned(ctx context.Context, owner kmeta.OwnerRefable, selector labels.Selector) (*v1beta1.KogitoRuntime, error)
- func (r *KogitoRuntimeReconciler) ReconcileKogitoRuntime(ctx context.Context, owner kmeta.OwnerRefable, binder *sourcesv1.SinkBinding, ...) (*appsv1.Deployment, *sourcesv1.SinkBinding, pkgreconciler.Event)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KogitoRuntimeReconciler ¶
type KogitoRuntimeReconciler struct { KubeClientSet kubernetes.Interface KogitoClientSet kogitoclient.Interface }
func (*KogitoRuntimeReconciler) FindOwned ¶
func (r *KogitoRuntimeReconciler) FindOwned(ctx context.Context, owner kmeta.OwnerRefable, selector labels.Selector) (*v1beta1.KogitoRuntime, error)
func (*KogitoRuntimeReconciler) ReconcileKogitoRuntime ¶
func (r *KogitoRuntimeReconciler) ReconcileKogitoRuntime( ctx context.Context, owner kmeta.OwnerRefable, binder *sourcesv1.SinkBinding, expected *v1beta1.KogitoRuntime, ) (*appsv1.Deployment, *sourcesv1.SinkBinding, pkgreconciler.Event)
ReconcileKogitoRuntime reconciles kogitoruntime resource for KogitoSource
Click to show internal directories.
Click to hide internal directories.