package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev

# Functions

FindMissingRouter creates markers for all routes in case there is no running router.
FindPortMappingIssues checks all routes and reports any issues related to their ports.
FindRouteAdmissionFailures creates markers for any routes that were rejected by their routers.

# Constants

MissingRequiredRouterErr is returned when no router has been setup.
MissingRoutePortWarning is returned when a route has no route port specified and the service it routes to has multiple ports.
MissingServiceWarning is returned when there is no service for the specific route.
MissingTLSTerminationTypeErr is returned when a route with a tls config doesn't specify a tls termination type.
PathBasedPassthroughErr is returned when a path based route is passthrough terminated.
MissingTLSTerminationTypeErr is returned when a route with a tls config doesn't specify a tls termination type.
WrongRoutePortWarning is returned when a route has a route port specified but the service it points to has no such port (either as a named port or as a target port).