{
  "description": "LoadBalancerStatus represents the status of a load-balancer.",
  "properties": {
    "ingress": {
      "description": "Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.",
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LoadBalancerIngress"
      }
    }
  },
  "$schema": "http://json-schema.org/schema#",
  "type": "object"
}