HTTPIngressRuleValue

io.k8s.api.networking.v1.HTTPIngressRuleValue
See theHTTPIngressRuleValue companion object
final case class HTTPIngressRuleValue(paths: Seq[HTTPIngressPath])

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 '#'.

Attributes

Companion:
object
Source:
HTTPIngressRuleValue.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to paths

Appends new values to paths

Attributes

Source:
HTTPIngressRuleValue.scala

transforms paths to result of function

transforms paths to result of function

Attributes

Source:
HTTPIngressRuleValue.scala

Returns a new data with paths set to new value

Returns a new data with paths set to new value

Attributes

Source:
HTTPIngressRuleValue.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product