HTTPIngressPath

final case class HTTPIngressPath(backend: IngressBackend, path: Option[String], pathType: String)

HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.

Source:
HTTPIngressPath.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product