IngressRule

io.k8s.api.networking.v1.IngressRule
See theIngressRule companion object
final case class IngressRule(host: Option[String], http: Option[HTTPIngressRuleValue])

IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.

Attributes

Companion
object
Source
IngressRule.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

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

Attributes

Source
IngressRule.scala

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

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

Attributes

Source
IngressRule.scala
def withHost(value: String): IngressRule

Returns a new data with host set to new value

Returns a new data with host set to new value

Attributes

Source
IngressRule.scala

Returns a new data with http set to new value

Returns a new data with http set to new value

Attributes

Source
IngressRule.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product