case class IngressStatus(loadBalancer: Optional[LoadBalancerStatus] = Optional.Absent) extends Product with Serializable
IngressStatus describe the current state of the Ingress.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IngressStatus
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new IngressStatus(loadBalancer: Optional[LoadBalancerStatus] = Optional.Absent)
Value Members
-
def
getLoadBalancer: IO[K8sFailure, LoadBalancerStatus]
Gets loadBalancer.
Gets loadBalancer.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val loadBalancer: Optional[LoadBalancerStatus]