{
  "description": "IngressStatus describe the current state of the Ingress.",
  "properties": {
    "loadBalancer": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.32.2/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerStatus",
      "description": "loadBalancer contains the current status of the load-balancer."
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}