# Packages
Package factory contains code used to create the router controller.
# Functions
HostForRoute returns the host set on the route.
NewUniqueHost creates a plugin wrapper that ensures only unique routes are passed into the underlying plugin.
# Structs
RouterController abstracts the details of watching the Route and Endpoints resources from the Plugin implementation being used.
UniqueHost implements the router.Plugin interface to provide a template based, backend-agnostic router.
# Interfaces
NamespaceLister returns all the names that should be watched by the client.
# Type aliases
No description provided by the author
RouteHostFunc returns a host for a route.
No description provided by the author