IngressStatus

case class IngressStatus(loadBalancer: Optional[LoadBalancerStatus])

IngressStatus describe the current state of the Ingress.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets loadBalancer.

Gets loadBalancer.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product