HTTPIngressRuleValue

com.coralogix.zio.k8s.model.networking.v1.HTTPIngressRuleValue
See theHTTPIngressRuleValue companion object

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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product