Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type A2AReconciler ¶
type A2AReconciler interface {
ReconcileAgent(
ctx context.Context,
agent *v1alpha2.Agent,
card server.AgentCard,
) error
ReconcileAgentDeletion(
agentRef string,
)
}
func NewReconciler ¶
func NewReconciler( a2aHandler a2a.A2AHandlerMux, a2aBaseUrl string, clientOptions ClientOptions, authenticator auth.AuthProvider, ) A2AReconciler
Click to show internal directories.
Click to hide internal directories.