# io.k8s.api.networking.v1.IngressLoadBalancerStatus

From **Kubernetes**.

IngressLoadBalancerStatus represents the status of a load-balancer.

- Type: `object`

## Properties

### `ingress`

- Required: false
- Type: `array`

ingress is a list containing ingress points for the load-balancer.

## JSON Schema

```json
{"description":"IngressLoadBalancerStatus represents the status of a load-balancer.","properties":{"ingress":{"description":"ingress is a list containing ingress points for the load-balancer.","items":{"$ref":"#/components/schemas/io.k8s.api.networking.v1.IngressLoadBalancerIngress"},"type":"array","x-kubernetes-list-type":"atomic"}},"type":"object"}
```
