{ "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": "/api/_definitions.json#/$defs/io.k8s.api.networking.v1.IngressLoadBalancerIngress" }, "type": [ "array", "null" ], "x-kubernetes-list-type": "atomic" } }, "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://kubernetes.io/api/ingressloadbalancerstatus/networking/v1" }