IngressStatus

final case class IngressStatus(loadBalancer: Option[LoadBalancerStatus])

IngressStatus describe the current state of the Ingress.

Companion:
object
Source:
IngressStatus.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
IngressStatus.scala

Returns a new data with loadBalancer set to new value

Returns a new data with loadBalancer set to new value

Source:
IngressStatus.scala

Inherited methods

Inherited from:
Product