Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LLMRequest ¶
type LLMRequest struct {
Intent string `json:"intent"`
}
type LLMResponse ¶
type NetworkIntentReconciler ¶
type NetworkIntentReconciler struct {
client.Client
Scheme *runtime.Scheme
Log logr.Logger
EnableLLMIntent bool
LLMProcessorURL string
}
func (*NetworkIntentReconciler) SetupWithManager ¶
func (r *NetworkIntentReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.