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§
- Backend
Group Info - A load-balancer backend group for one service.
- Backend
Info - Information about a single backend in a load-balancer group.
- Backends
Response - Response for
GET /api/v1/proxy/backends. - Cert
Info - Information about a loaded TLS certificate.
- Route
Info - Information about a single registered route.
- Routes
Response - Response for
GET /api/v1/proxy/routes. - Stream
Backend Info - Information about a single L4 stream proxy backend.
- Stream
Info - Information about a single L4 stream proxy.
- Streams
Response - Response for
GET /api/v1/proxy/streams. - TlsResponse
- Response for
GET /api/v1/proxy/tls.