Load Balancer Ingress
data class LoadBalancerIngress(val hostname: String? = null, val ip: String? = null, val ports: List<PortStatus>? = null)
LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.