IngressStatus

io.k8s.api.networking.v1.IngressStatus
See theIngressStatus companion object
final case class IngressStatus(loadBalancer: Option[IngressLoadBalancerStatus])

IngressStatus describe the current state of the Ingress.

Attributes

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

Members list

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

Attributes

Source
IngressStatus.scala

Returns a new data with loadBalancer set to new value

Returns a new data with loadBalancer set to new value

Attributes

Source
IngressStatus.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product