Documentation
¶
Index ¶
Constants ¶
View Source
const ToolGatewayAgentgatewayControllerName = "runtime.agentic-layer.ai/tool-gateway-agentgateway-controller"
View Source
const ToolServerAgentgatewayControllerName = "runtime.agentic-layer.ai/toolserver-agentgateway-controller"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ToolGatewayReconciler ¶
type ToolGatewayReconciler struct {
client.Client
Scheme *runtime.Scheme
Recorder kevents.EventRecorder
}
ToolGatewayReconciler reconciles a ToolGateway object
func (*ToolGatewayReconciler) Reconcile ¶
func (r *ToolGatewayReconciler) 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.
func (*ToolGatewayReconciler) SetupWithManager ¶
func (r *ToolGatewayReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ToolServerReconciler ¶
type ToolServerReconciler struct {
client.Client
Scheme *runtime.Scheme
Recorder kevents.EventRecorder
}
ToolServerReconciler reconciles a ToolServer object
func (*ToolServerReconciler) Reconcile ¶
func (r *ToolServerReconciler) 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.
func (*ToolServerReconciler) SetupWithManager ¶
func (r *ToolServerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.