# Functions
GetDiscoverableServicesForEndpoints converts the endpoint list into a set of services, each corresponding to a single discoverable endpoint from the list.
GetServiceForEndpoints returns a single service that exposes all endpoints of given exposure types, possibly also including the discoverable types.
# Variables
RoutingNotSupported is used by the solvers when they supported the routingclass of the workspace they've been asked to route.
# Structs
Basic solver exposes endpoints without any authentication According to the current cluster there is different behavior: Kubernetes: use Ingresses without TLS OpenShift: use Routes with TLS enabled.
No description provided by the author
No description provided by the author
RoutingInvalid is used by the solvers to report that they were asked to route a workspace that has the correct routingclass but is invalid in some other sense - missing configuration, etc.
RoutingNotReady is used by the solvers when they are not ready to route an otherwise OK workspace.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author