Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIChainReconciler ¶ added in v0.2.0
APIChainReconciler reconciles an APIChain object
func (*APIChainReconciler) Reconcile ¶ added in v0.2.0
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 (*APIChainReconciler) SetupWithManager ¶ added in v0.2.0
func (r *APIChainReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type LLMChainReconciler ¶
LLMChainReconciler reconciles an LLMChain object
func (*LLMChainReconciler) Reconcile ¶
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 (*LLMChainReconciler) SetupWithManager ¶
func (r *LLMChainReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RetrievalQAChainReconciler ¶
RetrievalQAChainReconciler reconciles a RetrievalQAChain object
func (*RetrievalQAChainReconciler) Reconcile ¶
func (r *RetrievalQAChainReconciler) 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 (*RetrievalQAChainReconciler) SetupWithManager ¶
func (r *RetrievalQAChainReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.