# io.k8s.api.networking.v1.IngressLoadBalancerIngress

From **Kubernetes**.

IngressLoadBalancerIngress represents the status of a load-balancer ingress point.

- Type: `object`

## Properties

### `hostname`

- Required: false
- Type: `string`

hostname is set for load-balancer ingress points that are DNS based.

### `ip`

- Required: false
- Type: `string`

ip is set for load-balancer ingress points that are IP based.

### `ports`

- Required: false
- Type: `array`

ports provides information about the ports exposed by this LoadBalancer.

## JSON Schema

```json
{"description":"IngressLoadBalancerIngress represents the status of a load-balancer ingress point.","properties":{"hostname":{"description":"hostname is set for load-balancer ingress points that are DNS based.","type":"string"},"ip":{"description":"ip is set for load-balancer ingress points that are IP based.","type":"string"},"ports":{"description":"ports provides information about the ports exposed by this LoadBalancer.","items":{"$ref":"#/components/schemas/io.k8s.api.networking.v1.IngressPortStatus"},"type":"array","x-kubernetes-list-type":"atomic"}},"type":"object"}
```
