{
  "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",
        "null"
      ]
    },
    "ip": {
      "description": "ip is set for load-balancer ingress points that are IP based.",
      "type": [
        "string",
        "null"
      ]
    },
    "ports": {
      "description": "ports provides information about the ports exposed by this LoadBalancer.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.34.3/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressPortStatus"
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-type": "atomic"
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}