HTTPIngressPath

final case class HTTPIngressPath(backend: IngressBackend, pathType: String, path: Option[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

Concrete methods

transforms backend to result of function

transforms backend to result of function

Source:
HTTPIngressPath.scala

if path has a value, transforms to the result of function

if path has a value, transforms to the result of function

Source:
HTTPIngressPath.scala

transforms pathType to result of function

transforms pathType to result of function

Source:
HTTPIngressPath.scala

Returns a new data with backend set to new value

Returns a new data with backend set to new value

Source:
HTTPIngressPath.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Source:
HTTPIngressPath.scala

Returns a new data with pathType set to new value

Returns a new data with pathType set to new value

Source:
HTTPIngressPath.scala

Inherited methods

Inherited from:
Product