Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNamespaceWithDefault ¶ added in v0.9.0
func GetNamespaceWithDefault(objRef *corev1.ObjectReference, defaultNamespace string) string
GetNamespaceWithDefault returns the namespace from an ObjectReference, defaulting to the provided default namespace if not specified. This is useful for resources that can reference objects in the same or different namespaces.
Types ¶
type AgentReconciler ¶
AgentReconciler reconciles a Agent object
func (*AgentReconciler) 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.21.0/pkg/reconcile
func (*AgentReconciler) SetupWithManager ¶
func (r *AgentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type AgenticWorkforceReconciler ¶ added in v0.7.0
AgenticWorkforceReconciler reconciles an AgenticWorkforce object
func (*AgenticWorkforceReconciler) Reconcile ¶ added in v0.7.0
func (r *AgenticWorkforceReconciler) 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.21.0/pkg/reconcile
func (*AgenticWorkforceReconciler) SetupWithManager ¶ added in v0.7.0
func (r *AgenticWorkforceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ToolServerReconciler ¶ added in v0.7.0
ToolServerReconciler reconciles a ToolServer object
func (*ToolServerReconciler) Reconcile ¶ added in v0.7.0
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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.21.0/pkg/reconcile
func (*ToolServerReconciler) SetupWithManager ¶ added in v0.7.0
func (r *ToolServerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.