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

Members list

Concise view

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product