Expand description
Configuration retrieval and event listener
Modules§
- config_
format - Config file format
- constants
- ext
- fs
- File system backend
- gateway
- http_
route - k8s
- Kubernetes backend
- memory
- In-memory backend
- plugin
- plugin_
filter_ dto - redis
- Redis backend
- route_
match
Macros§
Structs§
- Config
- Config
Item - Joint
- K8sService
Data - Listen
Event - Listener
Wrapper - Plugin
Attributes - Plugin
Config - Plugin
Instance Id - Plugin
Instance Map - Plugin
Meta Data - Plugin meta information
- SgBackend
Ref - BackendRef defines how a HTTPRoute should forward an HTTP request.
- SgGateway
- Gateway represents an instance of a service-traffic handling infrastructure by binding Listeners to a set of IP addresses.
- SgHttp
Method Match - SgHttp
Route - HTTPRoute provides a way to route HTTP requests.
- SgHttp
Route Match - HTTPRouteMatch defines the predicate used to match requests to a given action. Multiple match types are ANDed together, i.e. the match will evaluate to true only if all conditions are satisfied.
- SgHttp
Route Rule - HTTPRouteRule defines semantics for matching an HTTP request based on conditions (matches), processing it (filters), and forwarding the request to an API object
- SgListener
- Listener embodies the concept of a logical endpoint where a Gateway accepts network connections.
- SgParameters
- Gateway parameter configuration.
- SgTls
Config - GatewayTLSConfig describes a TLS configuration.
Enums§
- Backend
Host - Config
Event Type - Config
Type - Plugin
Instance Name - SgBackend
Protocol - ProtocolType defines the application protocol accepted by a Listener.
- SgHttp
Header Match - SgHttp
Path Match - PathMatchType specifies the semantics of how HTTP paths should be compared.
- SgHttp
Query Match - SgProtocol
Config - ProtocolType defines the application protocol accepted by a Listener.
- SgTls
Mode
Traits§
Functions§
- startup_
with_ shutdown_ signal - Startup the gateway with custom shutdown signal