Skip to main content

Module proxy

Module proxy 

Source
Expand description

Reverse proxy API DTOs.

Wire types for the read-only reverse proxy status endpoints: routes, load-balancer backend groups, TLS certificates, and L4 stream proxies.

Structs§

BackendGroupInfo
A load-balancer backend group for one service.
BackendInfo
Information about a single backend in a load-balancer group.
BackendsResponse
Response for GET /api/v1/proxy/backends.
CertInfo
Information about a loaded TLS certificate.
RouteInfo
Information about a single registered route.
RoutesResponse
Response for GET /api/v1/proxy/routes.
StreamBackendInfo
Information about a single L4 stream proxy backend.
StreamInfo
Information about a single L4 stream proxy.
StreamsResponse
Response for GET /api/v1/proxy/streams.
TlsResponse
Response for GET /api/v1/proxy/tls.