HTTPIngressRuleValue

HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.

Value parameters:
paths

A collection of paths that map requests to backends.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

A collection of paths that map requests to backends.

A collection of paths that map requests to backends.

This effect always succeeds, it is safe to use the field paths directly.

Inherited methods

Inherited from:
Product