Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KnowledgeBaseRetrieverReconciler ¶
KnowledgeBaseRetrieverReconciler reconciles a KnowledgeBaseRetriever object
func (*KnowledgeBaseRetrieverReconciler) Reconcile ¶
func (r *KnowledgeBaseRetrieverReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.12.2/pkg/reconcile
func (*KnowledgeBaseRetrieverReconciler) SetupWithManager ¶
func (r *KnowledgeBaseRetrieverReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type MultiQueryRetrieverReconciler ¶ added in v0.2.1
MultiQueryRetrieverReconciler reconciles a MultiQueryRetriever object
func (*MultiQueryRetrieverReconciler) Reconcile ¶ added in v0.2.1
func (r *MultiQueryRetrieverReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.12.2/pkg/reconcile
func (*MultiQueryRetrieverReconciler) SetupWithManager ¶ added in v0.2.1
func (r *MultiQueryRetrieverReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RerankRetrieverReconciler ¶ added in v0.2.1
RerankRetrieverReconciler reconciles a RerankRetriever object
func (*RerankRetrieverReconciler) Reconcile ¶ added in v0.2.1
func (r *RerankRetrieverReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.12.2/pkg/reconcile
func (*RerankRetrieverReconciler) SetupWithManager ¶ added in v0.2.1
func (r *RerankRetrieverReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.