Expand description
Shared, lock-protected gateway state used by the data plane, the Admin API, and the hot-reload watcher. Owns the current gateway config and the routes compiled from it, and provides the recompile/swap operations.
Structs§
- Shared
State - Shared gateway state, accessible from both the data-plane server and the Admin API.
Functions§
- validate_
gateway_ config - Dry-run validation of a gateway config, without a live
SharedState.
Type Aliases§
- Compiled
Routes 🔒 - The compiled route table: each route paired with its compiled policy graph.