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