| Class | Description |
|---|---|
| DefaultProxyAddress |
Default implementation of
ProxyAddress |
| OpenShiftProtocolSocketFactory |
A custom implementation which works on PaaS environments like OpenShift
|
| PodServlet |
Proxies /pod/name/port/* to the pod IP/port for 'name' using the Kubernetes service lookup and then
passes the rest of the URI to the underlying service.
|
| ServiceResolver |
Resolves the service / container names to a URL to invoke HTTP / HTTPS requests
|
| ServiceServlet |
Proxies /service/name/* to the service host/port for 'name' using the Kubernetes service lookup and then
passes the rest of the URI to the underlying service.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.