package
0.0.0-20250208023750-2ddeb7052770
Repository: https://github.com/envoyproxy/ai-gateway.git
Documentation: pkg.go.dev
# Functions
MustInitializeScheme initializes the scheme with the necessary schemas for the AI Gateway.
NewAIGatewayRouteController creates a new reconcile.TypedReconciler[reconcile.Request] for the AIGatewayRoute resource.
NewAIServiceBackendController creates a new [reconcile.TypedReconciler] for [aigv1a1.AIServiceBackend].
NewSecretController creates a new reconcile.TypedReconciler[reconcile.Request] for corev1.Secret.
StartControllers starts the controllers for the AI Gateway.
# Structs
ConfigSinkEventSecretUpdate is an event that indicates that a secret has been updated.
Options defines the program configurable options that may be passed on the command line.
# Type aliases
ConfigSinkEvent is the interface for the events that the configSink can handle.